Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e03e3f

Browse files
author
Felipe \\\"Zimmerle\\\" Costa
committed
iis: build_modsecurity.bat fixies
This commit enable a cleanup on the mod_security build directoryavoiding symbols with different architectures.
1 parent9477118 commit7e03e3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎iis/build_modsecurity.bat‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ set CURRENT_DIR=%cd%
1111

1212
cd ..\apache2
1313
del *.obj *.dll *.lib
14+
del libinjection\*.obj libinjection\*.dll libinjection\*.lib
1415
NMAKE -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
1516
@ifNOT (%ERRORLEVEL%)== (0)goto build_failed
1617

1718
cd ..\mlogc
19+
del *.obj *.dll *.lib
1820
nmake -f Makefile.win clean
1921
nmake -f Makefile.win APACHE=..\iis\%DEPENDENCIES_DIR%\Apache24 PCRE=..\iis\%DEPENDENCIES_DIR%\pcre CURL=..\iis\%DEPENDENCIES_DIR%\curl VERSION=VERSION_IIS
2022
@ifNOT (%ERRORLEVEL%)== (0)goto build_failed
2123

2224
cd ..\iis
25+
del *.obj *.dll *.lib
2326
nmake -f Makefile.win clean
2427
NMAKE -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
2528
@ifNOT (%ERRORLEVEL%)== (0)goto build_failed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp