diff options
author | Steffen Land <steffenal@apache.org> | 2020-05-13 12:43:05 +0200 |
---|---|---|
committer | Steffen Land <steffenal@apache.org> | 2020-05-13 12:43:05 +0200 |
commit | 482089e7e1bf4f0bc05c93eaadaffeabdfbfd133 (patch) | |
tree | 47b7fd4ff5bdea733fb6f8435a197d5ef0792119 /BuildBin.dsp | |
parent | mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding. (diff) | |
download | apache2-482089e7e1bf4f0bc05c93eaadaffeabdfbfd133.tar.xz apache2-482089e7e1bf4f0bc05c93eaadaffeabdfbfd133.zip |
Windows bits for mod_log_json.dsp
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'BuildBin.dsp')
-rw-r--r-- | BuildBin.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildBin.dsp b/BuildBin.dsp index 06bafa0c37..b4bf9e1e6f 100644 --- a/BuildBin.dsp +++ b/BuildBin.dsp @@ -39,7 +39,7 @@ CFG=BuildBin - Win32 Debug # PROP Use_Debug_Libraries 0 # PROP Output_Dir "" # PROP Intermediate_Dir "" -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Release _trydb _trylua _tryxml _tryssl _tryzlib _trynghttp2 _trybrotli _trymd _tryserf _dummy" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Release _trydb _trylua _tryxml _tryssl _tryzlib _trynghttp2 _trybrotli _trymd _tryserf _tryjson _dummy" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2\bin\httpd.exe" # PROP Bsc_Name ".\Browse\httpd.bsc" @@ -58,7 +58,7 @@ CFG=BuildBin - Win32 Debug # PROP Use_Debug_Libraries 1 # PROP Output_Dir "" # PROP Intermediate_Dir "" -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Debug _trydb _trylua _tryxml _tryssl _tryzlib _trynghttp2 _trybrotli _trymd _tryserf _dummy" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Debug _trydb _trylua _tryxml _tryssl _tryzlib _trynghttp2 _trybrotli _trymd _tryserf -tryjson _dummy" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2\bin\httpd.exe" # PROP Bsc_Name ".\Browse\httpd.bsc" |