Changeset 230


Ignore:
Timestamp:
Jul 7, 2018, 9:09:39 AM (7 years ago)
Author:
Ben Rietbroek
Message:

Removed "without FX" from File Commander Build Menus [v1.1.5-testing]

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.4-manual.pdf

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r203 r230  
    1010
    1111# Ignore CodeLite and Eclipse Project Files
     12/.settings
    1213/*.project
     14/*.cproject
    1315
    1416# Ignore prepared commit message
    1517/.commit.msg
     18
     19# Ignore GnuHerd 'fc2.mnu' files
     20fc2.mnu
    1621
    1722# Ignore scratch files and directories
     
    3136!/manual/airboot-manual.pdf
    3237!/manual/fc.mnu
    33 !/manual/fc?.mnu
     38#~ !/manual/fc?.mnu
    3439!/manual/odt2ipf.xsl
    3540!/manual/format.xsl
  • trunk/bootcode/fc.mnu

    r218 r230  
    17171:      English
    1818        wmake -h dev DEV_BLD_LANG=en %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
    19 2:      German    (without FX)
     192:      German
    2020        wmake -h dev DEV_BLD_LANG=de %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
    21 3:      Dutch     (without FX)
     213:      Dutch
    2222        wmake -h dev DEV_BLD_LANG=nl %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
    23 4:      French    (without FX)
     234:      French
    2424        wmake -h dev DEV_BLD_LANG=fr %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
    25 5:      Italian   (without FX)
     255:      Italian
    2626        wmake -h dev DEV_BLD_LANG=it %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
    27 6:      Swedish   (without FX)
     276:      Swedish
    2828        wmake -h dev DEV_BLD_LANG=sw %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
    29 7:      Russian   (without FX)
     297:      Russian
    3030        wmake -h dev DEV_BLD_LANG=ru %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y
    3131}
  • trunk/bootcode/fcl.mnu

    r218 r230  
    17171:      English
    1818        make dev DEV_BLD_LANG=en BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
    19 2:      German    (without FX)
     192:      German
    2020        make dev DEV_BLD_LANG=de BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
    21 3:      Dutch     (without FX)
     213:      Dutch
    2222        make dev DEV_BLD_LANG=nl BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
    23 4:      French    (without FX)
     234:      French
    2424        make dev DEV_BLD_LANG=fr BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
    25 5:      Italian   (without FX)
     255:      Italian
    2626        make dev DEV_BLD_LANG=it BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
    27 6:      Swedish   (without FX)
     276:      Swedish
    2828        make dev DEV_BLD_LANG=sw BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
    29 7:      Russian   (without FX)
     297:      Russian
    3030        make dev DEV_BLD_LANG=ru BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
    3131}
Note: See TracChangeset for help on using the changeset viewer.