From: <rob...@us...> - 2009-02-24 12:22:46
|
Revision: 373 http://colladamaya.svn.sourceforge.net/colladamaya/?rev=373&view=rev Author: robertwuerfel Date: 2009-02-24 11:42:23 +0000 (Tue, 24 Feb 2009) Log Message: ----------- update build scripts Modified Paths: -------------- branches/nextgen/COLLADAMax/scripts/make_release.bat branches/nextgen/COLLADAMax/scripts/make_release_for_installer.bat Modified: branches/nextgen/COLLADAMax/scripts/make_release.bat =================================================================== --- branches/nextgen/COLLADAMax/scripts/make_release.bat 2009-02-24 11:28:52 UTC (rev 372) +++ branches/nextgen/COLLADAMax/scripts/make_release.bat 2009-02-24 11:42:23 UTC (rev 373) @@ -9,7 +9,7 @@ SET WD=%CD% -CALL "C:\netallied\software\vs2005\VC\vcvarsall.bat" +CALL "%VS2005_PATH%\VC\vcvarsall.bat" devenv ..\COLLADAMax.sln /build "Release Max2008|Win32" devenv ..\COLLADAMax.sln /build "Release Max2008|x64" Modified: branches/nextgen/COLLADAMax/scripts/make_release_for_installer.bat =================================================================== --- branches/nextgen/COLLADAMax/scripts/make_release_for_installer.bat 2009-02-24 11:28:52 UTC (rev 372) +++ branches/nextgen/COLLADAMax/scripts/make_release_for_installer.bat 2009-02-24 11:42:23 UTC (rev 373) @@ -1,5 +1,8 @@ @echo off & setlocal +REM set VS2005_PATH to your vs2005 installation path +REM set MAXMAYA_INSTALLER_PATH to the location of the maxmaya installer + SET VERSION=0.8.1.217_alpha SET DESTINATION=%MAXMAYA_INSTALLER_PATH%\ColladaMaxInstaller\bin @@ -7,9 +10,8 @@ SET LOGFILE=release_log.txt SET WD=%CD% +CALL "%VS2005_PATH%\VC\vcvarsall.bat" -CALL "C:\netallied\software\vs2005\VC\vcvarsall.bat" - del /Q %WD%\%LOGFILE% This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |