# Type of compiled binaries [debug,release]
!ifndef BUILD
-BUILD = release
+BUILD = debug
!endif
# C compiler
# Standard preprocessor flags (common for CC and CXX)
!ifndef CPPFLAGS
-CPPFLAGS = -a4 -g0 -I$(BCCDIR)\include
+CPPFLAGS = -a8 -g0
!endif
# C++ compiler
# Standard linker flags
!ifndef LDFLAGS
-LDFLAGS = -L$(BCCDIR)\lib
+LDFLAGS =
!endif
# Multiple libraries or single huge monolithic one? [0,1]
MONOLITHIC = 0
!endif
+# Use MSLU library when building Unicode version. [0,1]
+!ifndef MSLU
+MSLU = 0
+!endif
+
# Is this official build by wxWindows developers? [0,1]
!ifndef OFFICIAL_BUILD
OFFICIAL_BUILD = 0
# What type of library to build? [0,1]
!ifndef SHARED
-SHARED = 1
+SHARED = 0
!endif
# Compile Unicode build of wxWindows? [0,1]