
wrowe at apache
Jun 7, 2009, 8:29 AM
Post #1 of 1
(121 views)
Permalink
|
|
svn commit: r782400 - /httpd/httpd/branches/2.2.x/Makefile.win
|
|
Author: wrowe Date: Sun Jun 7 15:29:53 2009 New Revision: 782400 URL: http://svn.apache.org/viewvc?rev=782400&view=rev Log: Pick up the win32 notes Modified: httpd/httpd/branches/2.2.x/Makefile.win Modified: httpd/httpd/branches/2.2.x/Makefile.win URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/Makefile.win?rev=782400&r1=782399&r2=782400&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/Makefile.win (original) +++ httpd/httpd/branches/2.2.x/Makefile.win Sun Jun 7 15:29:53 2009 @@ -616,6 +616,7 @@ copy LICENSE "$(INSTDIR)\LICENSE.txt" <.y copy NOTICE "$(INSTDIR)\NOTICE.txt" <.y copy README "$(INSTDIR)\README.txt" <.y + copy README-win32.txt "$(INSTDIR)\README-win32.txt" <.y !IF EXIST("srclib\openssl") -copy srclib\openssl\apps\openssl.cnf "$(INSTDIR)\conf\openssl.cnf" <.y type << >> "$(INSTDIR)\NOTICE.txt"
|