Changeset 55 for trunk/TOOLS/OS2
- Timestamp:
- Jan 28, 2016, 9:39:16 AM (10 years ago)
- Location:
- trunk/TOOLS/OS2/SETABOOT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.