[mapguide-commits] r5732 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 3 08:50:20 EDT 2011


Author: jng
Date: 2011-05-03 05:50:20 -0700 (Tue, 03 May 2011)
New Revision: 5732

Modified:
   trunk/MgDev/build.bat
   trunk/MgDev/build64.bat
   trunk/MgDev/build_sdk.bat
Log:
Fix build script breakage due to solution changes in CS-Map

Modified: trunk/MgDev/build.bat
===================================================================
--- trunk/MgDev/build.bat	2011-05-03 08:10:13 UTC (rev 5731)
+++ trunk/MgDev/build.bat	2011-05-03 12:50:20 UTC (rev 5732)
@@ -243,7 +243,7 @@
 echo [clean]: Clean Oem
 %MSBUILD_CLEAN% %MG_OEM%\Oem.sln
 echo [clean]: Clean Oem - CS-Map
-%MSBUILD_CLEAN% %MG_OEM%\CSMap\OpenSource.sln
+%MSBUILD_CLEAN% %MG_OEM%\CSMap\VC90\OpenSource.sln
 if not "%TYPECOMPONENT%"=="all" goto quit
 
 :clean_common
@@ -292,7 +292,7 @@
 if "%errorlevel%"=="1" goto error
 rem CsMap is not in Oem.sln, so we need to build that separately
 echo [build]: Building Oem - CSMap
-%MSBUILD% %MG_OEM%\CsMap\OpenSource.sln
+%MSBUILD% %MG_OEM%\CsMap\VC90\OpenSource.sln
 if "%errorlevel%"=="1" goto error
 if "%TYPECOMPONENT%"=="oem" 	goto quit
 if "%TYPECOMPONENT%"=="common" 	goto quit

Modified: trunk/MgDev/build64.bat
===================================================================
--- trunk/MgDev/build64.bat	2011-05-03 08:10:13 UTC (rev 5731)
+++ trunk/MgDev/build64.bat	2011-05-03 12:50:20 UTC (rev 5732)
@@ -269,7 +269,7 @@
 echo [clean]: Clean Oem
 %MSBUILD_CLEAN% %MG_OEM%\Oem.sln
 echo [clean]: Clean Oem - CS-Map
-%MSBUILD_CLEAN% %MG_OEM%\CSMap\OpenSource.sln
+%MSBUILD_CLEAN% %MG_OEM%\CSMap\VC90\OpenSource.sln
 if not "%TYPECOMPONENT%"=="all" goto quit
 
 :clean_common
@@ -318,7 +318,7 @@
 if "%errorlevel%"=="1" goto error
 rem CsMap is not in Oem.sln, so we need to build that separately
 echo [build]: Building Oem - CSMap
-%MSBUILD% %MG_OEM%\CsMap\OpenSource.sln
+%MSBUILD% %MG_OEM%\CsMap\VC90\OpenSource.sln
 if "%errorlevel%"=="1" goto error
 if "%TYPECOMPONENT%"=="oem" 	goto quit
 if "%TYPECOMPONENT%"=="common" 	goto quit

Modified: trunk/MgDev/build_sdk.bat
===================================================================
--- trunk/MgDev/build_sdk.bat	2011-05-03 08:10:13 UTC (rev 5731)
+++ trunk/MgDev/build_sdk.bat	2011-05-03 12:50:20 UTC (rev 5732)
@@ -201,7 +201,7 @@
 echo [clean]: Clean Oem
 %MSBUILD_CLEAN% %MG_OEM%\Oem.sln
 echo [clean]: Clean Oem - CS-Map
-%MSBUILD_CLEAN% %MG_OEM%\CSMap\OpenSource.sln
+%MSBUILD_CLEAN% %MG_OEM%\CSMap\VC90\OpenSource.sln
 if not "%TYPECOMPONENT%"=="all" goto quit
 
 :clean_common
@@ -237,7 +237,7 @@
 if "%errorlevel%"=="1" goto error
 rem CsMap is not in Oem.sln, so we need to build that separately
 echo [build]: Building Oem - CSMap
-%MSBUILD% %MG_OEM%\CsMap\OpenSource.sln
+%MSBUILD% %MG_OEM%\CsMap\VC90\OpenSource.sln
 if "%errorlevel%"=="1" goto error
 
 :build_common



More information about the mapguide-commits mailing list