Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab/CreateConsoleApplication.cmd @ 2604

Last change on this file since 2604 was 2601, checked in by gkronber, 15 years ago

Changed configuration so that file lists are not copied to output directory and added script to create a console application. #799

File size: 225 bytes
Line 
1copy HeuristicLab.exe HeuristicLab.Console.exe
2@call "c:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
3@editbin.exe /subsystem:console HeuristicLab.Console.exe
4
5echo "Done creating console application"
Note: See TracBrowser for help on using the repository browser.