]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/Makefile.in
added comments to the makefile; added WX_CONFIG var to be able to use a different...
[wxWidgets.git] / utils / HelpGen / src / Makefile.in
index f0b7ed1f5546c9cb877010fdd3ff6774747b2803..0477972f3f0c9d076fc51278abcefe1b28c26191 100644 (file)
@@ -28,8 +28,8 @@ top_srcdir = @top_srcdir@
 ### Variables: ###
 
 DESTDIR = 
-HELPGEN_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
-       -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) $(CXXFLAGS)
+HELPGEN_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
+       -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) $(CPPFLAGS) $(CXXFLAGS)
 HELPGEN_OBJECTS =  \
        HelpGen_HelpGen.o \
        HelpGen_cjparser.o \