From: William A. Rowe Jr Date: Sat, 13 Jul 2002 03:18:21 +0000 (+0000) Subject: Totally different solution to our dependency problems provided by X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be14e32a96bb25a05d4ca43dd0e0ab87c1405386;p=apache Totally different solution to our dependency problems provided by James Cox ... 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 --- 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 similarity index 100% rename from support/win32/ApacheMonitor.rc rename to support/win32/ApacheMonitor.rc.in