]> git.saurik.com Git - wxWidgets.git/commitdiff
static debug build is the default now
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 25 Aug 2003 23:18:45 +0000 (23:18 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 25 Aug 2003 23:18:45 +0000 (23:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/config.bkl
build/msw/config.gcc
build/msw/config.vc
build/msw/config.wat

index 9e2d2e887ac243765b76cdb296fff3a4260e11e4..eefed17f1b3c6da01c6de5566d2df3cd4da590e0 100644 (file)
@@ -8,7 +8,7 @@
     <option name="SHARED">
         <values>0,1</values>
         <values-description>,DLL</values-description>
     <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>
         <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>
     <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>
         <description>
             Type of compiled binaries
         </description>
index 72baa3e197d56d818d9a1ec67f0377d858808825..99e3bb6922687bfaa8fa430c63e97dc3823dd210 100644 (file)
@@ -10,7 +10,7 @@
 # -------------------------------------------------------------------------
 
 # Type of compiled binaries [debug,release]
 # -------------------------------------------------------------------------
 
 # Type of compiled binaries [debug,release]
-BUILD = release
+BUILD = debug
 
 # C compiler 
 CC = gcc
 
 # C compiler 
 CC = gcc
@@ -59,7 +59,7 @@ MSLU = 0
 OFFICIAL_BUILD = 0
 
 # What type of library to build? [0,1]
 OFFICIAL_BUILD = 0
 
 # What type of library to build? [0,1]
-SHARED = 1
+SHARED = 0
 
 # Compile Unicode build of wxWindows? [0,1]
 UNICODE = 0
 
 # Compile Unicode build of wxWindows? [0,1]
 UNICODE = 0
index 272e8995d2c99027b51811587a2bf2abd6bd28a0..e3b3bbbbbfde4c29a8026e119bb3e0815e86712f 100644 (file)
@@ -10,7 +10,7 @@
 # -------------------------------------------------------------------------
 
 # Type of compiled binaries [debug,release]
 # -------------------------------------------------------------------------
 
 # Type of compiled binaries [debug,release]
-BUILD = release
+BUILD = debug
 
 # C compiler 
 CC = cl
 
 # C compiler 
 CC = cl
@@ -63,7 +63,7 @@ OFFICIAL_BUILD = 0
 RUNTIME_LIBS = dynamic
 
 # What type of library to build? [0,1]
 RUNTIME_LIBS = dynamic
 
 # What type of library to build? [0,1]
-SHARED = 1
+SHARED = 0
 
 # Compile Unicode build of wxWindows? [0,1]
 UNICODE = 0
 
 # Compile Unicode build of wxWindows? [0,1]
 UNICODE = 0
index 50628e416ac38b65da7a5f34bee73f21837203da..92d3a0688621da72ac1f475d027388564114632a 100644 (file)
@@ -10,7 +10,7 @@
 # -------------------------------------------------------------------------
 
 # Type of compiled binaries [debug,release]
 # -------------------------------------------------------------------------
 
 # Type of compiled binaries [debug,release]
-BUILD = release
+BUILD = debug
 
 # C compiler 
 CC = wcc386
 
 # C compiler 
 CC = wcc386
@@ -56,7 +56,7 @@ OFFICIAL_BUILD = 0
 RUNTIME_LIBS = dynamic
 
 # What type of library to build? [0,1]
 RUNTIME_LIBS = dynamic
 
 # What type of library to build? [0,1]
-SHARED = 1
+SHARED = 0
 
 # Compile Unicode build of wxWindows? [0,1]
 UNICODE = 0
 
 # Compile Unicode build of wxWindows? [0,1]
 UNICODE = 0