source: gs2-extensions/music-ir/trunk/build-srcpack/packages/CASCADE-MAKE.bat@ 22243

Last change on this file since 22243 was 22243, checked in by davidb, 14 years ago

Unix files to compile and install jAudio. Initial cut at Windows .bat equivalent

  • Property svn:executable set to *
File size: 234 bytes
Line 
1@echo off
2
3for /D %%d IN (JAUDIO) do (
4 echo Running CASCADE-MAKE\%%d.bat %*
5
6 call CASCADE-MAKE\%%d.bat %*
7
8 if ERRORLEVEL 1 (
9 echo Error encountered running CASCADE-MAKE\%%d.bat
10 cmd /c exit 1
11 goto:EOF
12 )
13)
14
15
Note: See TracBrowser for help on using the repository browser.