]> granicus.if.org Git - apache/commitdiff
Totally different solution to our dependency problems provided by
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 13 Jul 2002 03:18:21 +0000 (03:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 13 Jul 2002 03:18:21 +0000 (03:18 +0000)
  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

support/win32/ApacheMonitor.dsp
support/win32/ApacheMonitor.rc.in [moved from support/win32/ApacheMonitor.rc with 100% similarity]

index 52d39f587b7ae9268bad16e5d6fcc8287295b29e..0f9d37a787928a9c63c913464a6d5363eeb65dca 100644 (file)
@@ -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