diff options
author | André Malo <nd@apache.org> | 2004-06-05 00:40:47 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-06-05 00:40:47 +0200 |
commit | 7accf16eed5269fd6085d1b5ccf4a2739b73b0cd (patch) | |
tree | 554b7daa186cbccc57a92e61a47522b0682626c0 /libhttpd.dsp | |
parent | ooooops. This file somehow got cleaned. (diff) | |
download | apache2-7accf16eed5269fd6085d1b5ccf4a2739b73b0cd.tar.xz apache2-7accf16eed5269fd6085d1b5ccf4a2739b73b0cd.zip |
Nobody objected:
<IfModule> now takes the module identifier in addition to the
filename.
CAUTION: this commit breaks the build on netware. It still needs
to be adjusted. (but I don't have any netware knowledge...)
Also, developers need to re-run buildconf on unices.
PR: 29003
Submitted by: Edward Rudd <eddie omegaware.com>, Andr� Malo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103849 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index cc21ffa22d..4def46c08e 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -241,6 +241,35 @@ InputPath=.\modules\dav\main\mod_dav.h # End Source File # Begin Source File +SOURCE=.\modules\mappers\mod_so.h + +!IF "$(CFG)" == "libhttpd - Win32 Release" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Creating include/mod_so.h +InputPath=.\modules\mappers\mod_so.h + +".\include\mod_so.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + type .\modules\mappers\mod_so.h > .\include\mod_so.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Creating include/mod_so.h +InputPath=.\modules\mappers\mod_so.h + +".\include\mod_so.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + type .\modules\mappers\mod_so.h > .\include\mod_so.h + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\modules\filters\mod_include.h !IF "$(CFG)" == "libhttpd - Win32 Release" |