Last change
on this file since 1820 was
852,
checked in by swagner, 16 years ago
|
Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).
|
File size:
384 bytes
|
Line | |
---|
1 | set target=C:\Program Files\HeuristicLab 3.0
|
---|
2 |
|
---|
3 | copy "HeuristicLab.exe" "%target%"
|
---|
4 | copy "HeuristicLab.exe.config" "%target%"
|
---|
5 | copy "HeuristicLab.PluginInfrastructure.dll" "%target%"
|
---|
6 | copy "HeuristicLab.PluginInfrastructure.GUI.dll" "%target%"
|
---|
7 | copy "ICSharpCode.SharpZipLib.dll" "%target%"
|
---|
8 | copy "ICSharpCode.SharpZipLib License.txt" "%target%"
|
---|
9 | copy "plugins\*.*" "%target%\plugins" |
---|
Note: See
TracBrowser
for help on using the repository browser.