Changeset 188 for trunk/include/makefile.mif
- Timestamp:
- Nov 7, 2017, 7:12:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/makefile.mif
r184 r188 117 117 118 118 # 119 # Clear the ASM and CC definitions 120 # 121 %JWASM_DEFINES= 122 %CC_DEFINES= 123 124 # 125 # Force a RELEASE build if specified 126 # 127 !if "$(%RELEASE)"=="y" 128 %JWASM_DEFINES += -DRELEASE 129 %CC_DEFINES += -dRELEASE 130 !endif 131 132 # 119 133 # Compose JWasm defines to pass on command-line 120 134 # 121 %JWASM_DEFINES=122 135 %JWASM_DEFINES += -DBLDLVL_VENDOR="'$(%BLDLVL_VENDOR)'" 123 136 %JWASM_DEFINES += -DBLDLVL_MACHINE="'$(%BLDLVL_MACHINE)'" … … 133 146 # Compose C-Compiler defines to pass on command-line 134 147 # 135 %CC_DEFINES=136 148 !ifdef __LINUX__ 137 149 %CC_DEFINES += -dBLDLVL_VENDOR='"$(%BLDLVL_VENDOR)"'
Note:
See TracChangeset
for help on using the changeset viewer.