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

Commite25c6b2

Browse files
author
Felipe \\\"Zimmerle\\\" Costa
committed
iis: Moves build_module.bat to build_modsecurity.bat
The build_modsecurity.bat is now on the iis sub-directory,not in the dependencies anymore. Its content was alsochanged fixing all the paths.
1 parent9b7663f commite25c6b2

File tree

2 files changed

+38
-16
lines changed

2 files changed

+38
-16
lines changed

‎iis/build_modsecurity.bat‎

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
setDEPENDENCIES_DIR=dependencies\build_dir
3+
setOUTPUT_DIR=dependencies\release_files
4+
5+
setCURRENT_DIR=%cd%
6+
7+
@echo Checking for vcargs...%1
8+
@ifNOT (%1)==""call%1
9+
@if (%ERRORLEVEL%)== (1)goto build_wrong_vcarg
10+
11+
12+
cd ..\apache2
13+
del *.obj *.dll *.lib
14+
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
15+
16+
cd ..\mlogc
17+
nmake -f Makefile.win clean
18+
nmake -f Makefile.win APACHE=..\iis\%DEPENDENCIES_DIR%\Apache24 PCRE=..\iis\%DEPENDENCIES_DIR%\pcre CURL=..\iis\%DEPENDENCIES_DIR%\curl VERSION=VERSION_IIS
19+
20+
cd ..\iis
21+
nmake -f Makefile.win clean
22+
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
23+
24+
cd%CURRENT_DIR%
25+
26+
copy /y ..\mlogc\mlogc.exe%OUTPUT_DIR%
27+
copy /y ..\iis\modsecurityiis.dll%OUTPUT_DIR%
28+
copy /y ..\iis\modsecurityiis.pdb%OUTPUT_DIR%
29+
30+
exit /B0
31+
32+
:build_wrong_vcargs
33+
@echo Please specify a valid vcargs
34+
@goto failed
35+
36+
:failed
37+
@cd%CURRENT_DIR%
38+
@exit /B

‎iis/dependencies/build_module.bat‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp