[mapguide-commits] r6552 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 19 02:01:51 EDT 2012


Author: jng
Date: 2012-03-18 23:01:51 -0700 (Sun, 18 Mar 2012)
New Revision: 6552

Modified:
   trunk/MgDev/build64.bat
Log:
Fix file copy defects in build64.bat

Modified: trunk/MgDev/build64.bat
===================================================================
--- trunk/MgDev/build64.bat	2012-03-17 14:39:44 UTC (rev 6551)
+++ trunk/MgDev/build64.bat	2012-03-19 06:01:51 UTC (rev 6552)
@@ -341,7 +341,7 @@
 echo [install]: Server - WMS
 %XCOPY% "%MG_SERVER%\bin\%TYPEBUILD%\wms" "%MG_OUTPUT_SERVER%\wms" /EXCLUDE:svn_excludes.txt+%CONFIGURATION%_excludes.txt
 echo [install]: Server - DBXML
-copy /Y "%MG_OEM%\%MG_OEM_DBXML%\%MG_OEM_DB%\build_windows\%TYPEBUILD%64\*.exe" "%MG_OUTPUT_SERVER%\bin"
+copy /Y "%MG_OEM%\%MG_OEM_DBXML%\%MG_OEM_DB%\build_windows\%TYPEBUILD%\*.exe" "%MG_OUTPUT_SERVER%\bin"
 copy /Y "%MG_OEM%\%MG_OEM_DBXML%\bin64\*.exe" "%MG_OUTPUT_SERVER%\bin"
 echo [install]: Server - RepositoryAdmin
 %XCOPY% "%MG_SERVER%\RepositoryAdmin" "%MG_OUTPUT_SERVER%\RepositoryAdmin" /EXCLUDE:svn_excludes.txt+%CONFIGURATION%_excludes.txt
@@ -388,7 +388,7 @@
 echo [install]: Web Tier - mapviewerjava - WEB-INF
 %XCOPY% "%MG_WEB_SRC%\WEB-INF" "%MG_OUTPUT_WEB%\www\WEB-INF" /EXCLUDE:svn_excludes.txt+%CONFIGURATION%_excludes.txt
 REM Required for Web Tier unit tests
-copy /Y "%MG_OEM%\SQLite\bin\win64\%TYPEBUILD%\php_SQLitePhpApi.dll" "%MG_OUTPUT_WEB%\Php\ext"
+copy /Y "%MG_OEM%\SQLite\bin\win64\%CONFIGURATION%\php_SQLitePhpApi.dll" "%MG_OUTPUT_WEB%\Php\ext"
 echo [install]: Web Tier - fusion
 call build_fusion.bat
 %XCOPY% "%MG_OEM%\fusion_build" "%MG_OUTPUT_WEB%\www\fusion" /EXCLUDE:%CONFIGURATION%_excludes.txt



More information about the mapguide-commits mailing list