From f509d00d20544af7ae57eb671c51863e0973af9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 20 Jul 2003 17:37:15 +0000 Subject: [PATCH] fixed /Mxx flag when using static RTL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/makefile.vc | 4 ++-- contrib/build/animate/makefile.vc | 4 ++-- contrib/build/fl/makefile.vc | 4 ++-- contrib/build/gizmos/makefile.vc | 4 ++-- contrib/build/ogl/makefile.vc | 4 ++-- contrib/build/stc/makefile.vc | 4 ++-- contrib/build/xrc/makefile.vc | 4 ++-- contrib/samples/animate/makefile.vc | 4 ++-- contrib/samples/xrc/makefile.vc | 4 ++-- samples/access/makefile.vc | 4 ++-- samples/artprov/makefile.vc | 4 ++-- samples/calendar/makefile.vc | 4 ++-- samples/caret/makefile.vc | 4 ++-- samples/checklst/makefile.vc | 4 ++-- samples/config/makefile.vc | 4 ++-- samples/console/makefile.vc | 4 ++-- samples/controls/makefile.vc | 4 ++-- samples/db/makefile.vc | 4 ++-- samples/dialogs/makefile.vc | 4 ++-- samples/dialup/makefile.vc | 4 ++-- samples/display/makefile.vc | 4 ++-- samples/dnd/makefile.vc | 4 ++-- samples/docview/makefile.vc | 4 ++-- samples/docvwmdi/makefile.vc | 4 ++-- samples/dragimag/makefile.vc | 4 ++-- samples/drawing/makefile.vc | 4 ++-- samples/dynamic/makefile.vc | 4 ++-- samples/erase/makefile.vc | 4 ++-- samples/event/makefile.vc | 4 ++-- samples/exec/makefile.vc | 4 ++-- samples/font/makefile.vc | 4 ++-- samples/grid/makefile.vc | 4 ++-- samples/help/makefile.vc | 4 ++-- samples/htlbox/makefile.vc | 4 ++-- samples/html/about/makefile.vc | 4 ++-- samples/html/help/makefile.vc | 4 ++-- samples/html/helpview/makefile.vc | 4 ++-- samples/html/makefile.vc | 2 +- samples/html/printing/makefile.vc | 4 ++-- samples/html/test/makefile.vc | 4 ++-- samples/html/virtual/makefile.vc | 4 ++-- samples/html/widget/makefile.vc | 4 ++-- samples/html/zip/makefile.vc | 4 ++-- samples/image/makefile.vc | 4 ++-- samples/internat/makefile.vc | 4 ++-- samples/ipc/makefile.vc | 4 ++-- samples/joytest/makefile.vc | 4 ++-- samples/keyboard/makefile.vc | 4 ++-- samples/layout/makefile.vc | 4 ++-- samples/listbox/makefile.vc | 4 ++-- samples/listctrl/makefile.vc | 4 ++-- samples/makefile.vc | 2 +- samples/mdi/makefile.vc | 4 ++-- samples/memcheck/makefile.vc | 4 ++-- samples/menu/makefile.vc | 4 ++-- samples/mfc/makefile.vc | 4 ++-- samples/minifram/makefile.vc | 4 ++-- samples/minimal/makefile.vc | 4 ++-- samples/mobile/makefile.vc | 4 ++-- samples/multimon/makefile.vc | 4 ++-- samples/nativdlg/makefile.vc | 4 ++-- samples/newgrid/makefile.vc | 4 ++-- samples/notebook/makefile.vc | 4 ++-- samples/oleauto/makefile.vc | 4 ++-- samples/opengl/cube/makefile.vc | 4 ++-- samples/opengl/makefile.vc | 2 +- samples/ownerdrw/makefile.vc | 4 ++-- samples/png/makefile.vc | 4 ++-- samples/printing/makefile.vc | 4 ++-- samples/propsize/makefile.vc | 4 ++-- samples/regtest/makefile.vc | 4 ++-- samples/richedit/makefile.vc | 4 ++-- samples/rotate/makefile.vc | 4 ++-- samples/sashtest/makefile.vc | 4 ++-- samples/scroll/makefile.vc | 4 ++-- samples/scrollsub/makefile.vc | 4 ++-- samples/shaped/makefile.vc | 4 ++-- samples/sockets/makefile.vc | 4 ++-- samples/splitter/makefile.vc | 4 ++-- samples/statbar/makefile.vc | 4 ++-- samples/tab/makefile.vc | 4 ++-- samples/taskbar/makefile.vc | 4 ++-- samples/text/makefile.vc | 4 ++-- samples/thread/makefile.vc | 4 ++-- samples/toolbar/makefile.vc | 4 ++-- samples/treectrl/makefile.vc | 4 ++-- samples/typetest/makefile.vc | 4 ++-- samples/validate/makefile.vc | 4 ++-- samples/vscroll/makefile.vc | 4 ++-- samples/widgets/makefile.vc | 4 ++-- samples/wizard/makefile.vc | 4 ++-- samples/wxtest/makefile.vc | 4 ++-- samples/xrc/makefile.vc | 4 ++-- 93 files changed, 183 insertions(+), 183 deletions(-) diff --git a/build/makefile.vc b/build/makefile.vc index 699bebe3cf..fcc7a914a9 100644 --- a/build/makefile.vc +++ b/build/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -90,7 +90,7 @@ __OPTIMIZEFLAG = /O2 __RUNTIME_LIBS = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS = +__RUNTIME_LIBS = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/contrib/build/animate/makefile.vc b/contrib/build/animate/makefile.vc index b8d47b0e17..24e4e1d5db 100644 --- a/contrib/build/animate/makefile.vc +++ b/contrib/build/animate/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -73,7 +73,7 @@ __OPTIMIZEFLAG = /O2 __RUNTIME_LIBS = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS = +__RUNTIME_LIBS = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/contrib/build/fl/makefile.vc b/contrib/build/fl/makefile.vc index 69f2bc51cb..552293ab21 100644 --- a/contrib/build/fl/makefile.vc +++ b/contrib/build/fl/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -73,7 +73,7 @@ __OPTIMIZEFLAG = /O2 __RUNTIME_LIBS = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS = +__RUNTIME_LIBS = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/contrib/build/gizmos/makefile.vc b/contrib/build/gizmos/makefile.vc index c855786c87..091e6254d9 100644 --- a/contrib/build/gizmos/makefile.vc +++ b/contrib/build/gizmos/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -73,7 +73,7 @@ __OPTIMIZEFLAG = /O2 __RUNTIME_LIBS = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS = +__RUNTIME_LIBS = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/contrib/build/ogl/makefile.vc b/contrib/build/ogl/makefile.vc index 17df69dc27..9011b69798 100644 --- a/contrib/build/ogl/makefile.vc +++ b/contrib/build/ogl/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -73,7 +73,7 @@ __OPTIMIZEFLAG = /O2 __RUNTIME_LIBS = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS = +__RUNTIME_LIBS = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/contrib/build/stc/makefile.vc b/contrib/build/stc/makefile.vc index 9ef1067e87..9c4139aa2b 100644 --- a/contrib/build/stc/makefile.vc +++ b/contrib/build/stc/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -73,7 +73,7 @@ __OPTIMIZEFLAG = /O2 __RUNTIME_LIBS = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS = +__RUNTIME_LIBS = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/contrib/build/xrc/makefile.vc b/contrib/build/xrc/makefile.vc index e12e006a6f..9277ea5f78 100644 --- a/contrib/build/xrc/makefile.vc +++ b/contrib/build/xrc/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG = /O2 __RUNTIME_LIBS = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS = +__RUNTIME_LIBS = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/contrib/samples/animate/makefile.vc b/contrib/samples/animate/makefile.vc index abe2971867..4cbf24df44 100644 --- a/contrib/samples/animate/makefile.vc +++ b/contrib/samples/animate/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -69,7 +69,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/contrib/samples/xrc/makefile.vc b/contrib/samples/xrc/makefile.vc index 69bd7e91ce..c759311c1c 100644 --- a/contrib/samples/xrc/makefile.vc +++ b/contrib/samples/xrc/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/access/makefile.vc b/samples/access/makefile.vc index a858f24c13..d2f6c659eb 100644 --- a/samples/access/makefile.vc +++ b/samples/access/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/artprov/makefile.vc b/samples/artprov/makefile.vc index 77d5ad0ad0..632abf25ae 100644 --- a/samples/artprov/makefile.vc +++ b/samples/artprov/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/calendar/makefile.vc b/samples/calendar/makefile.vc index 12af3a4135..347c4944de 100644 --- a/samples/calendar/makefile.vc +++ b/samples/calendar/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/caret/makefile.vc b/samples/caret/makefile.vc index 9291821e3b..9c70f7aea5 100644 --- a/samples/caret/makefile.vc +++ b/samples/caret/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/checklst/makefile.vc b/samples/checklst/makefile.vc index 3134b15e49..8bf4aab5f7 100644 --- a/samples/checklst/makefile.vc +++ b/samples/checklst/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/config/makefile.vc b/samples/config/makefile.vc index 7d2d35926d..0d501d2d05 100644 --- a/samples/config/makefile.vc +++ b/samples/config/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/console/makefile.vc b/samples/console/makefile.vc index 0e856221a9..8d2b7b7448 100644 --- a/samples/console/makefile.vc +++ b/samples/console/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -72,7 +72,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/controls/makefile.vc b/samples/controls/makefile.vc index 79c1f9292b..2a37992002 100644 --- a/samples/controls/makefile.vc +++ b/samples/controls/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/db/makefile.vc b/samples/db/makefile.vc index e163d957d3..aa79cd12d6 100644 --- a/samples/db/makefile.vc +++ b/samples/db/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/dialogs/makefile.vc b/samples/dialogs/makefile.vc index 8fdacf8f8f..fd87a81db1 100644 --- a/samples/dialogs/makefile.vc +++ b/samples/dialogs/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/dialup/makefile.vc b/samples/dialup/makefile.vc index fe363c44db..0b01ac4d36 100644 --- a/samples/dialup/makefile.vc +++ b/samples/dialup/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/display/makefile.vc b/samples/display/makefile.vc index 5cbef37811..223aecb090 100644 --- a/samples/display/makefile.vc +++ b/samples/display/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -69,7 +69,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/dnd/makefile.vc b/samples/dnd/makefile.vc index 7541b66080..eb4bbd7eb6 100644 --- a/samples/dnd/makefile.vc +++ b/samples/dnd/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/docview/makefile.vc b/samples/docview/makefile.vc index 09434e97a5..eeb09e114c 100644 --- a/samples/docview/makefile.vc +++ b/samples/docview/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/docvwmdi/makefile.vc b/samples/docvwmdi/makefile.vc index 09434e97a5..eeb09e114c 100644 --- a/samples/docvwmdi/makefile.vc +++ b/samples/docvwmdi/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/dragimag/makefile.vc b/samples/dragimag/makefile.vc index 9c7f47bf33..4ad245a8f3 100644 --- a/samples/dragimag/makefile.vc +++ b/samples/dragimag/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/drawing/makefile.vc b/samples/drawing/makefile.vc index 53d899164b..e460577bca 100644 --- a/samples/drawing/makefile.vc +++ b/samples/drawing/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/dynamic/makefile.vc b/samples/dynamic/makefile.vc index 4f1ae2b229..3dfd091b9d 100644 --- a/samples/dynamic/makefile.vc +++ b/samples/dynamic/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/erase/makefile.vc b/samples/erase/makefile.vc index e482f142fa..2bea6ee955 100644 --- a/samples/erase/makefile.vc +++ b/samples/erase/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/event/makefile.vc b/samples/event/makefile.vc index 173a33e0f7..219051f7a5 100644 --- a/samples/event/makefile.vc +++ b/samples/event/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/exec/makefile.vc b/samples/exec/makefile.vc index d84e255803..9ca4f75033 100644 --- a/samples/exec/makefile.vc +++ b/samples/exec/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/font/makefile.vc b/samples/font/makefile.vc index 08a856c6a2..3f618d7590 100644 --- a/samples/font/makefile.vc +++ b/samples/font/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/grid/makefile.vc b/samples/grid/makefile.vc index 65caa7ceee..3a36b6c4eb 100644 --- a/samples/grid/makefile.vc +++ b/samples/grid/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/help/makefile.vc b/samples/help/makefile.vc index 310b15b530..0756589dfb 100644 --- a/samples/help/makefile.vc +++ b/samples/help/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/htlbox/makefile.vc b/samples/htlbox/makefile.vc index 77f8c6e30d..5d94045a28 100644 --- a/samples/htlbox/makefile.vc +++ b/samples/htlbox/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/html/about/makefile.vc b/samples/html/about/makefile.vc index c7e26a40e3..7079207b35 100644 --- a/samples/html/about/makefile.vc +++ b/samples/html/about/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/html/help/makefile.vc b/samples/html/help/makefile.vc index 16f51742b6..ef53486d18 100644 --- a/samples/html/help/makefile.vc +++ b/samples/html/help/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/html/helpview/makefile.vc b/samples/html/helpview/makefile.vc index 5938a90f8c..e88f8e8dbe 100644 --- a/samples/html/helpview/makefile.vc +++ b/samples/html/helpview/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/html/makefile.vc b/samples/html/makefile.vc index 2c32d11eb7..079e974c4b 100644 --- a/samples/html/makefile.vc +++ b/samples/html/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/html/printing/makefile.vc b/samples/html/printing/makefile.vc index 21dc5be868..fa1c730827 100644 --- a/samples/html/printing/makefile.vc +++ b/samples/html/printing/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/html/test/makefile.vc b/samples/html/test/makefile.vc index 74c45face5..a2c8158469 100644 --- a/samples/html/test/makefile.vc +++ b/samples/html/test/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/html/virtual/makefile.vc b/samples/html/virtual/makefile.vc index 790a07f0db..7cf3dec8a5 100644 --- a/samples/html/virtual/makefile.vc +++ b/samples/html/virtual/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/html/widget/makefile.vc b/samples/html/widget/makefile.vc index c6d748144f..04d4efb006 100644 --- a/samples/html/widget/makefile.vc +++ b/samples/html/widget/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/html/zip/makefile.vc b/samples/html/zip/makefile.vc index f2d29b0aee..468ff713a1 100644 --- a/samples/html/zip/makefile.vc +++ b/samples/html/zip/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/image/makefile.vc b/samples/image/makefile.vc index 5454b6fc98..92fdfa1a8a 100644 --- a/samples/image/makefile.vc +++ b/samples/image/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/internat/makefile.vc b/samples/internat/makefile.vc index dea0af22df..8a54e71501 100644 --- a/samples/internat/makefile.vc +++ b/samples/internat/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/ipc/makefile.vc b/samples/ipc/makefile.vc index 577a3d57d1..3da88388ec 100644 --- a/samples/ipc/makefile.vc +++ b/samples/ipc/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/joytest/makefile.vc b/samples/joytest/makefile.vc index d2d74a296b..5f46a41863 100644 --- a/samples/joytest/makefile.vc +++ b/samples/joytest/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/keyboard/makefile.vc b/samples/keyboard/makefile.vc index 819348c4e2..fffdd49626 100644 --- a/samples/keyboard/makefile.vc +++ b/samples/keyboard/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/layout/makefile.vc b/samples/layout/makefile.vc index de3a764f75..68a3bda8b2 100644 --- a/samples/layout/makefile.vc +++ b/samples/layout/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/listbox/makefile.vc b/samples/listbox/makefile.vc index 64e15c75af..1421991ade 100644 --- a/samples/listbox/makefile.vc +++ b/samples/listbox/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/listctrl/makefile.vc b/samples/listctrl/makefile.vc index f4d109b0e5..e209f69cc1 100644 --- a/samples/listctrl/makefile.vc +++ b/samples/listctrl/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/makefile.vc b/samples/makefile.vc index d3ead159bc..f39195e31e 100644 --- a/samples/makefile.vc +++ b/samples/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/mdi/makefile.vc b/samples/mdi/makefile.vc index 99bbeeaa10..c46169f5fc 100644 --- a/samples/mdi/makefile.vc +++ b/samples/mdi/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/memcheck/makefile.vc b/samples/memcheck/makefile.vc index c95fcf96ec..b7d918c15e 100644 --- a/samples/memcheck/makefile.vc +++ b/samples/memcheck/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/menu/makefile.vc b/samples/menu/makefile.vc index b9c814005c..961c7ba001 100644 --- a/samples/menu/makefile.vc +++ b/samples/menu/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/mfc/makefile.vc b/samples/mfc/makefile.vc index 22a35f8909..995d05f6a2 100644 --- a/samples/mfc/makefile.vc +++ b/samples/mfc/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/minifram/makefile.vc b/samples/minifram/makefile.vc index 4e90991f0f..55bd2264b4 100644 --- a/samples/minifram/makefile.vc +++ b/samples/minifram/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/minimal/makefile.vc b/samples/minimal/makefile.vc index 34dc2222c2..1c1cc708d2 100644 --- a/samples/minimal/makefile.vc +++ b/samples/minimal/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/mobile/makefile.vc b/samples/mobile/makefile.vc index 97f15189a7..de5571a683 100644 --- a/samples/mobile/makefile.vc +++ b/samples/mobile/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/multimon/makefile.vc b/samples/multimon/makefile.vc index c48692f54e..d1ea6b8edb 100644 --- a/samples/multimon/makefile.vc +++ b/samples/multimon/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/nativdlg/makefile.vc b/samples/nativdlg/makefile.vc index a69fc8b307..27334a5c73 100644 --- a/samples/nativdlg/makefile.vc +++ b/samples/nativdlg/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/newgrid/makefile.vc b/samples/newgrid/makefile.vc index 39857b6efe..c36eb23f94 100644 --- a/samples/newgrid/makefile.vc +++ b/samples/newgrid/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/notebook/makefile.vc b/samples/notebook/makefile.vc index 5dad312e7a..ed78287d2a 100644 --- a/samples/notebook/makefile.vc +++ b/samples/notebook/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/oleauto/makefile.vc b/samples/oleauto/makefile.vc index 40bcbc2f4c..b70d6e799f 100644 --- a/samples/oleauto/makefile.vc +++ b/samples/oleauto/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/opengl/cube/makefile.vc b/samples/opengl/cube/makefile.vc index 3bc0a18775..7648ba1b44 100644 --- a/samples/opengl/cube/makefile.vc +++ b/samples/opengl/cube/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/opengl/makefile.vc b/samples/opengl/makefile.vc index c8861af3b2..002846ac5a 100644 --- a/samples/opengl/makefile.vc +++ b/samples/opengl/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/ownerdrw/makefile.vc b/samples/ownerdrw/makefile.vc index 576c383d82..6a9d735597 100644 --- a/samples/ownerdrw/makefile.vc +++ b/samples/ownerdrw/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/png/makefile.vc b/samples/png/makefile.vc index bf3cdde2c6..8fd47f3218 100644 --- a/samples/png/makefile.vc +++ b/samples/png/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/printing/makefile.vc b/samples/printing/makefile.vc index d5dc439ea9..567c4c0e3b 100644 --- a/samples/printing/makefile.vc +++ b/samples/printing/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/propsize/makefile.vc b/samples/propsize/makefile.vc index 2e85d3ce1f..5391efd7c4 100644 --- a/samples/propsize/makefile.vc +++ b/samples/propsize/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/regtest/makefile.vc b/samples/regtest/makefile.vc index d22a6a9c26..6ae61279e2 100644 --- a/samples/regtest/makefile.vc +++ b/samples/regtest/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/richedit/makefile.vc b/samples/richedit/makefile.vc index 1662040d4a..b7f900e0c0 100644 --- a/samples/richedit/makefile.vc +++ b/samples/richedit/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/rotate/makefile.vc b/samples/rotate/makefile.vc index 30b8705678..09e7b4a2b2 100644 --- a/samples/rotate/makefile.vc +++ b/samples/rotate/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/sashtest/makefile.vc b/samples/sashtest/makefile.vc index e9dc29bebb..4c4b6378f7 100644 --- a/samples/sashtest/makefile.vc +++ b/samples/sashtest/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/scroll/makefile.vc b/samples/scroll/makefile.vc index aa5853f797..5b114fcb7b 100644 --- a/samples/scroll/makefile.vc +++ b/samples/scroll/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/scrollsub/makefile.vc b/samples/scrollsub/makefile.vc index 7b68cea866..b34b80e4a3 100644 --- a/samples/scrollsub/makefile.vc +++ b/samples/scrollsub/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/shaped/makefile.vc b/samples/shaped/makefile.vc index da5b92f02f..5d7148a835 100644 --- a/samples/shaped/makefile.vc +++ b/samples/shaped/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/sockets/makefile.vc b/samples/sockets/makefile.vc index 943afc01a2..210dde71d3 100644 --- a/samples/sockets/makefile.vc +++ b/samples/sockets/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -76,7 +76,7 @@ __OPTIMIZEFLAG = /O2 __RUNTIME_LIBS = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS = +__RUNTIME_LIBS = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/splitter/makefile.vc b/samples/splitter/makefile.vc index 6ce3dbc3cd..46006208a1 100644 --- a/samples/splitter/makefile.vc +++ b/samples/splitter/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/statbar/makefile.vc b/samples/statbar/makefile.vc index 816fc118f8..713e959f2e 100644 --- a/samples/statbar/makefile.vc +++ b/samples/statbar/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/tab/makefile.vc b/samples/tab/makefile.vc index f8ceb91b08..0add34922b 100644 --- a/samples/tab/makefile.vc +++ b/samples/tab/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/taskbar/makefile.vc b/samples/taskbar/makefile.vc index af432527d4..06bdf54fc3 100644 --- a/samples/taskbar/makefile.vc +++ b/samples/taskbar/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/text/makefile.vc b/samples/text/makefile.vc index 78d3eb8a58..4b1b89e564 100644 --- a/samples/text/makefile.vc +++ b/samples/text/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/thread/makefile.vc b/samples/thread/makefile.vc index 89b31758d5..2ae66b2c73 100644 --- a/samples/thread/makefile.vc +++ b/samples/thread/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/toolbar/makefile.vc b/samples/toolbar/makefile.vc index 4eae8515bc..27e2636686 100644 --- a/samples/toolbar/makefile.vc +++ b/samples/toolbar/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/treectrl/makefile.vc b/samples/treectrl/makefile.vc index 08f1e00938..0d074d0487 100644 --- a/samples/treectrl/makefile.vc +++ b/samples/treectrl/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/typetest/makefile.vc b/samples/typetest/makefile.vc index 560d74ee85..eb8b469433 100644 --- a/samples/typetest/makefile.vc +++ b/samples/typetest/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/validate/makefile.vc b/samples/validate/makefile.vc index 63ef004367..08de1b376b 100644 --- a/samples/validate/makefile.vc +++ b/samples/validate/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/vscroll/makefile.vc b/samples/vscroll/makefile.vc index 8c4bef6188..b31384e5b5 100644 --- a/samples/vscroll/makefile.vc +++ b/samples/vscroll/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/widgets/makefile.vc b/samples/widgets/makefile.vc index b35228a6dc..2b8151800d 100644 --- a/samples/widgets/makefile.vc +++ b/samples/widgets/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/wizard/makefile.vc b/samples/wizard/makefile.vc index 108d813d1f..fb695f2961 100644 --- a/samples/wizard/makefile.vc +++ b/samples/wizard/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/wxtest/makefile.vc b/samples/wxtest/makefile.vc index 5aa0133e3c..cb82c44e55 100644 --- a/samples/wxtest/makefile.vc +++ b/samples/wxtest/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 diff --git a/samples/xrc/makefile.vc b/samples/xrc/makefile.vc index 69bd7e91ce..c759311c1c 100644 --- a/samples/xrc/makefile.vc +++ b/samples/xrc/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -75,7 +75,7 @@ __OPTIMIZEFLAG_3 = /O2 __RUNTIME_LIBS_6 = D !endif !if "$(RUNTIME_LIBS)" == "static" -__RUNTIME_LIBS_6 = +__RUNTIME_LIBS_6 = T !endif !if "$(UNICODE)" == "1" __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 -- 2.45.2