X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bc89de684848e796d151a10074218d2b88206d0..e1a098d1ec2463d86e1a3a708d90e864ed17cdbb:/samples/html/helpview/Makefile.in diff --git a/samples/html/helpview/Makefile.in b/samples/html/helpview/Makefile.in index 9603e56551..a1ff41a2d5 100644 --- a/samples/html/helpview/Makefile.in +++ b/samples/html/helpview/Makefile.in @@ -36,9 +36,9 @@ top_srcdir = @top_srcdir@ ### Variables: ### DESTDIR = -HELPVIEW_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ +HELPVIEW_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \ - -I$(srcdir)/../../../samples $(CXXFLAGS) + -I$(srcdir)/../../../samples $(CPPFLAGS) $(CXXFLAGS) HELPVIEW_OBJECTS = \ $(__helpview_os2_lib_res) \ helpview_helpview.o \