diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2008-06-07 04:10:51 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2008-06-07 04:10:51 +0200 |
commit | fec4db0b6dba4747e59d74ca37f43a89797fe018 (patch) | |
tree | 3cf7d1456f4c5c27d0e5c0a6dc009edd4f03c58b /libhttpd.dsp | |
parent | Catch up with a host of changes to the current module set (diff) | |
download | apache2-fec4db0b6dba4747e59d74ca37f43a89797fe018.tar.xz apache2-fec4db0b6dba4747e59d74ca37f43a89797fe018.zip |
mod_core.h is moved
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664241 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 5fff89ac22..55c6951411 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -193,32 +193,7 @@ InputPath=.\modules\generators\mod_cgi.h # End Source File # Begin Source File -SOURCE=.\modules\http\mod_core.h - -!IF "$(CFG)" == "libhttpd - Win32 Release" - -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Creating include/mod_core.h -InputPath=.\modules\http\mod_core.h - -".\include\mod_core.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - type .\modules\http\mod_core.h > .\include\mod_core.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" - -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Creating include/mod_core.h -InputPath=.\modules\http\mod_core.h - -".\include\mod_core.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - type .\modules\http\mod_core.h > .\include\mod_core.h - -# End Custom Build - -!ENDIF - +SOURCE=.\include\mod_core.h # End Source File # Begin Source File |