Someone removed the UNIX_OBJ stuff
authorStefan Vogel <sv@exept.de>
Thu, 01 Mar 2012 16:58:53 +0100
changeset 14040 66b432c4be88
parent 14039 30251b45156a
child 14041 76b07843f85f
Someone removed the UNIX_OBJ stuff
Make.spec
--- a/Make.spec	Thu Mar 01 16:45:57 2012 +0100
+++ b/Make.spec	Thu Mar 01 16:58:53 2012 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.128 2012-03-01 15:44:24 stefan Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.129 2012-03-01 15:58:53 stefan Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic at 2012-03-01 13:51:23.335.
@@ -345,6 +345,11 @@
 	FileDoesNotExistException \
 	MiniLogger \
 
+UNIX_CLASSES= \
+	UnixFileDescriptorHandle \
+	UnixFileHandle \
+	UnixOperatingSystem \
+
 WIN32_CLASSES= \
 	Win32Process \
 	PCFilename \
@@ -655,6 +660,11 @@
     $(OUTDIR)FileDoesNotExistException.$(O) \
     $(OUTDIR)MiniLogger.$(O) \
 
+UNIX_OBJS= \
+	$(OUTDIR)UnixFileDescriptorHandle.$(O) \
+	$(OUTDIR)UnixFileHandle.$(O) \
+	$(OUTDIR)UnixOperatingSystem.$(O) \
+
 WIN32_OBJS= \
     $(OUTDIR)Win32Process.$(O) \
     $(OUTDIR)PCFilename.$(O) \