From eb192a47e8bd701b27a1a8ae79bd53f26cfc78a1 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Thu, 7 Aug 2008 17:18:04 +0000 Subject: fix to use dos style path for PROJ_LIB_DIR. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1468 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- nmake.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmake.opt b/nmake.opt index 69626d7f..84438d77 100644 --- a/nmake.opt +++ b/nmake.opt @@ -8,7 +8,7 @@ INSTDIR=C:\PROJ # be adjusted. It is also possible to leave this, and define the # PROJ_LIB environment variable to point to the NAD directory. # -PROJ_LIB_DIR=$(INSTDIR)/SHARE +PROJ_LIB_DIR=$(INSTDIR)\SHARE # Uncomment the first for an optimized build, or the second for debug. OPTFLAGS= /nologo /Ox /MD -- cgit v1.2.3