8 This file contains eperimental build specification for wxMGL port
9 build with Open Watcom for DOS extenders. In order to get complete
13 2. SCITECH/MGL toolkit
14 3. OpenWatcom compiler
15 4. Bakefile later than 0.1.9.1 (CVS at time of writing this)
17 To get Open Watcom makefiles for wxMGL port: open console under Windows,
18 setup environment for toolkits listed above and then run:
20 cd %WXWIN%\build\bakefiles
21 bakefile_gen -f watcom -d ../mgl/Bakefiles.mgl.bkgen
24 wmake -h -f makefile.wat
26 cd %WXWIN%\samples\minimal
27 wmake -h -f makefile.wat
29 Default build settings are located in %WXWIN%\build\mgl\config.wat
31 Note that currently you can't have watcom makefiles for building samples
32 for different platforms in the same tree.
36 <add-flags formats=
"watcom">
40 <include file=
"../bakefiles/Bakefiles.bkgen"/>
42 <add-flags files=
"wx.bkl" formats=
"watcom">
46 <add-flags files=
"../bakefiles/wx.bkl" formats=
"watcom">
47 -DOPTIONS_FILE=config.wat
49 <add-flags files=
"../../*/*" formats=
"watcom">
50 -DOPTIONS_FILE=../build/mgl/config.wat
52 <add-flags files=
"../../*/*/*" formats=
"watcom">
53 -DOPTIONS_FILE=../../build/mgl/config.wat
55 <add-flags files=
"../../*/*/*/*" formats=
"watcom">
56 -DOPTIONS_FILE=../../../build/mgl/config.wat
58 <add-flags files=
"../../*/*/*/*/*" formats=
"watcom">
59 -DOPTIONS_FILE=../../../../build/mgl/config.wat