2012-12-12 15:21:37 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
|
|
|
|
<bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen">
|
|
|
|
|
|
|
|
<input>
|
|
|
|
qse.bkl
|
|
|
|
</input>
|
|
|
|
|
|
|
|
<add-formats>
|
|
|
|
borland,msvc,watcom
|
|
|
|
</add-formats>
|
|
|
|
|
|
|
|
<add-flags>
|
|
|
|
-DPLATFORM_WIN32=1
|
|
|
|
</add-flags>
|
|
|
|
|
|
|
|
<add-flags formats="borland">
|
2012-12-13 13:07:16 +00:00
|
|
|
-o$(INPUT_FILE_DIR)/win32-borland/makefile
|
2012-12-12 15:21:37 +00:00
|
|
|
</add-flags>
|
|
|
|
|
|
|
|
<add-flags formats="msvc">
|
2012-12-13 13:07:16 +00:00
|
|
|
-o$(INPUT_FILE_DIR)/win32-msvc/makefile
|
2012-12-12 15:21:37 +00:00
|
|
|
</add-flags>
|
|
|
|
|
|
|
|
<add-flags formats="watcom">
|
2012-12-13 13:07:16 +00:00
|
|
|
-o$(INPUT_FILE_DIR)/win32-watcom/makefile
|
2012-12-12 15:21:37 +00:00
|
|
|
</add-flags>
|
|
|
|
|
|
|
|
</bakefile-gen>
|