From a701b7f87ed0042dd44253b13252cd0fdb98e070 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Thu, 26 Apr 2001 10:39:01 +0000 Subject: [PATCH] $(EXTRAINC) moved to the beginning of INC= line so that if a user wants to override the location of include directories with their own, it is possible git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/makevc.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makevc.env b/src/makevc.env index c6ecc09d57..1b61693440 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -154,7 +154,7 @@ D=$(D)DLL WXLIB=$(WXDIR)\lib\$(WXLIBNAME).lib -INC=-I$(WXINC) -I$(WXDIR)/contrib/include -I$(WXDIR)/src/png -I$(WXDIR)/src/zlib -I$(WXDIR)/src/jpeg -I$(WXDIR)/src/tiff $(EXTRAINC) +INC=$(EXTRAINC) -I$(WXINC) -I$(WXDIR)/contrib/include -I$(WXDIR)/src/png -I$(WXDIR)/src/zlib -I$(WXDIR)/src/jpeg -I$(WXDIR)/src/tiff !if "$(WXUSINGDLL)" == "1" || "$(wxUSE_GUI)" == "0" LIBS = $(EXTRALIBS) $(WXLIB) $(WINLIBS) -- 2.45.2