[Mono-list] XSP Makefile patch

Pablo Baena pbaena@uol.com.ar
15 Jul 2003 17:10:50 +0000


--=-1vljZ49MZztfcW+WAjFs
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Could somebody please apply this patch?? Without this the include test
doesn't work.

Thanks!

-- 
Whip it, baby. Whip it right. Whip it, baby. Whip it all night!

--=-1vljZ49MZztfcW+WAjFs
Content-Disposition: attachment; filename=patch-xsp.diff
Content-Type: text/plain; name=patch-xsp.diff; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

? server/server.dbg
? test/web.config
Index: server/Makefile
===================================================================
RCS file: /mono/xsp/server/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- server/Makefile	9 Jul 2003 19:25:43 -0000	1.15
+++ server/Makefile	16 Jul 2003 00:09:30 -0000
@@ -23,7 +23,7 @@
 	mkdir -p test/bin
 	cp server.exe server.exe.config web.config global.asax test
 	cp server.exe test/bin
-	cp ../test/*.aspx ../test/*.asmx ../test/*.config ../test/*.ascx ../test/*.xml ../test/*.xsl ../test/*.png test
+	cp ../test/*.aspx ../test/*.asmx ../test/*.config ../test/*.ascx ../test/*.xml ../test/*.xsl ../test/*.png ../test/*.inc test
 	cp ../test/*.dll test/bin
 
 server.exe: $(SOURCES)

--=-1vljZ49MZztfcW+WAjFs--