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:
parent
96d5885406
commit
252b53f55c
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user