further fixes to mapnik-config.bat
This commit is contained in:
parent
a20adb86be
commit
019873a9d2
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ if /i "%1"=="--defines" echo _WINDOWS HAVE_JPEG HAVE_PNG HAVE_TIFF MAPNIK_USE_PR
|
|||
@rem /EHsc is to support c++ exceptions - http://msdn.microsoft.com/en-us/library/1deeycx5(v=vs.80).aspx
|
||||
@rem /GR is to support rtti (runtime type detection) - http://msdn.microsoft.com/en-us/library/we6hfdy0.aspx
|
||||
if /i "%1"=="--cxxflags" echo /MD /EHsc /GR
|
||||
if /i "%1"=="--includes" echo %MAPNIK_INCLUDES% %MAPNIK_INCLUDES%\\agg
|
||||
if /i "%1"=="--includes" echo %MAPNIK_INCLUDES% %MAPNIK_INCLUDES%\\mapnik\\agg
|
||||
if /i "%1"=="--dep-includes" echo
|
||||
if /i "%1"=="--input-plugins" echo %MAPNIK_INPUT_PLUGINS_DIRECTORY%
|
||||
if /i "%1"=="--fonts" echo %MAPNIK_FONTS_DIRECTORY%
|
||||
goto exit
|
||||
|
|
Loading…
Reference in a new issue