]> git.saurik.com Git - wxWidgets.git/blobdiff - src/make.env
wxFILTER_NUMERIC input vales < 0
[wxWidgets.git] / src / make.env
index b07e47c570d24215a9c268fb89c8bdbde0f39d50..9d4e2aec27f2bfc6d799bd905b11e0729a623612 100644 (file)
@@ -4,11 +4,12 @@
 # Common makefile settings for wxWindows programs
 # This file is included by all the other makefiles, thus changes 
 # made here take effect everywhere (except where overriden).
 # Common makefile settings for wxWindows programs
 # This file is included by all the other makefiles, thus changes 
 # made here take effect everywhere (except where overriden).
+# RCS-ID:      $Id$
 #
 ########################### Programs #################################
 
 # Replace this with your own path if necessary
 #
 ########################### Programs #################################
 
 # Replace this with your own path if necessary
-WXDIR       = /home/jacs/wx2
+WXDIR       = $(WXWIN)
 
 # C++ compiler
 CC          = g++
 
 # C++ compiler
 CC          = g++
@@ -35,7 +36,7 @@ GUISUFFIX   = _stubs
 ########################## Compiler flags #############################
 
 # Misc options
 ########################## Compiler flags #############################
 
 # Misc options
-OPTIONS     = -D__WXDEBUG__ # -DDEBUG='$(DEBUG)' # -DWXDEBUG
+OPTIONS     = -D__WXDEBUG__
 COPTIONS    =
 DEBUGFLAGS  = -ggdb
 INCLUDE     =
 COPTIONS    =
 DEBUGFLAGS  = -ggdb
 INCLUDE     =