[Zope-CVS] CVS: PythonNet - makefile:1.10 makefile.mono:1.6

Brian Lloyd cvs-admin at zope.org
Wed Nov 5 22:35:41 EST 2003


Update of /cvs-repository/PythonNet
In directory cvs.zope.org:/tmp/cvs-serv19508

Modified Files:
	makefile makefile.mono 
Log Message:
Fixed event support; added keyfile to buildout; fixed exception obsfucation 
in property accessors.


=== PythonNet/makefile 1.9 => 1.10 ===
--- PythonNet/makefile:1.9	Mon Oct 27 23:11:00 2003
+++ PythonNet/makefile	Wed Nov  5 22:35:09 2003
@@ -85,6 +85,7 @@
 	make
 	cp ./python.exe ./$(RELEASE)/
 	cp ./*.dll ./$(RELEASE)/
+	cp ./*.key ./$(RELEASE)/
 	cp ./redist/python23.dll ./$(RELEASE)/
 	cp -R ./redist/DLLs ./$(RELEASE)/
 	cp -R ./redist/lib ./$(RELEASE)/


=== PythonNet/makefile.mono 1.5 => 1.6 ===
--- PythonNet/makefile.mono:1.5	Mon Oct 27 23:11:00 2003
+++ PythonNet/makefile.mono	Wed Nov  5 22:35:09 2003
@@ -87,6 +87,7 @@
 	make
 	cp ./python.exe ./$(RELEASE)/
 	cp ./*.dll ./$(RELEASE)/
+	cp ./*.key ./$(RELEASE)/
 	cp ./redist/python23.dll ./$(RELEASE)/
 	cp -R ./redist/DLLs ./$(RELEASE)/
 	cp -R ./redist/lib ./$(RELEASE)/




More information about the Zope-CVS mailing list