diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2009-05-08 07:46:28 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2009-05-08 07:46:28 +0200 |
commit | bc8cdc7896dbff2f4dd4af5df3cc8c5a409f7291 (patch) | |
tree | e8c4ba5efc66f831ba21d7026f32b267c044e306 /libhttpd.dsp | |
parent | Revert to preceding version. (diff) | |
download | apache2-bc8cdc7896dbff2f4dd4af5df3cc8c5a409f7291.tar.xz apache2-bc8cdc7896dbff2f4dd4af5df3cc8c5a409f7291.zip |
Here's the simpler solution to the two groups of mappers/ modules...
The mod_so and mod_watchdog are truly not mappers/ at all. Very open
to better names than modules/core/ but these are clearly API's which
are to be consumed by the httpd core, or generically, any module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@772848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 72856b9e08..01d7524fde 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -284,16 +284,16 @@ InputPath=.\modules\proxy\mod_proxy.h # End Source File # Begin Source File -SOURCE=.\modules\mappers\mod_so.h +SOURCE=.\modules\core\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 +InputPath=.\modules\core\mod_so.h ".\include\mod_so.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - type .\modules\mappers\mod_so.h > .\include\mod_so.h + type .\modules\core\mod_so.h > .\include\mod_so.h # End Custom Build @@ -301,10 +301,10 @@ InputPath=.\modules\mappers\mod_so.h # PROP Ignore_Default_Tool 1 # Begin Custom Build - Creating include/mod_so.h -InputPath=.\modules\mappers\mod_so.h +InputPath=.\modules\core\mod_so.h ".\include\mod_so.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - type .\modules\mappers\mod_so.h > .\include\mod_so.h + type .\modules\core\mod_so.h > .\include\mod_so.h # End Custom Build |