From b033722b1d5c9d8d4dc2f4a5f5fd6c656f6340f4 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 13 Jul 2002 05:10:36 +0000 Subject: [PATCH] This is back to an .rc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96042 13f79535-47bb-0310-9956-ffa450edef68 --- support/win32/{ApacheMonitor.rc.in => ApacheMonitor.rc} | 4 ++++ 1 file changed, 4 insertions(+) rename support/win32/{ApacheMonitor.rc.in => ApacheMonitor.rc} (98%) diff --git a/support/win32/ApacheMonitor.rc.in b/support/win32/ApacheMonitor.rc similarity index 98% rename from support/win32/ApacheMonitor.rc.in rename to support/win32/ApacheMonitor.rc index e54f006f0d..abbb7ae407 100644 --- a/support/win32/ApacheMonitor.rc.in +++ b/support/win32/ApacheMonitor.rc @@ -60,6 +60,10 @@ #include "ApacheMonitor.h" +/* Bring in our version resource generated from win32ver.awk + */ +#include "ApacheMonitorVer.h" + IDI_APSRVMON ICON DISCARDABLE "ApacheMonitor.ico" IDI_ICOSTOP ICON DISCARDABLE "apstop.ico" IDI_ICORUN ICON DISCARDABLE "aprun.ico" -- 2.40.0