Last change
on this file since 2498 was
2492,
checked in by swagner, 15 years ago
|
Created new solution HeuristicLab 3.3 and new project HeuristicLab 3.3 for working on the HeuristicLab 3.3 release (#803)
|
File size:
463 bytes
|
Rev | Line | |
---|
[2492] | 1 | set target=C:\Program Files\HeuristicLab 3.3
|
---|
| 2 |
|
---|
| 3 | copy "HeuristicLab.exe" "%target%"
|
---|
| 4 | copy "HeuristicLab 3.3.exe" "%target%"
|
---|
| 5 | copy "HeuristicLab 3.3.exe.config" "%target%"
|
---|
| 6 | copy "HeuristicLab.PluginInfrastructure.dll" "%target%"
|
---|
| 7 | copy "HeuristicLab.PluginInfrastructure.GUI.dll" "%target%"
|
---|
| 8 | copy "ICSharpCode.SharpZipLib.dll" "%target%"
|
---|
| 9 | copy "ICSharpCode.SharpZipLib License.txt" "%target%"
|
---|
| 10 | rmdir /s /q "%target%\plugins"
|
---|
| 11 | xcopy "plugins" "%target%\plugins" /e /i |
---|
Note: See
TracBrowser
for help on using the repository browser.