Make.spec
branchjv
changeset 4077 45efb67f7d5b
parent 3967 875620210043
parent 4070 c41ece60adff
child 4170 fa392e0642c5
--- a/Make.spec	Fri Sep 02 06:43:01 2016 +0200
+++ b/Make.spec	Thu Sep 08 06:46:01 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) \