Make.spec
changeset 14202 a180788017e6
parent 14200 e899cffeea4e
child 14275 6c02fa32fd77
--- a/Make.spec	Wed Jul 11 19:07:34 2012 +0200
+++ b/Make.spec	Wed Jul 11 19:13:03 2012 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.133 2012-07-11 17:00:57 stefan Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.134 2012-07-11 17:13:03 stefan Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic at 2012-07-11 18:41:08.105.
@@ -376,6 +376,10 @@
 	Win32Constants \
 	Win32OperatingSystem \
 
+UNIX_CLASSES= \
+       UnixFileDescriptorHandle \
+       UnixFileHandle \
+       UnixOperatingSystem \
 
 
 
@@ -707,4 +711,8 @@
     $(OUTDIR)Win32OperatingSystem.$(O) \
 
 
+UNIX_OBJS= \
+    $(OUTDIR)UnixFileDescriptorHandle.$(O) \
+    $(OUTDIR)UnixFileHandle.$(O) \
+    $(OUTDIR)UnixOperatingSystem.$(O) \