iss: Removes fart dependencies

This commit removes the dependency of the fart.exe utility.
The utility was responsible to rename contents inside some
dependencies build files. Those modifications are not longer
needed.
This commit is contained in:
Felipe \\\"Zimmerle\\\" Costa
2013-11-06 10:31:36 -06:00
committed by Felipe Zimmerle
parent 192599bf63
commit 8c3b8d81b6
3 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ set LIBXML2_DIR=%LIBXML2:~0,-7%
mklink /D "libxml2" "%LIBXML2_DIR%"
fart.exe -r -i -C "%WORK_DIR%\%LIBXML2_DIR%\win32\*.*" \x2Fopt:nowin98 " "
:: fart.exe -r -i -C "%WORK_DIR%\%LIBXML2_DIR%\win32\*.*" \x2Fopt:nowin98 " "
cd "%LIBXML2_DIR%\win32"
CSCRIPT configure.js iconv=no vcmanifest=yes zlib=yes
@if NOT (%ERRORLEVEL%) == (0) goto build_failed