]> granicus.if.org Git - apache/commitdiff
Undo a very bad decision. By naming the version file .ver, I lost track
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 17 Aug 2001 00:11:26 +0000 (00:11 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 17 Aug 2001 00:11:26 +0000 (00:11 +0000)
  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

support/win32/ApacheMonitor.dsp
support/win32/ApacheMonitor.rc

index 99aa3ddab94a6fbbb0cf3341cf39caae7c4827fd..58948edc6c8e4f48aa56db0a9e22418e60e909d9 100644 (file)
@@ -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
 
index 359ce85d5716a4fa61390036260d9a2667766c21..b69e0860a529aae1f2175c76a0bb5f8933863ada 100644 (file)
@@ -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 |