summaryrefslogtreecommitdiff
path: root/Makefile.win
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typo in trunk that have already been fixed in 2.4.x when r1816156 ↵Christophe Jaillet2020-05-231-1/+1
| | | | | | | | has been backported in 1821093 [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878059 13f79535-47bb-0310-9956-ffa450edef68
* Windows bits for mod_log_json.dspSteffen Land2020-05-131-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877688 13f79535-47bb-0310-9956-ffa450edef68
* * Forward port r1832855 missing in trunk.Ruediger Pluem2018-07-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836613 13f79535-47bb-0310-9956-ffa450edef68
* build mod_proxy before mod_proxy_http2Gregg Lewis Smith2018-06-041-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1832879 13f79535-47bb-0310-9956-ffa450edef68
* No, we don't do this at this project, say 22 years of Unix contributors.William A. Rowe Jr2018-03-141-184/+0
| | | | | | | | | So, stop already. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826699 13f79535-47bb-0310-9956-ffa450edef68
* complete the mod_proxy_uwsgi buildGregg Lewis Smith2018-02-261-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1825400 13f79535-47bb-0310-9956-ffa450edef68
* get mod_brotli in buildGregg Lewis Smith2018-01-191-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821582 13f79535-47bb-0310-9956-ffa450edef68
* On the trunk:Stefan Eissing2017-11-231-7/+1
| | | | | | | | removed a2md from Windows makefile and .dsw git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816156 13f79535-47bb-0310-9956-ffa450edef68
* Follow up to r1815264Gregg Lewis Smith2017-11-151-6/+6
| | | | | | | | Get items in dsw files, BuildBin.dsp that didn't make 1815264 Make sure abs builds before a2md so applink.c in OpenSSL 1.1.0 gets copied into same location as it exists in 1.0.2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815370 13f79535-47bb-0310-9956-ffa450edef68
* Win32 legacy bits for mod_mdGregg Lewis Smith2017-11-141-0/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815264 13f79535-47bb-0310-9956-ffa450edef68
* Follow up to r1768070, wire mod_socache_redis into windows build schemesWilliam A. Rowe Jr2016-12-161-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774657 13f79535-47bb-0310-9956-ffa450edef68
* add mod_proxy_hcheck to legacy buildGregg Lewis Smith2016-11-291-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1771839 13f79535-47bb-0310-9956-ffa450edef68
* Support build files for mod_proxy_http2William A. Rowe Jr2016-05-201-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744792 13f79535-47bb-0310-9956-ffa450edef68
* add nghttp2 and libxml2 stuff to NOTICE.txt & COPYRIGHT.txtGregg Lewis Smith2015-10-091-0/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707640 13f79535-47bb-0310-9956-ffa450edef68
* Sync http2 stuff with 2.4.x.Yann Ylavic2015-09-291-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705819 13f79535-47bb-0310-9956-ffa450edef68
* add missing piece for command line buildGregg Lewis Smith2015-09-151-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703272 13f79535-47bb-0310-9956-ffa450edef68
* Windows traditional build files for mod_h2Gregg Lewis Smith2015-08-261-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1698023 13f79535-47bb-0310-9956-ffa450edef68
* add change to makefile.win missing from r1588054Gregg Lewis Smith2014-04-161-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588065 13f79535-47bb-0310-9956-ffa450edef68
* mod_ssl: Add hooks to allow other modules to perform processing atJeff Trawick2014-04-151-0/+1
| | | | | | | | | | | several stages of initialization and connection handling. See mod_ssl_openssl.h. This is enough to allow implementation of Certificate Transparency outside of mod_ssl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1587607 13f79535-47bb-0310-9956-ffa450edef68
* Install proper pcre DLL filename for debug buildGregg Lewis Smith2013-07-201-0/+4
| | | | | | | | PR 55235 Submitted by Ben Reser <ben reser org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1505073 13f79535-47bb-0310-9956-ffa450edef68
* MSVC 7, 8 & 9 use the .vcproj extensionGregg Lewis Smith2013-05-131-1/+1
| | | | | | | | | | | MSVC 10 & 11 use the .vcxproj extension Apache.sln is common to all above versions This allows proper detection and use of devenv in all these versions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482041 13f79535-47bb-0310-9956-ffa450edef68
* Final rename per r1454386, we hopeGregg Lewis Smith2013-03-091-2/+2
| | | | | | | | | Set eol style of mod_proxy_wstunnel.dsp to native for easy editing on any OS git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1454659 13f79535-47bb-0310-9956-ffa450edef68
* finish up mod_proxy_websocket/tunnel rename on WindowsGregg Lewis Smith2013-03-071-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1453974 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_proxy_websocket to WindowsGregg Lewis Smith2013-03-061-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1453552 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_macro to Windows build.Gregg Lewis Smith2013-01-211-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436058 13f79535-47bb-0310-9956-ffa450edef68
* What happened to serf in the IDE builds? For consistency sake Gregg Lewis Smith2012-12-301-0/+7
| | | | | | | | with the other optional dependencies, get serf in there too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1426969 13f79535-47bb-0310-9956-ffa450edef68
* Follow-up to r1422855 for NetWare and Windows.Guenter Knauf2012-12-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422879 13f79535-47bb-0310-9956-ffa450edef68
* Add note about _fixshebang target in commentsGregg Lewis Smith2012-12-131-9/+15
| | | | | | | | | | | | Remove _install dependency, is not needed and will cause problems. If the cgi-bin folder does not exist yet, do nothing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421591 13f79535-47bb-0310-9956-ffa450edef68
* Added copying of .swf CGI to Windows install target.Guenter Knauf2012-12-131-14/+43
| | | | | | | | Moved fixing of shebang to separate target so that it is no longer executed by default and CGIs remain inactive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421203 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_allowhandlers to Windows buildGregg Lewis Smith2012-12-091-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418867 13f79535-47bb-0310-9956-ffa450edef68
* Windows build for mod_cache_socache added in r1388660Gregg Lewis Smith2012-09-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388899 13f79535-47bb-0310-9956-ffa450edef68
* Install the new printenv.vbs file in cgi-bin on WindowsGregg Lewis Smith2012-09-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387984 13f79535-47bb-0310-9956-ffa450edef68
* s/2.3/2.5/g in Makefile.win.Rainer Jung2012-07-161-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1362136 13f79535-47bb-0310-9956-ffa450edef68
* Build mod_allowmethods on WindowsGregg Lewis Smith2011-11-191-0/+2
| | | | | | | project file exists git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203924 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_data to Windown buildGregg Lewis Smith2011-11-151-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202365 13f79535-47bb-0310-9956-ffa450edef68
* Added proxy_html and xml2enc to Windows buildGregg Lewis Smith2011-11-031-0/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1196876 13f79535-47bb-0310-9956-ffa450edef68
* Added new mods to Windows build system.Guenter Knauf2011-07-181-0/+6
| | | | | | | Submitted by: Gregg L. Smith <gls gknw net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147823 13f79535-47bb-0310-9956-ffa450edef68
* Fix breakage I introduced in r1130022, identified by Gregg L. Smith ↵William A. Rowe Jr2011-06-271-1/+1
| | | | | | <gls@gknw.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140130 13f79535-47bb-0310-9956-ffa450edef68
* Some small progress towards building against apr[util] 1.x or apr 2.xWilliam A. Rowe Jr2011-06-011-35/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1130022 13f79535-47bb-0310-9956-ffa450edef68
* Someone misunderstood 'dependency' here; we need not *link* to mod_session,William A. Rowe Jr2011-03-291-6/+5
| | | | | | therefore the build order doesn't matter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086726 13f79535-47bb-0310-9956-ffa450edef68
* Correct build order. Seems mod_session was misimplemented to require William A. Rowe Jr2011-03-291-5/+6
| | | | | | | | library binding rather that stubbing out proper registered functions to make it load order agnostic. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086510 13f79535-47bb-0310-9956-ffa450edef68
* Change to a more conventional, internal 'build' target nameWilliam A. Rowe Jr2011-03-291-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086463 13f79535-47bb-0310-9956-ffa450edef68
* Added slotmem* modules to Win32 build.Guenter Knauf2011-01-251-0/+6
| | | | | | | Submitted by Gregg L. Smith - gregg AT apachehaus.com. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063507 13f79535-47bb-0310-9956-ffa450edef68
* Added mod_reflector to Win32 build.Guenter Knauf2011-01-161-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059644 13f79535-47bb-0310-9956-ffa450edef68
* Fix Windows build of mod_cache_disk which was broken afterRainer Jung2010-11-261-2/+2
| | | | | | | | | renaming the module. Submitted by: Gregg L. Smith <lists glsnet net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039295 13f79535-47bb-0310-9956-ffa450edef68
* Look for a deeper clue into the existance of srclib/apr[-2.0], whereWilliam A. Rowe Jr2010-11-041-1/+1
| | | | | | | | | | we won't have apr-util in that tree. (The real patch, redux) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031330 13f79535-47bb-0310-9956-ffa450edef68
* Revert r1031167William A. Rowe Jr2010-11-041-3/+1
| | | | | | | Not the advertised fix, and premature as it is. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031280 13f79535-47bb-0310-9956-ffa450edef68
* Look for a deeper clue into the existance of srclib/apr[-2.0], whereWilliam A. Rowe Jr2010-11-041-1/+1
| | | | | | | | | we won't have apr-util in that tree. (The real patch) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031278 13f79535-47bb-0310-9956-ffa450edef68
* Look for a deeper clue into the existance of srclib/apr[-2.0], whereWilliam A. Rowe Jr2010-11-041-0/+2
| | | | | | we won't have apr-util in that tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031167 13f79535-47bb-0310-9956-ffa450edef68
* Fix Windows build when using VC6.Rainer Jung2010-06-181-3/+3
| | | | | | | | | Comment character needs to be in column 1. Submitted by: Gregg L. Smith <lists glewis com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955888 13f79535-47bb-0310-9956-ffa450edef68