[mapguide-commits] r7084 - branches/2.4/MgDev
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Sun Oct 7 02:25:39 PDT 2012
Author: jng
Date: 2012-10-07 02:25:39 -0700 (Sun, 07 Oct 2012)
New Revision: 7084
Modified:
branches/2.4/MgDev/build_desktop.bat
Log:
mg-desktop: Update main build script
Modified: branches/2.4/MgDev/build_desktop.bat
===================================================================
--- branches/2.4/MgDev/build_desktop.bat 2012-10-07 09:22:16 UTC (rev 7083)
+++ branches/2.4/MgDev/build_desktop.bat 2012-10-07 09:25:39 UTC (rev 7084)
@@ -30,10 +30,14 @@
%MSBUILD% /p:Platform=%DESKTOP_PLATFORM% MgDesktopDotNet%VS_SLN_SUFFIX%.sln
if "%errorlevel%"=="1" goto error
popd
+echo [build]: .net intellisense files
+DoxyTransform.exe dotnet "%MG_DOC_XML%" "%MG_OUTPUT_DESKTOP%"
echo [install]: binaries
%XCOPY% "Desktop\bin\%TYPEBUILD%" "%MG_OUTPUT_DESKTOP%" /EXCLUDE:svn_excludes.txt+%CONFIGURATION%_excludes.txt
-pushd "Desktop\bin\%TYPEBUILD%"
+pushd "%MG_OUTPUT_DESKTOP%"
del MgMapGuideCommon.dll
+del OSGeo.MapGuide.MapGuideCommon.xml
+rd /S /Q Backup
popd
echo [install]: Samples
pushd Desktop
More information about the mapguide-commits
mailing list