Changes with Apache 2.0.40
+ *) Fix a dependency error when building ApacheMonitor, so that Win32
+ and MSVC now trust that the project is current (when it is).
+ [James Cox <imajes@php.net>]
+
*) mod_ext_filter: don't segfault if content-type is not set. PR 10617.
[Arthur P. Smith <apsmith@aps.org>, Jeff Trawick]
InputPath=..\..\build\win32\win32ver.awk
".\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
+ type ApacheMonitor.rc.in > ApacheMonitor.rc
+ awk -f ../../build/win32/win32ver.awk ApacheMonitor "Apache HTTP Server Monitor" ../../include/ap_release.h >> .\ApacheMonitor.rc
# End Custom Build
InputPath=..\..\build\win32\win32ver.awk
".\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
+ type ApacheMonitor.rc.in > ApacheMonitor.rc
+ awk -f ../../build/win32/win32ver.awk ApacheMonitor "Apache HTTP Server Monitor" ../../include/ap_release.h >> .\ApacheMonitor.rc
# End Custom Build
#include <windows.h>
-#include "ApacheMonitor.h"
-
IDI_APSRVMON ICON DISCARDABLE "ApacheMonitor.ico"
IDI_ICOSTOP ICON DISCARDABLE "apstop.ico"
IDI_ICORUN ICON DISCARDABLE "aprun.ico"
-#include "ApacheMonitorVersion.rc"
-
IDD_DLGSERVICES DIALOGEX 0, 0, 350, 188
STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_MINIMIZEBOX | WS_VISIBLE |
WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU