Author: jfrederic.clere(a)jboss.com
Date: 2014-01-28 12:02:06 -0500 (Tue, 28 Jan 2014)
New Revision: 3220
Modified:
trunk/httpd/httpd-2.4/NMAKElibhttpd
Log:
Add win32 ap_config_layout.h
Modified: trunk/httpd/httpd-2.4/NMAKElibhttpd
===================================================================
--- trunk/httpd/httpd-2.4/NMAKElibhttpd 2014-01-28 15:54:15 UTC (rev 3219)
+++ trunk/httpd/httpd-2.4/NMAKElibhttpd 2014-01-28 17:02:06 UTC (rev 3220)
@@ -85,6 +85,7 @@
HEADERS = \
$(SRCDIR)\include\os.h \
+ $(SRCDIR)\include\ap_config_layout.h \
$(SRCDIR)\modules\generators\mod_cgi.h \
$(SRCDIR)\include\mod_core.h \
$(SRCDIR)\modules\dav\main\mod_dav.h \
@@ -179,6 +180,9 @@
{$(SRCDIR)\os\win32}.h{$(SRCDIR)\include}.h:
@copy /Y $< $@ >NUL
+$(SRCDIR)\include\ap_config_layout.h: $(SRCDIR)\os\win32\win32_config_layout.h
+ @copy /Y $(SRCDIR)\os\win32\win32_config_layout.h $(SRCDIR)\include\ap_config_layout.h
>NUL
+
{$(SRCDIR)\modules\arch\win32}.h{$(SRCDIR)\include}.h:
@copy /Y $< $@ >NUL