2012-12-13 13:07:16 +00:00
|
|
|
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
|
2012-12-13 13:07:16 +00:00
|
|
|
- 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
|
|
|
|
|
2014-10-19 12:50:51 +00:00
|
|
|
To build a proteced-mode debug binary for the causeway DOS extender with the
|
2014-02-20 05:29:32 +00:00
|
|
|
default wide-charcter type using the Watcom C/C++ compiler, you can do this.
|
|
|
|
|
|
|
|
- cd msdos-watcom
|
|
|
|
- wmake BUILD=debug CHAR=wchar DOS32=CAUSEWAY
|
|
|
|
|
2012-12-13 13:07:16 +00:00
|
|
|
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
|
2012-12-13 13:07:16 +00:00
|
|
|
|