@@ -11,19 +11,19 @@ LIBS = $(APACHE)\lib\libhttpd.lib \
1111 $(APACHE)\lib\libapr-1.lib \
1212 $(APACHE)\lib\libaprutil-1.lib \
1313 $(PCRE)\pcre.lib \
14- $(CURL)\libcurl.lib \
14+ $(CURL)\libcurl.lib \
1515 $(LIBXML2)\win32\bin.msvc\libxml2.lib \
1616 Ws2_32.lib \
1717 "iphlpapi.lib"
1818
1919###########################################################################
2020###########################################################################
2121
22-
23- !IF "$(IIS_BUILD)" == "yes"
24- DEFS=$(DEFS) -DVERSION_IIS
25- !ENDIF
26-
22+
23+ !IF "$(IIS_BUILD)" == "yes"
24+ DEFS=$(DEFS) -DVERSION_IIS
25+ !ENDIF
26+
2727CC = CL
2828
2929MT = mt
@@ -37,13 +37,13 @@ INCLUDES = -I. -I.. \
3737 -I$(PCRE)\include -I$(PCRE) \
3838 -I$(LIBXML2)\include \
3939 -I$(APACHE)\include
40-
41- # Enables support for SecRemoteRules and external resources.
42- DEFS=$(DEFS) -DWITH_CURL -DWITH_REMOTE_RULES
40+
41+ # Enables support for SecRemoteRules and external resources.
42+ DEFS=$(DEFS) -DWITH_CURL -DWITH_REMOTE_RULES
4343
4444# Lua is optional
4545!IF "$(LUA)" != ""
46- LIBS = $(LIBS) $(LUA)\lua5.1 .lib
46+ LIBS = $(LIBS) $(LUA)\lua54 .lib
4747DEFS=$(DEFS) -DWITH_LUA
4848INCLUDES = $(INCLUDES) -I$(LUA)\include -I$(LUA) \
4949!ENDIF
@@ -65,8 +65,8 @@ OBJS = mod_security2.obj apache2_config.obj apache2_io.obj apache2_util.obj \
6565 msc_parsers.obj msc_util.obj msc_pcre.obj persist_dbm.obj \
6666 msc_reqbody.obj msc_geo.obj msc_gsb.obj msc_crypt.obj msc_tree.obj msc_unicode.obj acmp.obj msc_lua.obj \
6767 msc_release.obj \
68- msc_status_engine.obj \
69- msc_remote_rules.obj \
68+ msc_status_engine.obj \
69+ msc_remote_rules.obj \
7070 msc_json.obj \
7171 libinjection/libinjection_html5.obj \
7272 libinjection/libinjection_sqli.obj \
0 commit comments