Last change
on this file since 569 was
45,
checked in by gkronber, 17 years ago
|
reverted changeset 43 because it potentially deletes external plugins
|
File size:
386 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%"
|
---|
| 9 | copy "plugins\*.*" "%target%\plugins"
|
---|
Note: See
TracBrowser
for help on using the repository browser.