Fix example of building vs files with gyp on windows

This commit is contained in:
Dane Springmeyer 2013-05-24 14:29:11 -06:00
parent 73d53008de
commit db7e5919d2

View file

@ -69,7 +69,7 @@ On OS X you can also create an xcode project:
First you need to build the visual studio solution with gyp:
gyp rundemo.gyp --depth=. -f msvs -G msvs_version=2010
C:\Python27\python.exe c:\Python27\Scripts\gyp rundemo.gyp --depth=. -f msvs -G msvs_version=2010
Then you can compile with `msbuild`:
@ -78,4 +78,4 @@ Then you can compile with `msbuild`:
Then run it!
for /f %i in ('mapnik-config --prefix') do set MAPNIK_PREFIX=%i
Release\rundemo.exe %MAPNIK_PREFIX%
Release\rundemo.exe %MAPNIK_PREFIX%