source: gs2-extensions/music-stand/trunk/runtime-srcpack/packages/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: 296 bytes
Line 
1@echo off
2
3for /D %%d IN (LIB-POPPLER EVINCE) do (
4 echo Running CASCADE-MAKE\%%d.bat %*
5
6 call CASCADE-MAKE\%%d.bat %*
7
8 if not ERRORLEVEL 0 (
9 echo Error encountered running CASCADE-MAKE\%%d.bat
10 goto ErrorExitPos1
11 )
12)
13
14goto End
15
16:ErrorExitPos1
17set ERRORLEVEL=1
18goto End
19
20:End
Note: See TracBrowser for help on using the repository browser.