Make.proto
changeset 1218 53beb15f444d
parent 1211 5694188f17e6
child 1222 19e99db6427d
--- a/Make.proto	Sat May 17 15:56:49 2003 +0200
+++ b/Make.proto	Sat May 17 16:10:05 2003 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.113 2003-05-15 14:04:31 penk Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.114 2003-05-17 14:09:38 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -34,6 +34,14 @@
 # these are uncritical - save some bytes by compiling with optspace
 #
 
+UNIX_OBJS=\
+	  ZipStream.$(O)                \
+	  BZip2Stream.$(O)              \
+
+WIN32_OBJS=\
+
+
+
 UNCRITICALOBJS=                         \
 	HandlerCollection.$(O)          \
 	MessageChannel.$(O)             \
@@ -89,9 +97,8 @@
 	TimeDuration.$(O)               \
 	Stack.$(O)                      \
 	CompressionStream.$(O)          \
-	  ZipStream.$(O)                \
-	  BZip2Stream.$(O)              \
 	UUID.$(O)                       \
+	$(SYSDEP_OBJS)			\
 	$(LIBBASIC2_PACKAGE_OBJS)
 
 objs::  $(OBJS)