Skip to content

Commit a34cde1

Browse files
author
jef
committedAug 21, 2010
include FCGI lib in osgeo4w build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14117 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4e79338 commit a34cde1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎ms-windows/osgeo4w/package.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ cmake -G "Visual Studio 9 2008" ^
105105
-D QWT_LIBRARY=%O4W_ROOT%/lib/qwt5.lib ^
106106
-D CMAKE_INSTALL_PREFIX=%O4W_ROOT%/apps/%PACKAGENAME% ^
107107
-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 ^
108110
-D SVNVERSION="%SVNVERSION%" ^
109111
%SRCDIR%>>%LOG% 2>&1
110112
if errorlevel 1 goto error

0 commit comments

Comments
 (0)