From: <mcu...@us...> - 2007-10-15 06:13:13
|
Revision: 1149 http://orm.svn.sourceforge.net/orm/?rev=1149&view=rev Author: mcurland Date: 2007-10-14 23:13:14 -0700 (Sun, 14 Oct 2007) Log Message: ----------- Missed change from [1148]. refs #278 refs #337 Modified Paths: -------------- trunk/FirstTimeBuild.bat Modified: trunk/FirstTimeBuild.bat =================================================================== --- trunk/FirstTimeBuild.bat 2007-10-15 06:11:12 UTC (rev 1148) +++ trunk/FirstTimeBuild.bat 2007-10-15 06:13:14 UTC (rev 1149) @@ -3,8 +3,8 @@ SET RootDir=%~dp0. CALL "%RootDir%\SetupEnvironment.bat" %* -MSBuild.exe /nologo "%RootDir%\DevTools.proj" %* -MSBuild.exe /nologo "%RootDir%\Main.proj" %* +CALL "%RootDir%\BuildDevTools.bat" %* +CALL "%RootDir%\Build.bat" %* ECHO. ECHO Running 'devenv.exe /RootSuffix "%VSRegistryRootSuffix%" /Setup'... This may take a few minutes... This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |