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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user