Changeset 204 for trunk/src/os2ahci/Makefile
- Timestamp:
- Jun 3, 2020, 5:36:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r200 r204 12 12 # Define default build version if not specified in environment 13 13 BLD_MAJOR=2 14 BLD_MINOR=0 7# must be 2 digits14 BLD_MINOR=08 # must be 2 digits 15 15 BLD_REV=0 # not used at this time 16 16 … … 116 116 @%create $^@ 117 117 @%append $^@ /* Autogenerated by Makefile */ 118 @ %append $^@ $#define DMAJOR $(BLD_MAJOR)119 @ %append $^@ $#define DMINOR $(BLD_MINOR)118 @AddToFile $^@,$#define DMAJOR,VERSIONMAJOR,$(VERSION) 119 @AddToFile $^@,$#define DMINOR,VERSIONMINOR,$(VERSION) 120 120 @%append $^@ $#define DVENDOR "$(VENDOR)" 121 121 @AddToFile $^@,$#define BLD_YEAR,DATEYEAR
Note:
See TracChangeset
for help on using the changeset viewer.