Last change
on this file since 7624 was
7331,
checked in by ascheibe, 13 years ago
|
#1174
- switched to new build style for branches and improved config merging
- updated year in license headers and assembly infos
- updated version in plugin files and assembly infos
|
File size:
307 bytes
|
Rev | Line | |
---|
[7331] | 1 | for /f "delims=" %%a in ('DIR /B /S "..\..\..\trunk\sources\bin\HeuristicLab 3.3.exe.config"') do @set HLCONFIG=%%a
|
---|
| 2 | for /f "delims=" %%a in ('DIR /B /S "..\..\..\trunk\sources\bin\HeuristicLab.Clients.OKB-3.3.dll.config"') do @set OKBCONFIG=%%a
|
---|
| 3 | "%SolutionDir%ConfigMerger.exe" "%OKBCONFIG%" "%HLCONFIG%"
|
---|
Note: See
TracBrowser
for help on using the repository browser.