source: extensions/gsdl-video/trunk/runtime-srcpack/packages/CASCADE-MAKE.bat@ 18993

Last change on this file since 18993 was 18993, checked in by davidb, 15 years ago

Start of DOS .bat equivalent files

  • Property svn:executable set to *
File size: 297 bytes
Line 
1@echo off
2
3for /D %%d IN (MOD_FLVX FLOWPLAYER) 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.