new class EventSemaphore
authorStefan Vogel <sv@exept.de>
Tue, 27 Dec 2016 11:27:40 +0100
changeset 21192 7c254735cbc8
parent 21191 3e3647a45a01
child 21193 4fa8c9bec114
new class EventSemaphore
Make.spec
--- a/Make.spec	Mon Dec 26 17:03:10 2016 +0100
+++ b/Make.spec	Tue Dec 27 11:27:40 2016 +0100
@@ -121,6 +121,7 @@
 	CompiledCode \
 	ControlInterrupt \
 	Date \
+	EventSemaphore \
 	Exception \
 	ExternalFunction \
 	False \
@@ -511,6 +512,7 @@
     $(OUTDIR_SLASH)CompiledCode.$(O) \
     $(OUTDIR_SLASH)ControlInterrupt.$(O) \
     $(OUTDIR_SLASH)Date.$(O) \
+    $(OUTDIR_SLASH)EventSemaphore.$(O) \
     $(OUTDIR_SLASH)Exception.$(O) \
     $(OUTDIR_SLASH)ExternalFunction.$(O) \
     $(OUTDIR_SLASH)False.$(O) \