include system directory explicitly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-07-03 11:35:37 +00:00
parent ec6ac3eb94
commit ee2b827101

View File

@ -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