Skip to content

Commit

Permalink
use new mapnik-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Aug 26, 2014
1 parent af66a14 commit 6a77a5b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions vcbuild.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
call node -e "console.log(process.version + ' ' + process.arch)"
set PROJ_LIB=C:\mapnik-v2.3.0\share\proj
set GDAL_DATA=C:\mapnik-v2.3.0\share\gdal
@rem rd /q /s build
set PROJ_LIB=C:\code\mapnik-deps\packages\mapnik-sdk\share\proj
set GDAL_DATA=C:\code\mapnik-deps\packages\mapnik-sdk\share\gdal
set PATH=C:\code\mapnik-deps\packages\mapnik-sdk\bin;%PATH%
set PATH=C:\code\mapnik-deps\packages\mapnik-sdk\libs;%PATH%
::rd /q /s build
rd /q /s lib\binding
@rem call npm install
call .\node_modules\.bin\node-pre-gyp build
::call npm install
call .\node_modules\.bin\node-pre-gyp build --msvs_version=2013

0 comments on commit 6a77a5b

Please sign in to comment.