source:
branches/HeuristicLab.Problems.GPDL/TestExamples.bat
@
10168
Last change on this file since 10168 was 10086, checked in by gkronber, 11 years ago | |
---|---|
File size: 186 bytes |
Rev | Line | |
---|---|---|
[10086] | 1 | for /f "delims=" %%i in ('dir /b /s Examples\*.txt') do ( |
2 | GpdlCompiler\bin\Debug\GpdlCompiler.exe "%%i" | |
3 | ) | |
4 | ||
5 | for /f "delims=" %%i in ('dir /b *.cs') do ( | |
6 | csc /optimize+ "%%i" | |
7 | ) |
Note: See TracBrowser
for help on using the repository browser.