Make.spec
branchjv
changeset 21247 9ee1206fc247
parent 21024 8734987eb5c7
parent 21173 cd317bbc1a7a
child 21249 86c01ee5a76e
--- a/Make.spec	Thu Dec 22 23:00:47 2016 +0000
+++ b/Make.spec	Mon Dec 26 10:13:07 2016 +0000
@@ -83,7 +83,6 @@
 	Message \
 	MiniDebugger \
 	MiniInspector \
-	MiniLogger \
 	NameSpace \
 	OSErrorHolder \
 	OSProcess \
@@ -133,6 +132,7 @@
 	LibraryDefinition \
 	LookupKey \
 	MessageSend \
+	MiniLogger \
 	NamespaceAwareLookup \
 	NoHandlerError \
 	Notification \
@@ -420,7 +420,6 @@
 	BadRomanNumberFormatError \
 
 WIN32_CLASSES= \
-	Win32Process \
 	PCFilename \
 	Win32Constants \
 	Win32Handle \
@@ -474,7 +473,6 @@
     $(OUTDIR_SLASH)Message.$(O) \
     $(OUTDIR_SLASH)MiniDebugger.$(O) \
     $(OUTDIR_SLASH)MiniInspector.$(O) \
-    $(OUTDIR_SLASH)MiniLogger.$(O) \
     $(OUTDIR_SLASH)NameSpace.$(O) \
     $(OUTDIR_SLASH)OSErrorHolder.$(O) \
     $(OUTDIR_SLASH)OSProcess.$(O) \
@@ -524,6 +522,7 @@
     $(OUTDIR_SLASH)LibraryDefinition.$(O) \
     $(OUTDIR_SLASH)LookupKey.$(O) \
     $(OUTDIR_SLASH)MessageSend.$(O) \
+    $(OUTDIR_SLASH)MiniLogger.$(O) \
     $(OUTDIR_SLASH)NamespaceAwareLookup.$(O) \
     $(OUTDIR_SLASH)NoHandlerError.$(O) \
     $(OUTDIR_SLASH)Notification.$(O) \
@@ -811,7 +810,6 @@
     $(OUTDIR_SLASH)BadRomanNumberFormatError.$(O) \
 
 WIN32_OBJS= \
-    $(OUTDIR_SLASH)Win32Process.$(O) \
     $(OUTDIR_SLASH)PCFilename.$(O) \
     $(OUTDIR_SLASH)Win32Constants.$(O) \
     $(OUTDIR_SLASH)Win32Handle.$(O) \