We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e79338 commit a34cde1Copy full SHA for a34cde1
ms-windows/osgeo4w/package.cmd
@@ -105,6 +105,8 @@ cmake -G "Visual Studio 9 2008" ^
105
-D QWT_LIBRARY=%O4W_ROOT%/lib/qwt5.lib ^
106
-D CMAKE_INSTALL_PREFIX=%O4W_ROOT%/apps/%PACKAGENAME% ^
107
-D CMAKE_CXX_FLAGS_RELWITHDEBINFO="/MD /ZI /Od /D NDEBUG" ^
108
+ -D FCGI_INCLUDE_DIR=%O4W_ROOT%/include ^
109
+ -D FCGI_LIBRARY=%O4W_ROOT%/lib/libfcgi.lib ^
110
-D SVNVERSION="%SVNVERSION%" ^
111
%SRCDIR%>>%LOG% 2>&1
112
if errorlevel 1 goto error
0 commit comments