Update of /cvsroot/wxlua/wxLua/build/bakefiles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27748/build/bakefiles
Modified Files:
Bakefiles.bkgen
Log Message:
updated bakefiles.bkgen for msvc6prj output
Index: Bakefiles.bkgen
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/Bakefiles.bkgen,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Bakefiles.bkgen 24 Nov 2005 21:34:16 -0000 1.3
--- Bakefiles.bkgen 25 Nov 2005 22:29:08 -0000 1.4
***************
*** 4,18 ****
<bakefile-gen>
- <!-- ================================================================== -->
- <!-- Formats to (not) generate -->
- <!-- ================================================================== -->
-
- <disable-formats>gnu,dmars,cbx_unix,cbuilderx</disable-formats>
-
- <!-- List of output formats to generate: -->
- <add-formats>
- autoconf,borland,dmars,mingw,msvc,watcom,cbuilderx,cbx_unix,gnu
- </add-formats>
-
<!-- ================================================================== -->
--- 4,7 ----
***************
*** 32,35 ****
--- 21,40 ----
<!-- ================================================================== -->
+ <!-- Formats to (not) generate -->
+ <!-- ================================================================== -->
+
+ <disable-formats>gnu,dmars,cbx_unix,cbuilderx</disable-formats>
+
+ <!-- List of output formats to generate: -->
+ <add-formats>
+ msvc6prj,autoconf,borland,dmars,mingw,msvc,watcom,cbuilderx,cbx_unix,gnu
+ </add-formats>
+ <del-formats files="./wxlua.bkl">
+ msvc6prj
+ </del-formats>
+
+
+
+ <!-- ================================================================== -->
<!-- Output directories -->
<!-- ================================================================== -->
***************
*** 48,56 ****
<!-- the name of the DSW must be lowercase otherwise output libname will be
lowercase for some targets and for some others it will be mixed... -->
! <add-flags formats="msvc6prj" files="wxlua.bkl">
! -o$(INPUT_FILE_DIR)/../msw/apps.dsw
</add-flags>
! <add-flags formats="msvc6prj" files="modules.bkl">
! -o$(INPUT_FILE_DIR)/../msw/modules.dsw
</add-flags>
--- 53,64 ----
<!-- the name of the DSW must be lowercase otherwise output libname will be
lowercase for some targets and for some others it will be mixed... -->
! <add-flags formats="msvc6prj" files="../../apps/build/bakefiles/apps.bkl">
! -o../../apps/build/msw/apps.dsw
</add-flags>
! <add-flags formats="msvc6prj" files="../../modules/build/bakefiles/modules.bkl">
! -o../../modules/build/msw/modules.dsw
! </add-flags>
! <add-flags formats="msvc6prj" files="../../util/build/bakefiles/util.bkl">
! -o../../util/build/msw/util.dsw
</add-flags>
|