# HG changeset patch # User Claus Gittinger # Date 1525979106 -7200 # Node ID 242296b19a7a5b9a283e21853e969249bda5b813 # Parent 0b0f3f0c45cf577c5b4808156afac26b502799a5 class: TimePeriod diff -r 0b0f3f0c45cf -r 242296b19a7a 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)