Free cookie consent management tool by TermsFeed Policy Generator

source: branches/FunctionsAndStructIdRefactoring/HeuristicLab/UpdateLocalInstallation.cmd @ 142

Last change on this file since 142 was 142, checked in by gkronber, 17 years ago

Created a branch for refactoring functions and structId. Largest change: splitting IFunction/FunctionBase into two classes, one for the function and one for the treenode+local variables. _work in progress_

File size: 386 bytes
Line 
1set target=G:\Program Files\HeuristicLab 3.0
2
3copy "HeuristicLab.exe" "%target%"
4copy "HeuristicLab.exe.config" "%target%"
5copy "HeuristicLab.PluginInfrastructure.dll" "%target%"
6copy "HeuristicLab.PluginInfrastructure.GUI.dll" "%target%"
7copy "ICSharpCode.SharpZipLib.dll" "%target%"
8copy "ICSharpCode.SharpZipLib License.txt" "%target%"
9copy "plugins\*.*" "%target%\plugins"
Note: See TracBrowser for help on using the repository browser.