]> git.saurik.com Git - wxWidgets.git/blobdiff - build/mgl/Bakefiles.mgl.bkgen
use Remove(-1) instead of looping over all images manually in RemoveAll()
[wxWidgets.git] / build / mgl / Bakefiles.mgl.bkgen
index d6036a09897f0db20f66d62531bcaed9f037e313..c26407c3521e01da6d0ba24bdcd8816bfc4cea38 100644 (file)
@@ -3,6 +3,36 @@
 
 <bakefile-gen>
 
+    <!--
+
+    This file contains eperimental build specification for wxMGL port
+    build with Open Watcom for DOS extenders. In order to get complete
+    build, please setup:
+
+      1. wxWidgets CVS Head
+      2. SCITECH/MGL toolkit
+      3. OpenWatcom compiler
+      4. Bakefile later than 0.1.9.1 (CVS at time of writing this)
+
+    To get Open Watcom makefiles for wxMGL port: open console under Windows,
+    setup environment for toolkits listed above and then run:
+
+      cd %WXWIN%\build\bakefiles
+      bakefile_gen -f watcom -d ../mgl/Bakefiles.mgl.bkgen
+
+      cd %WXWIN%\build\mgl
+      wmake -h -f makefile.wat
+
+      cd %WXWIN%\samples\minimal
+      wmake -h -f makefile.wat
+
+    Default build settings are located in %WXWIN%\build\mgl\config.wat
+
+    Note that currently you can't have watcom makefiles for building samples
+    for different platforms in the same tree.
+
+    -->
+
     <add-flags formats="watcom">
         -DPLATFORM_MSDOS=1
     </add-flags>