forked from mapnik/node-mapnik
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dane Springmeyer
committed
Aug 26, 2014
1 parent
af66a14
commit 6a77a5b
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |