From ee2b8271011fb9b3c95bff59566b305ca54e62ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 3 Jul 2003 11:35:37 +0000 Subject: [PATCH] include system directory explicitly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/makefile.bcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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