Make.spec
changeset 4070 c41ece60adff
parent 3916 d797329e07d8
child 4077 45efb67f7d5b
child 4163 955870ef942e
--- a/Make.spec	Wed Sep 07 15:41:35 2016 +0200
+++ b/Make.spec	Wed Sep 07 15:41:58 2016 +0200
@@ -22,7 +22,7 @@
 #                (if removed, they will be created as common
 #  -Pxxx       : defines the package
 #  -Zxxx       : a prefix for variables within the classLib
-#  -Dxxx       : defines passed to to CC for inline C-code
+#  -Dxxx       : defines passed to CC for inline C-code
 #  -Ixxx       : include path passed to CC for inline C-code
 #  +optspace   : optimized for space
 #  +optspace2  : optimized more for space
@@ -218,6 +218,7 @@
 	HttpURI \
 	IPv6SocketAddress \
 	SftpURI \
+	UnlimitedSharedQueue \
 
 
 
@@ -390,6 +391,7 @@
     $(OUTDIR_SLASH)HttpURI.$(O) \
     $(OUTDIR_SLASH)IPv6SocketAddress.$(O) \
     $(OUTDIR_SLASH)SftpURI.$(O) \
+    $(OUTDIR_SLASH)UnlimitedSharedQueue.$(O) \
     $(OUTDIR_SLASH)extensions.$(O) \