BoltLock as compiled class
authorClaus Gittinger <cg@exept.de>
Tue, 24 Dec 2013 11:47:20 +0100
changeset 3144 0d617c6ac0a6
parent 3143 292e6ffa0b21
child 3145 28f0d5db1278
BoltLock as compiled class
Make.spec
--- a/Make.spec	Tue Dec 24 11:42:49 2013 +0100
+++ b/Make.spec	Tue Dec 24 11:47:20 2013 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.98 2013-08-23 00:22:11 cg Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.99 2013-12-24 10:47:20 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic2.
@@ -59,6 +59,7 @@
 	BinaryTree \
 	BinaryTreeNode \
 	BitArray \
+	BoltLock \
 	CRC32Stream \
 	CacheDictionary \
 	CachedValue \
@@ -179,6 +180,7 @@
     $(OUTDIR_SLASH)BinaryTree.$(O) \
     $(OUTDIR_SLASH)BinaryTreeNode.$(O) \
     $(OUTDIR_SLASH)BitArray.$(O) \
+    $(OUTDIR_SLASH)BoltLock.$(O) \
     $(OUTDIR_SLASH)CRC32Stream.$(O) \
     $(OUTDIR_SLASH)CacheDictionary.$(O) \
     $(OUTDIR_SLASH)CachedValue.$(O) \