File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,18 @@ set CURRENT_DIR=%cd%
11
11
12
12
cd ..\apache2
13
13
del *.obj *.dll *.lib
14
+ del libinjection\*.obj libinjection\*.dll libinjection\*.lib
14
15
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
@ if NOT (%ERRORLEVEL% ) == (0) goto build_failed
16
17
17
18
cd ..\mlogc
19
+ del *.obj *.dll *.lib
18
20
nmake -f Makefile.win clean
19
21
nmake -f Makefile.win APACHE=..\iis\%DEPENDENCIES_DIR% \Apache24 PCRE=..\iis\%DEPENDENCIES_DIR% \pcre CURL=..\iis\%DEPENDENCIES_DIR% \curl VERSION=VERSION_IIS
20
22
@ if NOT (%ERRORLEVEL% ) == (0) goto build_failed
21
23
22
24
cd ..\iis
25
+ del *.obj *.dll *.lib
23
26
nmake -f Makefile.win clean
24
27
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
25
28
@ if NOT (%ERRORLEVEL% ) == (0) goto build_failed
You can’t perform that action at this time.
0 commit comments