X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d4b632ba3c0e5e5c43412d2d7a2b485b8fcebf2..0a1c1e6214827e1d9dc9f6ca2c39567cb2d35ebc:/src/makelib.vc diff --git a/src/makelib.vc b/src/makelib.vc index f4ce264a9d..afbc1456c0 100644 --- a/src/makelib.vc +++ b/src/makelib.vc @@ -2,15 +2,15 @@ # File: makelib.vc # Author: Julian Smart # Created: 1999 -# Updated: +# Updated: # Copyright: (c) Julian Smart # # Makefile : Builds a library for a utility # Use FINAL=1 argument to nmake to build final version with no debugging # info -# Set WXDIR for your system -WXDIR = j:\dev\wx2\wxWindows +# Set WXDIR for your system (hint, set an environment variable named WXWIN) +WXDIR = $(WXWIN) !include $(WXDIR)\src\makevc.env