source: gs2-extensions/gsdl-video/trunk/build-srcpack/packages/CASCADE-MAKE.bat@ 21170

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

Start of DOS .bat equivalent files

  • Property svn:executable set to *
File size: 388 bytes
Line 
1@echo off
2
3for /D %%d IN (A52DEC LAME FAAC FAAD2 LIBOGG LIBVORBIS LIBTHEORA LIBJPEG FFMPEG RUBY FLVTOOL2) do (
4 echo Skipping CASCADE-MAKE\%%d.sh %* [compile script not written]
5
6REM 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.