From: Václav Slavík Date: Thu, 3 Jul 2003 11:35:37 +0000 (+0000) Subject: include system directory explicitly X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ee2b8271011fb9b3c95bff59566b305ca54e62ad include system directory explicitly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/makefile.bcc b/build/makefile.bcc index ff9508f4ea..8fdc4dbc8e 100644 --- a/build/makefile.bcc +++ b/build/makefile.bcc @@ -29,7 +29,7 @@ CFLAGS = !endif # Standard preprocessor flags (common for CC and CXX) !ifndef CPPFLAGS -CPPFLAGS = +CPPFLAGS = -I$(BCCDIR)\include !endif # C++ compiler !ifndef CXX