]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makewat.env
Fix client data handling: delete client data for all items when a
[wxWidgets.git] / src / makewat.env
index 9ff838e3c292cb07dae12e8b733bc579949c43f5..d69a9762d9a37acfafab531980c14d55626bd3fe 100644 (file)
@@ -19,7 +19,9 @@ wxUSE_GUI=1
 !endif
 
 # set FINAL=1 to disable debug and enable optimizations
+!ifndef FINAL
 FINAL=0
+!endif
 
 # set WATCOM_SUFFIX to nothing if you use only Watcom compiler, set it to
 # something Watcom-specific if you want to build wxWindows with more than one
@@ -76,10 +78,16 @@ BASEDIRPREFIX =
 
 ARCHINCDIR=$(WXDIR)\lib\$(TOOLKIT)$(DEBUGSUFFIX)
 
+# set the things which depend on debug/release
+#
+# note that the values for LIBPAGESIZE are minimal possible, the library
+# doesn't link (Error! Library too large) with values smaller than given
 !ifeq FINAL 1
 CONFIGURATION=Release
+LIBPAGESIZE=/p=1024
 !else
 CONFIGURATION=Debug
+LIBPAGESIZE=/p=2048
 !endif
 
 # set OUTPUTDIR to the directory to be used for the .obj files created during
@@ -102,6 +110,7 @@ LIBNAME=wx$(TOOLKIT)$(DEBUGSUFFIX)$(WATCOM_SUFFIX)
 LEVEL       = 386
 CXX         = wpp$(LEVEL)
 CC          = wcc$(LEVEL)
+LIB         = wlib /q
 RC          = wrc
 WINVERFLAGS = /dWINVER=0x400
 BINDCOMMAND = wrc