]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/gizmos/dynsash_switch/Makefile.in
fixed bakefile so that in-tree headers take precedence over system-installed ones
[wxWidgets.git] / contrib / samples / gizmos / dynsash_switch / Makefile.in
index c1bedba5a8edc4e1ccba127ff73d0a38243d5eb8..82986c34b71d884130a53371e1b4c9954445c925 100644 (file)
@@ -35,9 +35,10 @@ top_srcdir = @top_srcdir@
 ### Variables: ###
 
 DESTDIR = 
-DYNSASH_SWITCH_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
+DYNSASH_SWITCH_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
        -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \
-       -I$(srcdir)/../../../../samples -I$(srcdir)/../../../include $(CXXFLAGS)
+       -I$(srcdir)/../../../../samples -I$(srcdir)/../../../include $(CPPFLAGS) \
+       $(CXXFLAGS)
 DYNSASH_SWITCH_OBJECTS =  \
        $(__dynsash_switch___win32rc) \
        $(__dynsash_switch_os2_lib_res) \