source:
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/PreBuildEvent.cmd
@
7064
Last change on this file since 7064 was 5227, checked in by cneumuel, 14 years ago | |
---|---|
File size: 402 bytes |
Line | |
---|---|
1 | cd %ProjectDir% |
2 | for /r %%i in (*.cs.frame) do SubWCRev . %%i %%~dpi%%~ni |
3 | |
4 | REM SET configfile=f005pc.hagenberg.fhooe.at - app.config |
5 | REM SET configfile=localhost - app.config |
6 | SET configfile=services.heuristiclab.com - app.config |
7 | REM SET configfile=christoph - app.config |
8 | |
9 | IF EXIST "%configfile%" ( |
10 | xcopy "%configfile%" "app.config" /Y |
11 | echo config file replaced: %ProjectDir%%configfile% |
12 | ) |
Note: See TracBrowser
for help on using the repository browser.