source: gs2-extensions/music-ir/trunk/build-srcpack/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: 248 bytes
Line 
1@echo off
2
3for /D %%d IN (packages) do (
4 echo Running %%d\CASCADE-MAKE.bat %*
5
6 (cd %%d && call CASCADE-MAKE.bat %* && cd ..)
7
8 if ERRORLEVEL 1 (
9 echo Error encountered running %%d\CASCADE-MAKE.bat
10 cmd /c exit 1
11 goto:EOF
12 )
13)
14
Note: See TracBrowser for help on using the repository browser.