X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4ad36cdc53b0df79a51386c15a384beb2f7333a..a85585d595c8409fa5e51a28e60fa49428440d5e:/samples/erase/Makefile.in diff --git a/samples/erase/Makefile.in b/samples/erase/Makefile.in index afd6d50c5b..41025503b1 100644 --- a/samples/erase/Makefile.in +++ b/samples/erase/Makefile.in @@ -35,9 +35,9 @@ top_srcdir = @top_srcdir@ ### Variables: ### DESTDIR = -ERASE_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ +ERASE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \ - -I$(srcdir)/../../samples $(CXXFLAGS) + -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS) ERASE_OBJECTS = \ $(__erase_os2_lib_res) \ erase_erase.o \