Changeset 201
- Timestamp:
- Nov 7, 2017, 7:13:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/Makefile
r190 r201 166 166 # Generate the list-file on a local drive so JWasm doen't take forever. 167 167 # This is done in the recipe. 168 !ifndef __LINUX__ 168 169 JWASM_LIST_FILE_LOC=$(%TEMP)$(DS) 169 170 JWASM_LIST_FILE=-Fl=$(JWASM_LIST_FILE_LOC)$^&.lst 171 !else 172 JWASM_LIST_FILE=-Fl=$^&.lst 173 !endif 170 174 171 175 # WASM
Note:
See TracChangeset
for help on using the changeset viewer.