]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/setup/maketmpl.in
Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__
[wxWidgets.git] / src / gtk1 / setup / maketmpl.in
index 7c299ea814fde20437152fbbdffd46027bb85c8c..9580d21943317929c29b449f95a0f814f8a9d28d 100644 (file)
@@ -27,7 +27,7 @@ TOOLKIT_DEF = -D@TOOLKIT_DEF@
 # general compiler stuff
 OPTIMISE = @OPTIMISE@
 PROFILE = @PROFILE@
 # general compiler stuff
 OPTIMISE = @OPTIMISE@
 PROFILE = @PROFILE@
-DEBUG = @DEBUG@
+DEBUG = @WXDEBUG@
 
 # c-compiler stuff
 CC = @CC@
 
 # c-compiler stuff
 CC = @CC@
@@ -114,11 +114,12 @@ LINK_LIBS= \
   $(WX_LIBS) \
   $(GUI_TK_LIBS) \
   $(X_EXTRA_LIBS) \
   $(WX_LIBS) \
   $(GUI_TK_LIBS) \
   $(X_EXTRA_LIBS) \
-  $(X_PRE_LIBS)
+  $(X_PRE_LIBS) \
+  $(THREADS_LINK)
   
 #  $(X_LIBS) -lX11 -lXext -lm      gtk-config does this for me
 
   
 #  $(X_LIBS) -lX11 -lXext -lm      gtk-config does this for me
 
-# Don't include $(OPENGL_LIBS) or $(THREADS_LINK) in LINK_LIBS; they
+# Don't include $(OPENGL_LIBS) in LINK_LIBS; they
 # can be conveniently added to BIN_LINK in Makefile.in.
 
 #### End of system configuration section. ####
 # can be conveniently added to BIN_LINK in Makefile.in.
 
 #### End of system configuration section. ####