Last change
on this file since 9519 was
8901,
checked in by mkommend, 12 years ago
|
#1970: Configured variable impacts branch, readded analyzers and added utility files (build.cmd,etc.).
|
File size:
389 bytes
|
Line | |
---|
1 | @echo off
|
---|
2 |
|
---|
3 | IF "%Outdir%"=="" (
|
---|
4 | SET Outdir=bin\
|
---|
5 | SET INTERACTIVE=1
|
---|
6 | )
|
---|
7 |
|
---|
8 | echo Recreating HeuristicLab 3.3.exe.config...
|
---|
9 | copy /Y "%Outdir%app.config" "%Outdir%HeuristicLab 3.3.exe.config"
|
---|
10 |
|
---|
11 | echo Merging...
|
---|
12 | FOR /F "tokens=*" %%A IN ('dir /B "%Outdir%*.dll.config"') DO (
|
---|
13 | ConfigMerger "%Outdir%%%A" "%Outdir%HeuristicLab 3.3.exe.config"
|
---|
14 | )
|
---|
15 |
|
---|
16 | IF "%INTERACTIVE%"=="1" (
|
---|
17 | pause
|
---|
18 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.