This commit is contained in:
Dane Springmeyer 2013-05-24 13:26:52 -07:00
parent d0671098d1
commit d1d688bb8a

View file

@ -77,5 +77,5 @@ Then you can compile with `msbuild`:
Then run it! Then run it!
for /f %i in ('mapnik-config --prefix') do set MAPNIK_PREFIX=%%i for /f %i in ('mapnik-config --prefix') do set MAPNIK_PREFIX=%i
Release\rundemo.exe %MAPNIK_PREFIX% Release\rundemo.exe %MAPNIK_PREFIX%