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:
@@ -8,7 +8,7 @@
|
|||||||
<option name="SHARED">
|
<option name="SHARED">
|
||||||
<values>0,1</values>
|
<values>0,1</values>
|
||||||
<values-description>,DLL</values-description>
|
<values-description>,DLL</values-description>
|
||||||
<default-value>1</default-value>
|
<default-value>0</default-value>
|
||||||
<description>
|
<description>
|
||||||
What type of library to build?
|
What type of library to build?
|
||||||
</description>
|
</description>
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
<option name="BUILD">
|
<option name="BUILD">
|
||||||
<values>debug,release</values>
|
<values>debug,release</values>
|
||||||
<values-description>Debug,Release</values-description>
|
<values-description>Debug,Release</values-description>
|
||||||
<default-value>release</default-value>
|
<default-value>debug</default-value>
|
||||||
<description>
|
<description>
|
||||||
Type of compiled binaries
|
Type of compiled binaries
|
||||||
</description>
|
</description>
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Type of compiled binaries [debug,release]
|
# Type of compiled binaries [debug,release]
|
||||||
BUILD = release
|
BUILD = debug
|
||||||
|
|
||||||
# C compiler
|
# C compiler
|
||||||
CC = gcc
|
CC = gcc
|
||||||
@@ -59,7 +59,7 @@ MSLU = 0
|
|||||||
OFFICIAL_BUILD = 0
|
OFFICIAL_BUILD = 0
|
||||||
|
|
||||||
# What type of library to build? [0,1]
|
# What type of library to build? [0,1]
|
||||||
SHARED = 1
|
SHARED = 0
|
||||||
|
|
||||||
# Compile Unicode build of wxWindows? [0,1]
|
# Compile Unicode build of wxWindows? [0,1]
|
||||||
UNICODE = 0
|
UNICODE = 0
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Type of compiled binaries [debug,release]
|
# Type of compiled binaries [debug,release]
|
||||||
BUILD = release
|
BUILD = debug
|
||||||
|
|
||||||
# C compiler
|
# C compiler
|
||||||
CC = cl
|
CC = cl
|
||||||
@@ -63,7 +63,7 @@ OFFICIAL_BUILD = 0
|
|||||||
RUNTIME_LIBS = dynamic
|
RUNTIME_LIBS = dynamic
|
||||||
|
|
||||||
# What type of library to build? [0,1]
|
# What type of library to build? [0,1]
|
||||||
SHARED = 1
|
SHARED = 0
|
||||||
|
|
||||||
# Compile Unicode build of wxWindows? [0,1]
|
# Compile Unicode build of wxWindows? [0,1]
|
||||||
UNICODE = 0
|
UNICODE = 0
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Type of compiled binaries [debug,release]
|
# Type of compiled binaries [debug,release]
|
||||||
BUILD = release
|
BUILD = debug
|
||||||
|
|
||||||
# C compiler
|
# C compiler
|
||||||
CC = wcc386
|
CC = wcc386
|
||||||
@@ -56,7 +56,7 @@ OFFICIAL_BUILD = 0
|
|||||||
RUNTIME_LIBS = dynamic
|
RUNTIME_LIBS = dynamic
|
||||||
|
|
||||||
# What type of library to build? [0,1]
|
# What type of library to build? [0,1]
|
||||||
SHARED = 1
|
SHARED = 0
|
||||||
|
|
||||||
# Compile Unicode build of wxWindows? [0,1]
|
# Compile Unicode build of wxWindows? [0,1]
|
||||||
UNICODE = 0
|
UNICODE = 0
|
||||||
|
Reference in New Issue
Block a user