build: fix cross-compile setup for gcc and Open Watcom gcc doesn't support compact memory model, configuration handle this special case by generating appropriate message, now it happens only for fixstrs.exe (in strings) Open Watcom can be run from Windows or Linux or DOS, only necessary is define WATCOM env.variable and add host OW binaries on the PATH, all other is handled by make files
Recent Commits to freecom:master
-
build: fix cross-compile setup for gcc and Open Watcom
-
git: update .gitignore file to exclude more file extensions
git: update .gitignore file to exclude more file extensions
-
build: rename response file to consistent name with .rsp extension
build: rename response file to consistent name with .rsp extension
-
watcom: fix source code for Open Watcom Linux build
watcom: fix source code for Open Watcom Linux build
-
update version in git, 0.87 - unreleased next version
update version in git, 0.87 - unreleased next version
-
build: separate fixstrs.exe and critstrs.exe host(native) build
build: separate fixstrs.exe and critstrs.exe host(native) build rename macro FIXSTRS_BUILD to COMPACT_MODEL add new macro UTILS_BUILD for host(native) build DOS build is not changed toolchain configuration should be control by UTILS_BUILD macro to switch between host(native) and cross compilation 16-bit DOS memory model is control by COMPACT_MODEL macro