Changeset 6900 for branches/GeneralizedQAP/HeuristicLab/3.3/CustomPostBuildTemplate_UpdateLocalInstallation.cmd
- Timestamp:
- 10/11/11 12:12:02 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- Property svn:ignore
-
old new 17 17 protoc.exe 18 18 HeuristicLab.ExtLibs.6.0.ReSharper.user 19 Doxygen
-
- Property svn:mergeinfo changed
/trunk/sources merged: 6879-6880,6882,6884,6887-6888,6891,6895
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab/3.3/CustomPostBuildTemplate_UpdateLocalInstallation.cmd
r6878 r6900 1 1 set target=C:\Program Files\HeuristicLab 3.3 2 2 3 copy "HeuristicLab 3.3.exe" "%target%" 4 copy "HeuristicLab 3.3.exe.config" "%target%" 5 copy HeuristicLab.PluginInfrastructure-3.3.dll "%target%" 6 7 FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%Outdir%\%%H" "%target%" >nul 8 3 FOR /F "skip=1 tokens=1 delims= usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%Outdir%\%%G" "%target%" >nul 9 4 10 5 echo "Platform: %Platform%, architecture: %PROCESSOR_ARCHITECTURE%"
Note: See TracChangeset
for help on using the changeset viewer.