Last change
on this file since 7475 was
7368,
checked in by ascheibe, 13 years ago
|
#1648 added first version of an access client, access items and views for displaying them
|
File size:
316 bytes
|
Line | |
---|
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.Access-3.3.dll.config"') do @set ACCESSCONFIG=%%a
|
---|
3 | "%SolutionDir%ConfigMerger.exe" "%ACCESSCONFIG%" "%HLCONFIG%"
|
---|
Note: See
TracBrowser
for help on using the repository browser.