Changeset 190
- Timestamp:
- Nov 7, 2017, 7:12:59 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BUILD.NFO
r189 r190 1 1 =============================================================================== 2 Information on building AiR-BOOT [20170413]2 Information on building AiR-BOOT [2017-04-13] 3 3 =============================================================================== 4 4 … … 14 14 -------- 15 15 Fiddling can be done in the 'bootcode' directory. 16 Do a 'make dev -info' in 'bootcode' to learn more.16 Do a 'make devinfo' in 'bootcode' to learn more. 17 17 -- or -- 18 18 Use File Commander and press F2 which will present a nice Build Menu. -
trunk/bootcode/Makefile
r186 r190 551 551 !endif 552 552 553 554 # ----------------------------------------------------------------------------- 555 # SHOW DEVELOPMENT INFORMATION 556 # ----------------------------------------------------------------------------- 557 devinfo: .SYMBOLIC 558 !ifdef __LINUX__ 559 @clear 560 @less devinfo.txt 561 @echo 562 !else 563 @cls 564 @type devinfo.txt | more 565 @echo. 566 @pause 567 !endif 568 569 553 570 # ----------------------------------------------------------------------------- 554 571 # REBUILD ALL TARGETS -
trunk/bootcode/airboot.gmk
r187 r190 43 43 wmake -h dev DEV_BLD_LANG=$(DEV_BLD_LANG) 44 44 45 # Show information on AiR-BOOT development 46 devinfo: 47 $(info ) 48 $(info [$@]) 49 @less devinfo.txt 50 @echo 51 45 52 # 46 53 # Open Watcom Environment -
trunk/bootcode/fc.mnu
r188 r190 4 4 5 5 I: Information 6 make dev-info6 wmake devinfo 7 7 -: ------------------------------------- 8 8 B: Build Anonymous Dev Version [EN] -
trunk/bootcode/fcl.mnu
r188 r190 4 4 5 5 I: Information 6 make dev -info6 make devinfo USE_GNU_MAKE=y 7 7 -: ------------------------------------- 8 8 B: Build Anonymous Dev Version [EN]
Note:
See TracChangeset
for help on using the changeset viewer.