Changeset 55 for trunk/TOOLS
- Timestamp:
- Jan 28, 2016, 9:39:16 AM (10 years ago)
- Location:
- trunk/TOOLS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/INTERNAL/Makefile
r46 r55 51 51 # This is a list of the Targets to be built. 52 52 # 53 TARGETS=$(BASENAME).COM $(BASENAME)D.EXE $(BASENAME)W.EXE $(BASENAME)2.EXE $(BASENAME)L.ELF54 53 #TARGETS=$(BASENAME)D.EXE 55 54 #TARGETS=$(BASENAME).COM 55 #TARGETS=$(BASENAME).COM $(BASENAME)D.EXE $(BASENAME)W.EXE $(BASENAME)2.EXE $(BASENAME)L.ELF 56 TARGETS=$(BASENAME)D.EXE $(BASENAME)W.EXE $(BASENAME)2.EXE $(BASENAME)L.ELF 56 57 57 58 # -
trunk/TOOLS/OS2/SETABOOT/Makefile
r54 r55 297 297 dist: .SYMBOLIC 298 298 @if exist *.EXE $(CP) *.EXE ..$(DS)..$(DS)..$(DS)RELEASE$(DS)OS2 299 @if exist *.EXE $(CP) *.EXE ..$(DS)..$(DS)..$(DS)RELEASE$(DS)BOOTCODE299 # @if exist *.EXE $(CP) *.EXE ..$(DS)..$(DS)..$(DS)RELEASE$(DS)BOOTCODE 300 300 # 301 301 # Help on using this Makefile. -
trunk/TOOLS/OS2/SETABOOT/SETABOOT.H
r54 r55 11 11 // Version 12 12 #define BLDLVL_MAJOR_VERSION "1" 13 #define BLDLVL_MIDDLE_VERSION " 0"14 #define BLDLVL_MINOR_VERSION " 8"13 #define BLDLVL_MIDDLE_VERSION "1" 14 #define BLDLVL_MINOR_VERSION "0" 15 15 // Build date 16 16 #define BLDLVL_YEAR "2013" … … 19 19 // Build time 20 20 #define BLDLVL_HOURS "01" 21 #define BLDLVL_MINUTES "0 0"22 #define BLDLVL_SECONDS "0 8"21 #define BLDLVL_MINUTES "01" 22 #define BLDLVL_SECONDS "00" 23 23 // Build machine 24 //#define BLDLVL_MACHINE "ecs-devbox"25 24 #define BLDLVL_MACHINE "*UNKNOWN*" 26 25 // Build language
Note:
See TracChangeset
for help on using the changeset viewer.