diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-07-13 07:34:07 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-07-13 07:34:07 +0200 |
commit | 57a458394d17d171a85d98c791b0299cc87319c6 (patch) | |
tree | 4d88c3cc997de83a1c8a240e912d154017b0ade8 /support/win32/ApacheMonitor.rc | |
parent | This is back to an .rc (diff) | |
download | apache2-57a458394d17d171a85d98c791b0299cc87319c6.tar.xz apache2-57a458394d17d171a85d98c791b0299cc87319c6.zip |
Back to a slightly modified flavor of imajes' (James Cox'es) original
design, only stay with .rc file extensions so the original resources
can be reviewed in the resource editor, rather than using .in files.
Also significantly improve the explicit dependencies.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96043 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/win32/ApacheMonitor.rc')
-rw-r--r-- | support/win32/ApacheMonitor.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/support/win32/ApacheMonitor.rc b/support/win32/ApacheMonitor.rc index abbb7ae407..e54f006f0d 100644 --- a/support/win32/ApacheMonitor.rc +++ b/support/win32/ApacheMonitor.rc @@ -60,10 +60,6 @@ #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" |