rebaked using bakefile 0.2.5

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-10-27 16:40:51 +00:00
parent cfcc02a8a4
commit 506e9b7ed2
1055 changed files with 2700 additions and 2382 deletions

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,10 +1,10 @@
dnl ### begin block 00_header[../../demos/bombs/bombs.bkl,../../demos/demos.bkl,../../demos/forty/forty.bkl,../../demos/fractal/fractal.bkl,../../demos/life/life.bkl,../../demos/poem/poem.bkl,../../samples/access/access.bkl,../../samples/animate/anitest.bkl,../../samples/artprov/artprov.bkl,../../samples/aui/auidemo.bkl,../../samples/calendar/calendar.bkl,../../samples/caret/caret.bkl,../../samples/collpane/collpane.bkl,../../samples/combo/combo.bkl,../../samples/config/config.bkl,../../samples/console/console.bkl,../../samples/controls/controls.bkl,../../samples/dataview/dataview.bkl,../../samples/debugrpt/debugrpt.bkl,../../samples/dialogs/dialogs.bkl,../../samples/dialup/dialup.bkl,../../samples/display/display.bkl,../../samples/dnd/dnd.bkl,../../samples/docview/docview.bkl,../../samples/docvwmdi/docvwmdi.bkl,../../samples/dragimag/dragimag.bkl,../../samples/drawing/drawing.bkl,../../samples/editlbox/editlbox.bkl,../../samples/erase/erase.bkl,../../samples/event/event.bkl,../../samples/except/except.bkl,../../samples/exec/exec.bkl,../../samples/font/font.bkl,../../samples/grid/grid.bkl,../../samples/help/help.bkl,../../samples/htlbox/htlbox.bkl,../../samples/html/about/about.bkl,../../samples/html/help/help.bkl,../../samples/html/helpview/helpview.bkl,../../samples/html/html_samples.bkl,../../samples/html/htmlctrl/htmlctrl.bkl,../../samples/html/printing/printing.bkl,../../samples/html/test/test.bkl,../../samples/html/virtual/virtual.bkl,../../samples/html/widget/widget.bkl,../../samples/html/zip/zip.bkl,../../samples/image/image.bkl,../../samples/internat/internat.bkl,../../samples/ipc/ipc.bkl,../../samples/joytest/joytest.bkl,../../samples/keyboard/keyboard.bkl,../../samples/layout/layout.bkl,../../samples/listctrl/listctrl.bkl,../../samples/mdi/mdi.bkl,../../samples/mediaplayer/mediaplayer.bkl,../../samples/memcheck/memcheck.bkl,../../samples/menu/menu.bkl,../../samples/mfc/mfc.bkl,../../samples/minimal/minimal.bkl,../../samples/mobile/mobile_samples.bkl,../../samples/mobile/styles/styles.bkl,../../samples/mobile/wxedit/wxedit.bkl,../../samples/nativdlg/nativdlg.bkl,../../samples/notebook/notebook.bkl,../../samples/oleauto/oleauto.bkl,../../samples/opengl/cube/cube.bkl,../../samples/opengl/isosurf/isosurf.bkl,../../samples/opengl/opengl_samples.bkl,../../samples/opengl/penguin/penguin.bkl,../../samples/ownerdrw/ownerdrw.bkl,../../samples/popup/popup.bkl,../../samples/power/power.bkl,../../samples/printing/printing.bkl,../../samples/propgrid/propgrid.bkl,../../samples/regtest/regtest.bkl,../../samples/render/render.bkl,../../samples/richtext/richtext.bkl,../../samples/sashtest/sashtest.bkl,../../samples/scroll/scroll.bkl,../../samples/scrollsub/scrollsub.bkl,../../samples/shaped/shaped.bkl,../../samples/sockets/sockets.bkl,../../samples/sound/sound.bkl,../../samples/splash/splash.bkl,../../samples/splitter/splitter.bkl,../../samples/statbar/statbar.bkl,../../samples/stc/stctest.bkl,../../samples/svg/svgtest.bkl,../../samples/taborder/taborder.bkl,../../samples/taskbar/taskbar.bkl,../../samples/text/text.bkl,../../samples/thread/thread.bkl,../../samples/toolbar/toolbar.bkl,../../samples/treectrl/treectrl.bkl,../../samples/typetest/typetest.bkl,../../samples/validate/validate.bkl,../../samples/vscroll/vscroll.bkl,../../samples/widgets/widgets.bkl,../../samples/wizard/wizard.bkl,../../samples/wrapsizer/wrapsizer.bkl,../../samples/xrc/xrcdemo.bkl,../../tests/benchmarks/bench.bkl,../../tests/test.bkl,../../utils/HelpGen/src/helpgen.bkl,../../utils/emulator/src/emulator.bkl,../../utils/helpview/src/helpview.bkl,../../utils/hhp2cached/hhp2cached.bkl,../../utils/ifacecheck/ifacecheck.bkl,../../utils/ifacecheck/src/ifacecheck.bkl,../../utils/screenshotgen/src/screenshotgen.bkl,../../utils/tex2rtf/src/tex2rtf.bkl,../../utils/utils.bkl,../../utils/wxrc/wxrc.bkl,wx.bkl] ###
dnl
dnl This macro was generated by
dnl Bakefile 0.2.4 (http://www.bakefile.org)
dnl Bakefile 0.2.5 (http://www.bakefile.org)
dnl Do not modify, all changes will be overwritten!
BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.4"
BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.5"
dnl ### begin block 10_AC_BAKEFILE_PRECOMP_HEADERS[../../tests/test.bkl,wx.bkl] ###
AC_BAKEFILE_PRECOMP_HEADERS

View File

@ -832,7 +832,7 @@ AC_DEFUN([AC_BAKEFILE],
AC_SUBST(OBJCXXFLAGS)
BAKEFILE_BAKEFILE_M4_VERSION="0.2.4"
BAKEFILE_BAKEFILE_M4_VERSION="0.2.5"
dnl includes autoconf_inc.m4:
$1

View File

@ -1,6 +1,6 @@
# =========================================================================
# This configuration file was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Beware that all changes made to this file will be overwritten next
# time you run Bakefile!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This configuration file was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Beware that all changes made to this file will be overwritten next
# time you run Bakefile!
# =========================================================================
@ -17,10 +17,10 @@ LINK_DLL_FLAGS ?= -shared
LINK_MODULE_FLAGS ?= -shared
# C compiler
CC ?= gcc
CC = gcc
# C++ compiler
CXX ?= g++
CXX = g++
# Standard flags for CC
CFLAGS ?=

View File

@ -1,6 +1,6 @@
# =========================================================================
# This configuration file was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Beware that all changes made to this file will be overwritten next
# time you run Bakefile!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This configuration file was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Beware that all changes made to this file will be overwritten next
# time you run Bakefile!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_advdll.pch"
AssemblerListingLocation="vc_mswunivudll\adv\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_advdll.pch"
AssemblerListingLocation="vc_mswunivuddll\adv\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_advdll.pch"
AssemblerListingLocation="vc_mswudll\adv\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_advdll.pch"
AssemblerListingLocation="vc_mswuddll\adv\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_advlib.pch"
AssemblerListingLocation="vc_mswunivu\adv\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_advlib.pch"
AssemblerListingLocation="vc_mswunivud\adv\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_advlib.pch"
AssemblerListingLocation="vc_mswu\adv\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_advlib.pch"
AssemblerListingLocation="vc_mswud\adv\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_auidll.pch"
AssemblerListingLocation="vc_mswunivudll\aui\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_auidll.pch"
AssemblerListingLocation="vc_mswunivuddll\aui\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_auidll.pch"
AssemblerListingLocation="vc_mswudll\aui\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_auidll.pch"
AssemblerListingLocation="vc_mswuddll\aui\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_auilib.pch"
AssemblerListingLocation="vc_mswunivu\aui\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_auilib.pch"
AssemblerListingLocation="vc_mswunivud\aui\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_auilib.pch"
AssemblerListingLocation="vc_mswu\aui\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_auilib.pch"
AssemblerListingLocation="vc_mswud\aui\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_basedll.pch"
AssemblerListingLocation="vc_mswunivudll\base\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_basedll.pch"
AssemblerListingLocation="vc_mswunivuddll\base\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_basedll.pch"
AssemblerListingLocation="vc_mswudll\base\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_basedll.pch"
AssemblerListingLocation="vc_mswuddll\base\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_baselib.pch"
AssemblerListingLocation="vc_mswunivu\base\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_baselib.pch"
AssemblerListingLocation="vc_mswunivud\base\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_baselib.pch"
AssemblerListingLocation="vc_mswu\base\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_baselib.pch"
AssemblerListingLocation="vc_mswud\base\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_coredll.pch"
AssemblerListingLocation="vc_mswunivudll\core\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_coredll.pch"
AssemblerListingLocation="vc_mswunivuddll\core\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_coredll.pch"
AssemblerListingLocation="vc_mswudll\core\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_coredll.pch"
AssemblerListingLocation="vc_mswuddll\core\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_corelib.pch"
AssemblerListingLocation="vc_mswunivu\core\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_corelib.pch"
AssemblerListingLocation="vc_mswunivud\core\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_corelib.pch"
AssemblerListingLocation="vc_mswu\core\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_corelib.pch"
AssemblerListingLocation="vc_mswud\core\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_gldll.pch"
AssemblerListingLocation="vc_mswunivudll\gl\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_gldll.pch"
AssemblerListingLocation="vc_mswunivuddll\gl\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_gldll.pch"
AssemblerListingLocation="vc_mswudll\gl\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_gldll.pch"
AssemblerListingLocation="vc_mswuddll\gl\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_gllib.pch"
AssemblerListingLocation="vc_mswunivu\gl\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_gllib.pch"
AssemblerListingLocation="vc_mswunivud\gl\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_gllib.pch"
AssemblerListingLocation="vc_mswu\gl\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_gllib.pch"
AssemblerListingLocation="vc_mswud\gl\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_htmldll.pch"
AssemblerListingLocation="vc_mswunivudll\html\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_htmldll.pch"
AssemblerListingLocation="vc_mswunivuddll\html\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_htmldll.pch"
AssemblerListingLocation="vc_mswudll\html\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_htmldll.pch"
AssemblerListingLocation="vc_mswuddll\html\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_htmllib.pch"
AssemblerListingLocation="vc_mswunivu\html\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_htmllib.pch"
AssemblerListingLocation="vc_mswunivud\html\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_htmllib.pch"
AssemblerListingLocation="vc_mswu\html\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_htmllib.pch"
AssemblerListingLocation="vc_mswud\html\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_mediadll.pch"
AssemblerListingLocation="vc_mswunivudll\media\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_mediadll.pch"
AssemblerListingLocation="vc_mswunivuddll\media\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_mediadll.pch"
AssemblerListingLocation="vc_mswudll\media\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_mediadll.pch"
AssemblerListingLocation="vc_mswuddll\media\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_medialib.pch"
AssemblerListingLocation="vc_mswunivu\media\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_medialib.pch"
AssemblerListingLocation="vc_mswunivud\media\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_medialib.pch"
AssemblerListingLocation="vc_mswu\media\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_medialib.pch"
AssemblerListingLocation="vc_mswud\media\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_netdll.pch"
AssemblerListingLocation="vc_mswunivudll\net\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_netdll.pch"
AssemblerListingLocation="vc_mswunivuddll\net\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_netdll.pch"
AssemblerListingLocation="vc_mswudll\net\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_netdll.pch"
AssemblerListingLocation="vc_mswuddll\net\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_netlib.pch"
AssemblerListingLocation="vc_mswunivu\net\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_netlib.pch"
AssemblerListingLocation="vc_mswunivud\net\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_netlib.pch"
AssemblerListingLocation="vc_mswu\net\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_netlib.pch"
AssemblerListingLocation="vc_mswud\net\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_propgriddll.pch"
AssemblerListingLocation="vc_mswunivudll\propgrid\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_propgriddll.pch"
AssemblerListingLocation="vc_mswunivuddll\propgrid\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_propgriddll.pch"
AssemblerListingLocation="vc_mswudll\propgrid\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_propgriddll.pch"
AssemblerListingLocation="vc_mswuddll\propgrid\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_propgridlib.pch"
AssemblerListingLocation="vc_mswunivu\propgrid\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_propgridlib.pch"
AssemblerListingLocation="vc_mswunivud\propgrid\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_propgridlib.pch"
AssemblerListingLocation="vc_mswu\propgrid\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_propgridlib.pch"
AssemblerListingLocation="vc_mswud\propgrid\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_qadll.pch"
AssemblerListingLocation="vc_mswunivudll\qa\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_qadll.pch"
AssemblerListingLocation="vc_mswunivuddll\qa\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_qadll.pch"
AssemblerListingLocation="vc_mswudll\qa\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_qadll.pch"
AssemblerListingLocation="vc_mswuddll\qa\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_qalib.pch"
AssemblerListingLocation="vc_mswunivu\qa\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_qalib.pch"
AssemblerListingLocation="vc_mswunivud\qa\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_qalib.pch"
AssemblerListingLocation="vc_mswu\qa\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_qalib.pch"
AssemblerListingLocation="vc_mswud\qa\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_richtextdll.pch"
AssemblerListingLocation="vc_mswunivudll\richtext\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_richtextdll.pch"
AssemblerListingLocation="vc_mswunivuddll\richtext\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_richtextdll.pch"
AssemblerListingLocation="vc_mswudll\richtext\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_richtextdll.pch"
AssemblerListingLocation="vc_mswuddll\richtext\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_richtextlib.pch"
AssemblerListingLocation="vc_mswunivu\richtext\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_richtextlib.pch"
AssemblerListingLocation="vc_mswunivud\richtext\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_richtextlib.pch"
AssemblerListingLocation="vc_mswu\richtext\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_richtextlib.pch"
AssemblerListingLocation="vc_mswud\richtext\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_stcdll.pch"
AssemblerListingLocation="vc_mswunivudll\stc\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_stcdll.pch"
AssemblerListingLocation="vc_mswunivuddll\stc\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_stcdll.pch"
AssemblerListingLocation="vc_mswudll\stc\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_stcdll.pch"
AssemblerListingLocation="vc_mswuddll\stc\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_stclib.pch"
AssemblerListingLocation="vc_mswunivu\stc\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_stclib.pch"
AssemblerListingLocation="vc_mswunivud\stc\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_stclib.pch"
AssemblerListingLocation="vc_mswu\stc\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_stclib.pch"
AssemblerListingLocation="vc_mswud\stc\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_xmldll.pch"
AssemblerListingLocation="vc_mswunivudll\xml\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_xmldll.pch"
AssemblerListingLocation="vc_mswunivuddll\xml\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_xmldll.pch"
AssemblerListingLocation="vc_mswudll\xml\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_xmldll.pch"
AssemblerListingLocation="vc_mswuddll\xml\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_xmllib.pch"
AssemblerListingLocation="vc_mswunivu\xml\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_xmllib.pch"
AssemblerListingLocation="vc_mswunivud\xml\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_xmllib.pch"
AssemblerListingLocation="vc_mswu\xml\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_xmllib.pch"
AssemblerListingLocation="vc_mswud\xml\"

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->
@ -54,7 +54,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivudll\wxprec_xrcdll.pch"
AssemblerListingLocation="vc_mswunivudll\xrc\"
@ -146,7 +146,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivuddll\wxprec_xrcdll.pch"
AssemblerListingLocation="vc_mswunivuddll\xrc\"
@ -236,7 +236,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswudll\wxprec_xrcdll.pch"
AssemblerListingLocation="vc_mswudll\xrc\"
@ -328,7 +328,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswuddll\wxprec_xrcdll.pch"
AssemblerListingLocation="vc_mswuddll\xrc\"
@ -418,7 +418,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivu\wxprec_xrclib.pch"
AssemblerListingLocation="vc_mswunivu\xrc\"
@ -501,7 +501,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswunivud\wxprec_xrclib.pch"
AssemblerListingLocation="vc_mswunivud\xrc\"
@ -582,7 +582,7 @@
ExceptionHandling="1"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswu\wxprec_xrclib.pch"
AssemblerListingLocation="vc_mswu\xrc\"
@ -665,7 +665,7 @@
RuntimeLibrary="3"
BufferSecurityCheck="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="wx/wxprec.h"
PrecompiledHeaderFile="vc_mswud\wxprec_xrclib.pch"
AssemblerListingLocation="vc_mswud\xrc\"

16
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 56132 2008-10-06 19:48:52Z SC .
# From configure.in Id: configure.in 56400 2008-10-17 12:39:21Z RR .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
#
@ -47203,9 +47203,17 @@ fi
TOOLKIT_LOWERCASE=xxx
if test "$TOOLKIT" = "MAC"; then
TOOLKIT_LOWERCASE=osx
else
fi
if test "$TOOLKIT" = "OSX_CARBON"; then
TOOLKIT_LOWERCASE=osx
fi
if test "$TOOLKIT" = "OSX_COCOA"; then
TOOLKIT_LOWERCASE=osx
fi
if test "$TOOLKIT_LOWERCASE" = "xxx"; then
TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
fi
@ -49324,10 +49332,10 @@ fi
BAKEFILE_BAKEFILE_M4_VERSION="0.2.4"
BAKEFILE_BAKEFILE_M4_VERSION="0.2.5"
BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.4"
BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.5"

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -2,7 +2,7 @@
<!--
This makefile was generated by
Bakefile 0.2.4 (http://www.bakefile.org)
Bakefile 0.2.5 (http://www.bakefile.org)
Do not modify, all changes will be overwritten!
-->

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.4 (http://www.bakefile.org)
# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================

Some files were not shown because too many files have changed in this diff Show More