From: Robin Dunn Date: Mon, 8 Nov 1999 07:10:11 +0000 (+0000) Subject: Sombody committed this with a hard-coded pathname for WXDIR. Fixed. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8a28f119c8864aa53bc1c33bf57aa9976f358f3b Sombody committed this with a hard-coded pathname for WXDIR. Fixed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/makelib.vc b/src/makelib.vc index f4ce264a9d..b6a664d4da 100644 --- a/src/makelib.vc +++ b/src/makelib.vc @@ -2,7 +2,7 @@ # File: makelib.vc # Author: Julian Smart # Created: 1999 -# Updated: +# Updated: # Copyright: (c) Julian Smart # # Makefile : Builds a library for a utility @@ -10,7 +10,7 @@ # info # Set WXDIR for your system -WXDIR = j:\dev\wx2\wxWindows +WXDIR = $(WXWIN) !include $(WXDIR)\src\makevc.env diff --git a/src/makevc.env b/src/makevc.env index 68e7bf0b16..88fd65a004 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -43,7 +43,7 @@ WINLIBS=kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib sh comctl32.lib ctl3d32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib # libci.lib # libci.lib required for VC++ 4.2 # Change this to your WXWIN directory -WXDIR=j:\dev\wx2\wxWindows +WXDIR=$(WXWIN) WXSRC=$(WXDIR)\src\msw WXINC=$(WXDIR)\include