class: TimePeriod
authorClaus Gittinger <cg@exept.de>
Thu, 10 May 2018 21:05:06 +0200
changeset 22878 242296b19a7a
parent 22877 0b0f3f0c45cf
child 22879 c7066a64a1d3
class: TimePeriod
bc.mak
--- a/bc.mak	Thu May 10 21:04:41 2018 +0200
+++ b/bc.mak	Thu May 10 21:05:06 2018 +0200
@@ -120,6 +120,7 @@
 $(OUTDIR)StandaloneStartup.$(O) StandaloneStartup.$(C) StandaloneStartup.$(H): StandaloneStartup.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Stream.$(O) Stream.$(C) Stream.$(H): Stream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)SystemChangeNotifier.$(O) SystemChangeNotifier.$(C) SystemChangeNotifier.$(H): SystemChangeNotifier.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)TimePeriod.$(O) TimePeriod.$(C) TimePeriod.$(H): TimePeriod.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)UndefinedObject.$(O) UndefinedObject.$(C) UndefinedObject.$(H): UndefinedObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)UserMessage.$(O) UserMessage.$(C) UserMessage.$(H): UserMessage.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Visitor.$(O) Visitor.$(C) Visitor.$(H): Visitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)