iis: Relative paths on the VS project file

There are a ModSecurityIIS solution and project files, those
were using hard coded paths to meet the dependencies. As
consequence of the last update in our build scripts, now we
are able to built the dependencies and load it to our Visual
Studio project using relative paths.
This commit is contained in:
Felipe \\\"Zimmerle\\\" Costa
2013-11-05 20:55:23 -06:00
committed by Felipe Zimmerle
parent cf5de78dfb
commit 368617ddb2
6 changed files with 18 additions and 7 deletions

View File

@@ -6,6 +6,8 @@ cd "%WORK_DIR%"
set CURL_DIR=%CURL:~0,-4%
mklink /D "curl" "%CURL_DIR%"
copy /y CMakeLists.txt "%CURL_DIR%"
CD "%CURL_DIR%"
CMAKE -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=True -DCURL_ZLIB=True