summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-07-13 05:18:21 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-07-13 05:18:21 +0200
commitfa0248550a51f5e04951c436166844697ba83ab1 (patch)
tree47589092bcb52e9a6a9767df6e8d2ed993cf680e /support
parent Use the bare minimum permissions required to perform a given service (diff)
downloadapache2-fa0248550a51f5e04951c436166844697ba83ab1.tar.xz
apache2-fa0248550a51f5e04951c436166844697ba83ab1.zip
Totally different solution to our dependency problems provided by
James Cox <imajes@php.net> ... create ApacheMonitor.rc dynamically, and include our ApacheMonitor.rc.in templates of defined resources. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/win32/ApacheMonitor.dsp11
-rw-r--r--support/win32/ApacheMonitor.rc.in (renamed from support/win32/ApacheMonitor.rc)0
2 files changed, 6 insertions, 5 deletions
diff --git a/support/win32/ApacheMonitor.dsp b/support/win32/ApacheMonitor.dsp
index 52d39f587b..0f9d37a787 100644
--- a/support/win32/ApacheMonitor.dsp
+++ b/support/win32/ApacheMonitor.dsp
@@ -132,19 +132,20 @@ SOURCE=..\..\build\win32\win32ver.awk
# Begin Custom Build - Creating Version Resource
InputPath=..\..\build\win32\win32ver.awk
-".\ApacheMonitorVersion.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../../build/win32/win32ver.awk ApacheMonitor "Apache HTTP Server Monitor" ../../include/ap_release.h > .\ApacheMonitorVersion.rc
+".\ApacheMonitor.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ awk -f ../../build/win32/win32ver.awk ApacheMonitor "Apache HTTP Server Monitor" ../../include/ap_release.h > .\ApacheMonitor.rc
+ copy ApacheMonitor.rc + ApacheMonitor.rc.in
# End Custom Build
!ELSEIF "$(CFG)" == "ApacheMonitor - Win32 Debug"
-# PROP Ignore_Default_Tool 1
# Begin Custom Build - Creating Version Resource
InputPath=..\..\build\win32\win32ver.awk
-".\ApacheMonitorVersion.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../../build/win32/win32ver.awk ApacheMonitor "Apache HTTP Server Monitor" ../../include/ap_release.h > .\ApacheMonitorVersion.rc
+".\ApacheMonitor.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ awk -f ../../build/win32/win32ver.awk ApacheMonitor "Apache HTTP Server Monitor" ../../include/ap_release.h > .\ApacheMonitor.rc
+ copy ApacheMonitor.rc + ApacheMonitor.rc.in
# End Custom Build
diff --git a/support/win32/ApacheMonitor.rc b/support/win32/ApacheMonitor.rc.in
index af51cc3b3f..af51cc3b3f 100644
--- a/support/win32/ApacheMonitor.rc
+++ b/support/win32/ApacheMonitor.rc.in