From: Oleg T. <he...@us...> - 2005-10-30 13:51:04
|
Update of /cvsroot/mvp-xml/EXSLT/v1/src/Exslt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27047/v1/src/Exslt Modified Files: .cvsignore Makefile PostBuildEvent.bat Log Message: Index: .cvsignore =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v1/src/Exslt/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- .cvsignore 20 Jul 2005 21:19:14 -0000 1.3 +++ .cvsignore 30 Oct 2005 13:50:54 -0000 1.4 @@ -2,4 +2,6 @@ obj *.user *.suo -*.vspscc \ No newline at end of file +*.vspscc +*.dll +*.pdb \ No newline at end of file Index: PostBuildEvent.bat =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v1/src/Exslt/PostBuildEvent.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- PostBuildEvent.bat 19 Jul 2005 19:46:55 -0000 1.1 +++ PostBuildEvent.bat 30 Oct 2005 13:50:54 -0000 1.2 @@ -1,6 +1,6 @@ @echo off @echo ########### Setting environment variables -call "D:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\..\Tools\vsvars32.bat" +call "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\..\Tools\vsvars32.bat" nmake if errorlevel 1 goto CSharpReportError goto CSharpEnd Index: Makefile =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v1/src/Exslt/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 19 Jul 2005 19:46:55 -0000 1.1 +++ Makefile 30 Oct 2005 13:50:54 -0000 1.2 @@ -10,7 +10,7 @@ @echo ########### Renaming methods... MethodRenamer.exe Mvp.Xml.Exslt.il Mvp.Xml.Exslt.Fixed.il @echo ########### Assembling library back... - ilasm Mvp.Xml.Exslt.Fixed.il /RESOURCE=Mvp.Xml.Exslt.res /DLL /OUTPUT=Mvp.Xml.Exslt.dll /KEY=../../../../Global/v1/mvp-xml.snk + ilasm Mvp.Xml.Exslt.Fixed.il /RESOURCE=Mvp.Xml.Exslt.res /DLL /OUTPUT=Mvp.Xml.Exslt.dll /KEY=../../../../Global/mvp-xml.snk nmake clean clean: |