File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,24 @@ set CURRENT_DIR=%cd%
88@ if NOT (%1 ) == " " call %1
99@ if (%ERRORLEVEL% ) == (1) goto build_wrong_vcarg
1010
11+ @ echo Deleting old stuff...
12+ @ del *.obj *.dll *.lib
1113
14+ @ echo apache2...
1215cd ..\apache2
1316del *.obj *.dll *.lib
1417del libinjection\*.obj libinjection\*.dll libinjection\*.lib
1518NMAKE -f Makefile.win APACHE=..\iis\%DEPENDENCIES_DIR% \Apache24 PCRE=..\iis\%DEPENDENCIES_DIR% \pcre LIBXML2=..\iis\%DEPENDENCIES_DIR% \libxml2 LUA=..\iis\%DEPENDENCIES_DIR% \lua\src VERSION=VERSION_IIS
1619@ if NOT (%ERRORLEVEL% ) == (0) goto build_failed
1720
21+ @ echo mlogc...
1822cd ..\mlogc
1923del *.obj *.dll *.lib
2024nmake -f Makefile.win clean
2125nmake -f Makefile.win APACHE=..\iis\%DEPENDENCIES_DIR% \Apache24 PCRE=..\iis\%DEPENDENCIES_DIR% \pcre CURL=..\iis\%DEPENDENCIES_DIR% \curl VERSION=VERSION_IIS
2226@ if NOT (%ERRORLEVEL% ) == (0) goto build_failed
2327
28+ @ echo iis...
2429cd ..\iis
2530del *.obj *.dll *.lib
2631nmake -f Makefile.win clean
@@ -29,6 +34,7 @@ NMAKE -f Makefile.win APACHE=..\iis\%DEPENDENCIES_DIR%\Apache24 PCRE=..\iis\%DEP
2934
3035cd %CURRENT_DIR%
3136
37+ @ echo Copy...
3238copy /y ..\mlogc\mlogc.exe %OUTPUT_DIR%
3339copy /y ..\iis\modsecurityiis.dll %OUTPUT_DIR%
3440copy /y ..\iis\modsecurityiis.pdb %OUTPUT_DIR%
Original file line number Diff line number Diff line change 11
2+ echo " Building release..."
3+
24set RELEASE_DIR = release
35set OUTPUT_DIR = %cd% \dependencies\release_files
46set CURRENT_DIR = %cd%
You can’t perform that action at this time.
0 commit comments