Last change
on this file since 2297 was
1970,
checked in by swagner, 15 years ago
|
Added mechanism for executing custom post build scripts (#640)
|
File size:
419 bytes
|
Rev | Line | |
---|
[39] | 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%"
|
---|
[1970] | 9 | rmdir /s /q "%target%\plugins"
|
---|
| 10 | xcopy "plugins" "%target%\plugins" /e /i |
---|
Note: See
TracBrowser
for help on using the repository browser.