Last change
on this file since 9124 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:
296 bytes
|
Rev | Line | |
---|
[8901] | 1 | if [ "${Outdir}" == "" ]; then |
---|
| 2 | Outdir=bin |
---|
| 3 | fi |
---|
| 4 | |
---|
| 5 | echo Recreating HeuristicLab 3.3.exe.config... |
---|
| 6 | cp $Outdir/app.config "$Outdir/HeuristicLab 3.3.exe.config" |
---|
| 7 | |
---|
| 8 | echo Merging... |
---|
| 9 | for f in $(ls $Outdir/*.dll.config); do |
---|
| 10 | mono $SolutionDir/ConfigMerger.exe $f "$Outdir/HeuristicLab 3.3.exe.config" |
---|
| 11 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.