qse/qse/bld
2016-04-29 03:55:42 +00:00
..
msdos-watcom did more migrating works 2016-04-29 03:55:42 +00:00
os2-watcom did more migrating works 2016-04-29 03:55:42 +00:00
win32-borland did more migrating works 2016-04-29 03:55:42 +00:00
win32-msvc did more migrating works 2016-04-29 03:55:42 +00:00
win32-watcom did more migrating works 2016-04-29 03:55:42 +00:00
msdos.bkgen added build files for msdos extenders 2013-02-02 03:49:28 +00:00
os2.bkgen touched up some source files for borland and msvc. 2012-12-13 13:07:16 +00:00
qse.bkl did more migrating works 2016-04-29 03:55:42 +00:00
readme.txt fixed multiple glitches for building on non-posix platforms 2014-10-19 12:50:51 +00:00
watcom.txt touched up glob.c and glob.h 2014-12-15 04:26:41 +00:00
win32.bkgen touched up some source files for borland and msvc. 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
 - 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
 - bakefile_gen -d msdos.bkgen