]> git.saurik.com Git - wxWidgets.git/blobdiff - src/make.env
no message
[wxWidgets.git] / src / make.env
index a5a1a2d4a1f30ec30ce79885248c32d14129ae42..874f37ec13a695463aed68925cec251f1e0bf91a 100644 (file)
@@ -5,17 +5,6 @@
 # This file is included by all the other makefiles, thus changes 
 # made here take effect everywhere (except where overriden).
 #
-# An alternative to editing this file is to create a shell script
-# to export specific variables, and call make with the -e switch
-# to override makefile variables. See wx/install/install.txt.
-# And you can override specific variables on the make command line, e.g.
-#
-# make -f makefile.unix DEBUG=''
-#
-# You may prefer to use the GNU configure script than raw makefiles -
-# see contrib/wxshlib.
-#
-
 ########################### Programs #################################
 
 # Replace this with your own path if necessary
@@ -110,6 +99,9 @@ stubs:
 motif:
        make -f makefile.unx all GUI='-D__WXMOTIF__ -D__LINUX__ -D__UNIX__' GUISUFFIX='_motif' GUILDLIBS='-lwx_motif $(COMPLIBS) -lXm -lXmu -lXt -lX11 -lm'
 
+gtk:
+       make -f makefile.unx all GUI='-D__WXGTK__ -D__LINUX__ -D__UNIX__' GUISUFFIX='_gtk' GUILDLIBS='-lwx_gtk $(COMPLIBS) -lXm -lXmu -lX11 -lm'
+
 cleanstubs:
        make -f makefile.unx clean GUI='-D__WXSTUBS__ -D__LINUX__ -D__UNIX__' GUISUFFIX='_stubs' GUILDLIBS='-lwx_stubs $(COMPLIBS) -lXm -lXmu -lXt -lX11 -lm'