static debug build is the default now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-08-25 23:18:45 +00:00
parent 96d5885406
commit 252b53f55c
4 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@
<option name="SHARED">
<values>0,1</values>
<values-description>,DLL</values-description>
<default-value>1</default-value>
<default-value>0</default-value>
<description>
What type of library to build?
</description>
@ -48,7 +48,7 @@
<option name="BUILD">
<values>debug,release</values>
<values-description>Debug,Release</values-description>
<default-value>release</default-value>
<default-value>debug</default-value>
<description>
Type of compiled binaries
</description>

View File

@ -10,7 +10,7 @@
# -------------------------------------------------------------------------
# Type of compiled binaries [debug,release]
BUILD = release
BUILD = debug
# C compiler
CC = gcc
@ -59,7 +59,7 @@ MSLU = 0
OFFICIAL_BUILD = 0
# What type of library to build? [0,1]
SHARED = 1
SHARED = 0
# Compile Unicode build of wxWindows? [0,1]
UNICODE = 0

View File

@ -10,7 +10,7 @@
# -------------------------------------------------------------------------
# Type of compiled binaries [debug,release]
BUILD = release
BUILD = debug
# C compiler
CC = cl
@ -63,7 +63,7 @@ OFFICIAL_BUILD = 0
RUNTIME_LIBS = dynamic
# What type of library to build? [0,1]
SHARED = 1
SHARED = 0
# Compile Unicode build of wxWindows? [0,1]
UNICODE = 0

View File

@ -10,7 +10,7 @@
# -------------------------------------------------------------------------
# Type of compiled binaries [debug,release]
BUILD = release
BUILD = debug
# C compiler
CC = wcc386
@ -56,7 +56,7 @@ OFFICIAL_BUILD = 0
RUNTIME_LIBS = dynamic
# What type of library to build? [0,1]
SHARED = 1
SHARED = 0
# Compile Unicode build of wxWindows? [0,1]
UNICODE = 0