X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4ad36cdc53b0df79a51386c15a384beb2f7333a..c0a83c519b566f9a306990cfc8275e512352628f:/samples/regtest/Makefile.in diff --git a/samples/regtest/Makefile.in b/samples/regtest/Makefile.in index 772fd894e1..dcc342c852 100644 --- a/samples/regtest/Makefile.in +++ b/samples/regtest/Makefile.in @@ -36,9 +36,9 @@ top_srcdir = @top_srcdir@ DESTDIR = LIBDIRNAME = $(top_builddir)lib -REGTEST_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ +REGTEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \ - -I$(srcdir)/../../samples $(CXXFLAGS) + -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS) REGTEST_OBJECTS = \ $(__regtest_os2_lib_res) \ regtest_regtest.o \