From: William A. Rowe Jr Date: Fri, 17 Aug 2001 00:11:26 +0000 (+0000) Subject: Undo a very bad decision. By naming the version file .ver, I lost track X-Git-Tag: 2.0.24~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bf8fca519f68743761f6793b8a5b018786c90f6;p=apache Undo a very bad decision. By naming the version file .ver, I lost track of it setting aside the generated resources. This assures that file won't fall through the cracks when we generate zip files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90256 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/win32/ApacheMonitor.dsp b/support/win32/ApacheMonitor.dsp index 99aa3ddab9..58948edc6c 100644 --- a/support/win32/ApacheMonitor.dsp +++ b/support/win32/ApacheMonitor.dsp @@ -134,9 +134,9 @@ SOURCE=..\..\build\win32\win32ver.awk # Begin Custom Build - Creating Version Resource InputPath=..\..\build\win32\win32ver.awk -".\ApacheMonitor.ver" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" +".\ApacheMonitorVersion.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" awk -f ../../build/win32/win32ver.awk ApacheMonitor\ - "Apache Server Monitor" ../../include/ap_release.h > .\ApacheMonitor.ver + "Apache Server Monitor" ../../include/ap_release.h > .\ApacheMonitorVersion.rc # End Custom Build @@ -146,9 +146,9 @@ InputPath=..\..\build\win32\win32ver.awk # Begin Custom Build - Creating Version Resource InputPath=..\..\build\win32\win32ver.awk -".\ApacheMonitor.ver" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" +".\ApacheMonitorVersion.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" awk -f ../../build/win32/win32ver.awk ApacheMonitor\ - "Apache Server Monitor" ../../include/ap_release.h > .\ApacheMonitor.ver + "Apache Server Monitor" ../../include/ap_release.h > .\ApacheMonitorVersion.rc # End Custom Build diff --git a/support/win32/ApacheMonitor.rc b/support/win32/ApacheMonitor.rc index 359ce85d57..b69e0860a5 100644 --- a/support/win32/ApacheMonitor.rc +++ b/support/win32/ApacheMonitor.rc @@ -4,7 +4,7 @@ IDI_APSRVMON ICON DISCARDABLE "ApacheMonitor.ico" IDI_ICOSTOP ICON DISCARDABLE "apstop.ico" IDI_ICORUN ICON DISCARDABLE "aprun.ico" -#include "ApacheMonitor.ver" +#include "ApacheMonitorVersion.rc" IDD_DLGSERVICES DIALOGEX 0, 0, 350, 174 STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_MINIMIZEBOX | WS_VISIBLE |