diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2012-09-22 23:14:00 +0200 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2012-09-22 23:14:00 +0200 |
commit | f696d241c7f75a29314a74485566f80c976bf0cd (patch) | |
tree | ad069f67e3b210be351c194254bc018e1a1e6df9 /Makefile.win | |
parent | Keep this in, but commented out: also provide a little (diff) | |
download | apache2-f696d241c7f75a29314a74485566f80c976bf0cd.tar.xz apache2-f696d241c7f75a29314a74485566f80c976bf0cd.zip |
Windows build for mod_cache_socache added in r1388660
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win index 21418ff4a4..ecc0734f03 100644 --- a/Makefile.win +++ b/Makefile.win @@ -433,6 +433,7 @@ _build: cd modules\cache $(MAKE) $(MAKEOPT) -f mod_cache.mak CFG="mod_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_cache_disk.mak CFG="mod_cache_disk - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f mod_cache_socache.mak CFG="mod_cache_socache - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_file_cache.mak CFG="mod_file_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_socache_dbm.mak CFG="mod_socache_dbm - Win32 $(LONG)" RECURSE=0 $(CTARGET) # $(MAKE) $(MAKEOPT) -f mod_socache_dc.mak CFG="mod_socache_dc - Win32 $(LONG)" RECURSE=0 $(CTARGET) @@ -721,6 +722,7 @@ _copybin: copy modules\arch\win32\$(LONG)\mod_isapi.$(src_so) "$(inst_so)" <.y copy modules\cache\$(LONG)\mod_cache.$(src_so) "$(inst_so)" <.y copy modules\cache\$(LONG)\mod_cache_disk.$(src_so) "$(inst_so)" <.y + copy modules\cache\$(LONG)\mod_cache_socache.$(src_so) "$(inst_so)" <.y copy modules\cache\$(LONG)\mod_file_cache.$(src_so) "$(inst_so)" <.y copy modules\cache\$(LONG)\mod_socache_dbm.$(src_so) "$(inst_so)" <.y # copy modules\cache\$(LONG)\mod_socache_dc.$(src_so) "$(inst_so)" <.y |