From 7accf16eed5269fd6085d1b5ccf4a2739b73b0cd Mon Sep 17 00:00:00 2001 From: André Malo Date: Fri, 4 Jun 2004 22:40:47 +0000 Subject: Nobody objected: now takes the module identifier in addition to the filename. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 , Andr� Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103849 13f79535-47bb-0310-9956-ffa450edef68 --- libhttpd.dsp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'libhttpd.dsp') 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" -- cgit v1.2.3