source: gs2-extensions/video-and-audio/trunk/src/CASCADE-MAKE.bat@ 28366

Last change on this file since 28366 was 28366, checked in by davidb, 11 years ago

Simplified cascade-make file for windows that makes use of the pre-compiled Windows binary zip file

  • Property svn:executable set to *
File size: 266 bytes
Line 
1@echo off
2pushd "%CD%"
3CD /D "%~dp0"
4
5call setup.bat
6
7echo "Test for directory in Windows might not be correct syntax!!"
8if not exist "%GEXTVIDEO_INSTALLED%" (
9 echo Creating %GEXTVIDEO_INSTALLED%
10 mkdir "%GEXTVIDEO_INSTALLED%"
11)
12
13unzip installed-winbin.zip
14
15popd
Note: See TracBrowser for help on using the repository browser.