qse/bld/readme.txt

31 lines
1.0 KiB
Plaintext
Raw Normal View History

The directory contains makefiles generated with bakefile(www.bakefile.org)
for non-autoconf environments.
- os2-watcom/makefile Watcom C/C++ for OS/2
2012-12-25 14:10:02 +00:00
- win32-watcom/makefile Watcom C/C++ for Windows
- win32-borland/makefile Borland C/C++ for Windows
- win32-msvc/makefile Microsoft Visual C/C++ for Windows
These makefiles contain some options - BUILD, CHAR, XCMGRS, BUNDLED_UNICODE.
To build a debug version with the default wide-charcter type for OS/2
using the Watcom C/C++ compiler, you can do this.
- cd os2-watcom
- wmake BUILD=debug CHAR=wchar
To build a proteced-mode debug binary for the causeway DOS extender with the
default wide-charcter type using the Watcom C/C++ compiler, you can do this.
- cd msdos-watcom
- wmake BUILD=debug CHAR=wchar DOS32=CAUSEWAY
Use relevant native tools for other supported environments.
You can execute the following commands to regenerate the makefiles.
- bakefile_gen -d os2.bkgen
- bakefile_gen -d win32.bkgen
2013-02-02 03:49:28 +00:00
- bakefile_gen -d msdos.bkgen