summaryrefslogtreecommitdiff
path: root/libhttpd.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-06-24 07:53:50 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-06-24 07:53:50 +0000
commit2d68aebd2a35d8493a888f2e29aa3d11c4c4b12b (patch)
treed2bcfa42b21f95cc3c2c7a07ac4d3657504231bf /libhttpd.dsp
parentd545963de76d6c2aa149b4ed3edce531cc9a1d14 (diff)
downloadhttpd-2d68aebd2a35d8493a888f2e29aa3d11c4c4b12b.tar.gz
Move the last little useful bit of registry.c into services.c, and
blast it. All Win32 registry foo is going through ap_regkey now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95880 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r--libhttpd.dsp37
1 files changed, 29 insertions, 8 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp
index c0ffcc79aa..9e0b512c5c 100644
--- a/libhttpd.dsp
+++ b/libhttpd.dsp
@@ -223,6 +223,35 @@ InputPath=.\server\gen_test_char.exe
# End Source File
# Begin Source File
+SOURCE=.\os\win32\ap_regkey.h
+
+!IF "$(CFG)" == "libhttpd - Win32 Release"
+
+# PROP Ignore_Default_Tool 1
+# Begin Custom Build - Creating include/ap_regkey.h
+InputPath=.\os\win32\ap_regkey.h
+
+".\include\ap_regkey.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ type .\os\win32\ap_regkey.h > .\include\ap_regkey.h
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug"
+
+# PROP Ignore_Default_Tool 1
+# Begin Custom Build - Creating include/ap_regkey.h
+InputPath=.\os\win32\ap_regkey.h
+
+".\include\ap_regkey.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ type .\os\win32\ap_regkey.h > .\include\ap_regkey.h
+
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\modules\http\mod_core.h
!IF "$(CFG)" == "libhttpd - Win32 Release"
@@ -499,10 +528,6 @@ SOURCE=.\os\win32\ap_regkey.c
# End Source File
# Begin Source File
-SOURCE=.\os\win32\ap_regkey.h
-# End Source File
-# Begin Source File
-
SOURCE=.\server\error_bucket.c
# End Source File
# Begin Source File
@@ -623,10 +648,6 @@ SOURCE=.\server\mpm\winnt\nt_eventlog.c
# End Source File
# Begin Source File
-SOURCE=.\server\mpm\winnt\registry.c
-# End Source File
-# Begin Source File
-
SOURCE=.\server\mpm\winnt\service.c
# End Source File
# End Group