Changeset 74 for trunk/bootcode/Makefile
- Timestamp:
- Apr 8, 2017, 12:26:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/Makefile
r68 r74 302 302 # Note that this target is not used as a 'dependency' but 'called' explicitly 303 303 # by the $(BLD_LANGUAGES) target. 304 !ifdef __LINUX__ 305 @echo -e "include text/$(%BLD_LANG)/mbr.asm\r"> text$(DS)txtmbr.asm 306 @echo -e "include text/$(%BLD_LANG)/menus.asm\r"> text$(DS)txtmenus.asm 307 @echo -e "include text/$(%BLD_LANG)/other.asm\r"> text$(DS)txtother.asm 308 !else 304 309 @echo include text/$(%BLD_LANG)/mbr.asm> text$(DS)txtmbr.asm 305 310 @echo include text/$(%BLD_LANG)/menus.asm> text$(DS)txtmenus.asm 306 311 @echo include text/$(%BLD_LANG)/other.asm> text$(DS)txtother.asm 312 !endif 307 313 308 314
Note:
See TracChangeset
for help on using the changeset viewer.