source: trunk/bootcode/fc.mnu@ 189

Last change on this file since 189 was 188, checked in by Ben Rietbroek, 8 years ago

Added 'RELEASE' option for building a RELEASE version [v1.1.1-testing]

Formerly this was done by editing the related files, which is kinda
annoying when using versioning. With this new method it is more easy
to test release builds while developing.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File size: 1.3 KB
Line 
1#
2# Simple Build Menu
3#
4
5I: Information
6 make dev-info
7-: -------------------------------------
8B: Build Anonymous Dev Version [EN]
9 wmake -h dev DEV_BLD_LANG=en %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
10V: Build Vendor Dev Version [EN]
11 wmake -h dev DEV_BLD_LANG=en %CRC_IGNORE=y
12F: Build Fake Release Version [EN]
13 wmake dev DEV_BLD_LANG=en %RELEASE=y
14-: -------------------------------------
15L: Build Anonymous Dev Version [LANG]
16{
171: English
18 wmake -h dev DEV_BLD_LANG=en %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
192: German (without FX)
20 wmake -h dev DEV_BLD_LANG=de %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
213: Dutch (without FX)
22 wmake -h dev DEV_BLD_LANG=nl %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
234: French (without FX)
24 wmake -h dev DEV_BLD_LANG=fr %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
255: Italian (without FX)
26 wmake -h dev DEV_BLD_LANG=it %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
276: Swedish (without FX)
28 wmake -h dev DEV_BLD_LANG=sw %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
297: Russian (without FX)
30 wmake -h dev DEV_BLD_LANG=ru %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
31}
32-: -------------------------------------
33C: Clean
34 wmake -h clean
35-: -------------------------------------
36I: Install (/forcecode)
37 airboot2.exe /forcecode
Note: See TracBrowser for help on using the repository browser.