Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/06/11 13:48:13 (12 years ago)
Author:
abeham
Message:

#1653

  • Added Build.cmd to solution
  • Changed CustomPostBuildTemplate and Files.txt to a more simpler format
  • Changed MergeConfigs.cmd to merge every *.dll.config that it finds in the bin directory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/3.3/CustomPostBuildTemplate_UpdateLocalInstallation.cmd

    r6867 r6884  
    11set target=C:\Program Files\HeuristicLab 3.3
    22
    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 
     3FOR /F "skip=1 tokens=1 delims= usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%Outdir%\%%G" "%target%" >nul
    94
    105echo "Platform: %Platform%, architecture: %PROCESSOR_ARCHITECTURE%"
Note: See TracChangeset for help on using the changeset viewer.