New default configuration is debug/static

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-25 21:15:24 +00:00
parent fdec2f7d51
commit 96d5885406

View File

@@ -11,7 +11,7 @@
# Type of compiled binaries [debug,release]
!ifndef BUILD
BUILD = release
BUILD = debug
!endif
# C compiler
@@ -88,7 +88,7 @@ RUNTIME_LIBS = dynamic
# What type of library to build? [0,1]
!ifndef SHARED
SHARED = 1
SHARED = 0
!endif
# Compile Unicode build of wxWindows? [0,1]