Ignore:
Timestamp:
2010-08-25T10:23:24+12:00 (14 years ago)
Author:
davidb
Message:

Renaming to 'Video and Audio', and updating setup.bat so it doesn't use a hard-wired 'video' as its extension name (now worked out from the directory it is in)

Location:
gs2-extensions/video-and-audio-src/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/video-and-audio-src/trunk/setup.bash

    r22321 r22776  
    11
    2 extdesc="the Video Extension"
     2extdesc="the Video and Audio Extension"
    33
    44full_setup=`pwd`/${BASH_SOURCE}
  • gs2-extensions/video-and-audio-src/trunk/setup.bat

    r21173 r22776  
    33CD /D "%~dp0"
    44set GSDLLANG=en
    5 set extdesc="the Video Extension"
     5set extdesc="the Video and Audio Extension"
    66
    77if "%OS%" == "Windows_NT" goto WinNT
     
    3636:Success
    3737
     38set fulldir=%~dp0
     39
     40:: strip off everything up to (and including) ext dir
     41set extdir=%fulldir:*ext\=%
     42
     43:: remove trailing slash
     44set extdir=%extdir:\=%
     45
     46
    3847if "x%GSDLEXTS%" == "x" (
    39   set GSDLEXTS=video
     48  set GSDLEXTS=%extdir%
    4049) else (
    41   set GSDLEXTS=%GSDLEXTS%:video
     50  set GSDLEXTS=%GSDLEXTS%:%extdir%
    4251)
    4352
Note: See TracChangeset for help on using the changeset viewer.