Changeset 233
- Timestamp:
- Jul 7, 2018, 9:09:48 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r229 r233 318 318 # ----------------------------------------------------------------------------- 319 319 os2.install.cmd: .symbolic 320 @set ABLANG=en de nl fr it sw ru 320 @set ABLANG=en de nl fr it sw ru es 321 321 @type >$(%PACKDIR)\$@ << 322 322 @echo off -
trunk/bootcode/Makefile
r220 r233 89 89 # will run out-of-space sooner that the other languages. 90 90 # If that happens at least the others will be built. 91 BLD_LANGUAGES=en de nl fr it sw ru 91 BLD_LANGUAGES=en de nl fr it sw ru es 92 92 #BLD_LANGUAGES=en de nl 93 93 -
trunk/bootcode/fc.mnu
r230 r233 29 29 7: Russian 30 30 wmake -h dev DEV_BLD_LANG=ru %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y 31 8: Spanish 32 wmake -h dev DEV_BLD_LANG=es %BLDLVL_VENDOR= %BLDLVL_MACHINE= %CRC_IGNORE=y 31 33 } 32 34 -: ------------------------------------- -
trunk/bootcode/fcl.mnu
r230 r233 29 29 7: Russian 30 30 make dev DEV_BLD_LANG=ru BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y 31 8: Spanish 32 make dev DEV_BLD_LANG=es BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y 31 33 } 32 34 -: -------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.