source: gs2-extensions/music-stand/trunk/runtime-srcpack/CASCADE-MAKE.bat@ 22129

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

First pass at setting up necessary packages, needed for Evince to compile

  • Property svn:executable set to *
File size: 292 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 not ERRORLEVEL 0 (
9 echo Error encountered running %%d\CASCADE-MAKE.bat
10 goto ErrorExitPos1
11 )
12)
13goto End
14
15:ErrorExitPos1
16set ERRORLEVEL=1
17
18:End
19
Note: See TracBrowser for help on using the repository browser.