Changeset f84a3bf3cd31e9ed9b5b004c7a24d3e6cd13ce82

Show
Ignore:
Timestamp:
04/07/06 23:14:52 (2 years ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1144444492 +0000
git-parent:

[dc723a84d4d51c3db68193966c46be82dd0f7e15]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1144444492 +0000
Message:

Don't use char outside ascii in shell script.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • msvc/libvlc.dsp.in

    r7211d64 rf84a3bf  
    8484# Begin Group "Source Files" 
    8585# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 
    86 �SOURCES� 
     86ZSOURCESZ 
    8787# End Group 
    8888# Begin Group "Header Files" 
    8989# PROP Default_Filter "h;hpp;hxx;hm;inl" 
    90 �HEADERS� 
     90ZHEADERSZ 
    9191# End Group 
    9292# End Target 
  • msvc/libvlc.vcproj.in

    r96537a3 rf84a3bf  
    44    Version="7.10" 
    55    Name="liblvc" 
    6     ProjectGUID="{�GUID�}" 
     6    ProjectGUID="{ZGUIDZ}" 
    77    RootNamespace="libvlc" 
    88    Keyword="Win32Proj"> 
     
    103103    <Files> 
    104104        <Filter Name="Source Files" Filter="c;cpp"> 
    105                         �SOURCES� 
     105                        ZSOURCESZ 
    106106        </Filter> 
    107107        <Filter Name="Header Files" Filter="h;hpp"> 
    108                         �HEADERS� 
     108                        ZHEADERSZ 
    109109        </Filter> 
    110110    </Files> 
  • msvc/plugins.dsp.in

    r2572249 rf84a3bf  
    1 # Microsoft Developer Studio Project File - Name="plugin_�PLUGIN�" - Package Owner=<4> 
     1# Microsoft Developer Studio Project File - Name="plugin_ZPLUGINZ" - Package Owner=<4> 
    22# Microsoft Developer Studio Generated Build File, Format Version 6.00 
    33# ** DO NOT EDIT ** 
     
    55# TARGTYPE "Win32 (x86) Console Application" 0x0103 
    66 
    7 CFG=plugin_�PLUGIN� - Win32 Debug 
     7CFG=plugin_ZPLUGINZ - Win32 Debug 
    88!MESSAGE This is not a valid makefile. To build this project using NMAKE, 
    99!MESSAGE use the Export Makefile command and run 
    1010!MESSAGE  
    11 !MESSAGE NMAKE /f "plugin_�PLUGIN�.mak". 
     11!MESSAGE NMAKE /f "plugin_ZPLUGINZ.mak". 
    1212!MESSAGE  
    1313!MESSAGE You can specify a configuration when running NMAKE 
    1414!MESSAGE by defining the macro CFG on the command line. For example: 
    1515!MESSAGE  
    16 !MESSAGE NMAKE /f "plugin_�PLUGIN�.mak" CFG="plugin_�PLUGIN� - Win32 Debug" 
     16!MESSAGE NMAKE /f "plugin_ZPLUGINZ.mak" CFG="plugin_ZPLUGINZ - Win32 Debug" 
    1717!MESSAGE  
    1818!MESSAGE Possible choices for configuration are: 
    1919!MESSAGE  
    20 !MESSAGE "plugin_�PLUGIN� - Win32 Release" (based on "Win32 (x86) Console Application") 
    21 !MESSAGE "plugin_�PLUGIN� - Win32 Debug" (based on "Win32 (x86) Console Application") 
     20!MESSAGE "plugin_ZPLUGINZ - Win32 Release" (based on "Win32 (x86) Console Application") 
     21!MESSAGE "plugin_ZPLUGINZ - Win32 Debug" (based on "Win32 (x86) Console Application") 
    2222!MESSAGE  
    2323 
     
    2929RSC=rc.exe 
    3030 
    31 !IF  "$(CFG)" == "plugin_�PLUGIN� - Win32 Release" 
     31!IF  "$(CFG)" == "plugin_ZPLUGINZ - Win32 Release" 
    3232 
    3333# PROP BASE Use_MFC 0 
     
    5050# ADD BSC32 /nologo 
    5151LINK32=link.exe 
    52 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib /nologo /dll /machine:I386 /entry:_CRT_INIT@12 /out:"plugins\lib�PLUGIN�_plugin.dll" 
    53 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib comctl32.lib rpcrt4.lib /nologo /dll /machine:I386 /entry:_CRT_INIT@12 /opt:ref /out:"plugins\lib�PLUGIN�_plugin.dll" 
     52# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib /nologo /dll /machine:I386 /entry:_CRT_INIT@12 /out:"plugins\libZPLUGINZ_plugin.dll" 
     53# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib comctl32.lib rpcrt4.lib /nologo /dll /machine:I386 /entry:_CRT_INIT@12 /opt:ref /out:"plugins\libZPLUGINZ_plugin.dll" 
    5454 
    55 !ELSEIF  "$(CFG)" == "plugin_�PLUGIN� - Win32 Debug" 
     55!ELSEIF  "$(CFG)" == "plugin_ZPLUGINZ - Win32 Debug" 
    5656 
    5757# PROP BASE Use_MFC 0 
     
    7474# ADD BSC32 /nologo 
    7575LINK32=link.exe 
    76 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib /nologo /dll /subsystem:console /debug /machine:I386 /pdbtype:sept /entry:_CRT_INIT@12 /pdb:"plugins\lib�PLUGIN�_plugin.pdb" /out:"plugins\lib�PLUGIN�_plugin.dll" 
     76# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib /nologo /dll /subsystem:console /debug /machine:I386 /pdbtype:sept /entry:_CRT_INIT@12 /pdb:"plugins\libZPLUGINZ_plugin.pdb" /out:"plugins\libZPLUGINZ_plugin.dll" 
    7777# SUBTRACT BASE LINK32 /pdb:none 
    78 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib comctl32.lib rpcrt4.lib /nologo /dll /subsystem:console /debug /machine:I386 /pdbtype:sept /entry:_CRT_INIT@12 /pdb:"plugins\lib�PLUGIN�_plugin.pdb" /out:"plugins\lib�PLUGIN�_plugin.dll" 
     78# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib comctl32.lib rpcrt4.lib /nologo /dll /subsystem:console /debug /machine:I386 /pdbtype:sept /entry:_CRT_INIT@12 /pdb:"plugins\libZPLUGINZ_plugin.pdb" /out:"plugins\libZPLUGINZ_plugin.dll" 
    7979# SUBTRACT LINK32 /pdb:none 
    8080 
     
    8383# Begin Target 
    8484 
    85 # Name "plugin_�PLUGIN� - Win32 Release" 
    86 # Name "plugin_�PLUGIN� - Win32 Debug" 
     85# Name "plugin_ZPLUGINZ - Win32 Release" 
     86# Name "plugin_ZPLUGINZ - Win32 Debug" 
    8787 
    8888# Begin Group "Source Files" 
     
    9090# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 
    9191 
    92 �SOURCES� 
     92ZSOURCESZ 
    9393 
    9494# End Group 
     
    9898# PROP Default_Filter "h;hpp;hxx;hm;inl" 
    9999 
    100 �HEADERS� 
     100ZHEADERSZ 
    101101 
    102102# End Group 
  • msvc/plugins.vcproj.in

    r96537a3 rf84a3bf  
    33    ProjectType="Visual C++" 
    44    Version="7.10" 
    5     Name="�PLUGIN�
    6     ProjectGUID="{�GUID�}" 
    7     RootNamespace="�PLUGIN�
     5    Name="ZPLUGINZ
     6    ProjectGUID="{ZGUIDZ}" 
     7    RootNamespace="ZPLUGINZ
    88    Keyword="Win32Proj"> 
    99    <Platforms> 
     
    2222                Optimization="0" 
    2323                AdditionalIncludeDirectories=".;..\include" 
    24                 PreprocessorDefinitions="WIN32;_DEBUG;__VLC__;__PLUGIN__;MODULE_NAME=�PLUGIN�
     24                PreprocessorDefinitions="WIN32;_DEBUG;__VLC__;__PLUGIN__;MODULE_NAME=ZPLUGINZ
    2525                MinimalRebuild="TRUE" 
    2626                BasicRuntimeChecks="3" 
     
    7373                Name="VCCLCompilerTool" 
    7474                AdditionalIncludeDirectories=".;..\include" 
    75                 PreprocessorDefinitions="WIN32;NDEBUG;__VLC__;__PLUGIN__;MODULE_NAME=�PLUGIN�
     75                PreprocessorDefinitions="WIN32;NDEBUG;__VLC__;__PLUGIN__;MODULE_NAME=ZPLUGINZ
    7676                RuntimeLibrary="4" 
    7777                UsePrecompiledHeader="3" 
     
    116116    <Files> 
    117117        <Filter Name="Source Files" Filter="c;cpp"> 
    118                         �SOURCES� 
     118                        ZSOURCESZ 
    119119        </Filter> 
    120120        <Filter Name="Header Files" Filter="h;hpp"> 
    121                         �HEADERS� 
     121                        ZHEADERSZ 
    122122        </Filter> 
    123123    </Files> 
  • msvc/vlc.dsp.in

    r847ed5c rf84a3bf  
    8787# Begin Group "Source Files" 
    8888# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 
    89 �SOURCES� 
     89ZSOURCESZ 
    9090# End Group 
    9191 
  • msvc/vlc.vcproj.in

    r96537a3 rf84a3bf  
    44    Version="7.10" 
    55    Name="vlc" 
    6     ProjectGUID="{�GUID�}" 
     6    ProjectGUID="{ZGUIDZ}" 
    77    Keyword="Win32Proj"> 
    88    <Platforms> 
     
    119119    <Files> 
    120120        <Filter Name="Source Files" Filter="cpp;c"> 
    121             �SOURCES� 
     121            ZSOURCESZ 
    122122        </Filter> 
    123123        <Filter Name="Resource Files" Filter="rc"> 
  • toolbox

    rbe62d28 rf84a3bf  
    180180    printf "." 
    181181    #  Top of the project file 
    182     perl -pe 'if(/§SOURCES§/){last;}' < ${target}.in > ${target} 
     182    perl -pe 'if(/ZSOURCESZ/){last;}' < ${target}.in > ${target} 
    183183    #  The source files 
    184184    for file in `for i in ${LIBVLC_SOURCES} ; do echo $i ; done | grep -v "/.*/"` 
     
    277277    done 
    278278    #  The headers 
    279     perl -e 'while(<>){if(/§SOURCES§/){last;}}while(<>){if(/§HEADERS§/){last;}print $_}' < ${target}.in >> ${target} 
     279    perl -e 'while(<>){if(/ZSOURCESZ/){last;}}while(<>){if(/ZHEADERSZ/){last;}print $_}' < ${target}.in >> ${target} 
    280280    for file in ${LIBVLC_HEADERS} 
    281281    do 
     
    300300# End Group${M} 
    301301EOF 
    302     perl -e 'while(<>){if(/§HEADERS§/){last;}}while(<>){print $_}' < ${target}.in >> ${target} 
     302    perl -e 'while(<>){if(/ZHEADERSZ/){last;}}while(<>){print $_}' < ${target}.in >> ${target} 
    303303  done 
    304304 
     
    321321        target="${msdir}/plugin_${mod}.${suf}" 
    322322        printf "." 
    323         perl -pe 'if(/§SOURCES§/){last;} s/§PLUGIN§/'${mod}'/g' < ${source} > ${target} 
     323        perl -pe 'if(/ZSOURCESZ/){last;} s/ZPLUGINZ/'${mod}'/g' < ${source} > ${target} 
    324324        for cfile in ${cfiles} 
    325325        do 
     
    338338        done 
    339339        # sed is really nicer for this... unfortunately it's broken under cygwin 
    340         # sed -ne '1,/§SOURCES§/d; /§HEADERS§/,$d; p' < ${source} >> ${target} 
    341         perl -e 'while(<>){if(/§SOURCES§/){last;}}while(<>){if(/§HEADERS§/){last;}print $_}' < ${source} >> ${target} 
     340        # sed -ne '1,/ZSOURCESZ/d; /ZHEADERSZ/,$d; p' < ${source} >> ${target} 
     341        perl -e 'while(<>){if(/ZSOURCESZ/){last;}}while(<>){if(/ZHEADERSZ/){last;}print $_}' < ${source} >> ${target} 
    342342        for hfile in ${hfiles} 
    343343        do 
     
    348348EOF 
    349349        done 
    350         # sed -ne '1,/§HEADERS§/d; p' < ${source} >> ${target} 
    351         perl -e 'while(<>){if(/§HEADERS§/){last;}}while(<>){print $_}' < ${source} >> ${target} 
     350        # sed -ne '1,/ZHEADERSZ/d; p' < ${source} >> ${target} 
     351        perl -e 'while(<>){if(/ZHEADERSZ/){last;}}while(<>){print $_}' < ${source} >> ${target} 
    352352      done 
    353353    done 
     
    359359    printf "." 
    360360    #  Top of the project file 
    361     perl -pe 'if(/§SOURCES§/){last;}' < ${target}.in > ${target} 
     361    perl -pe 'if(/ZSOURCESZ/){last;}' < ${target}.in > ${target} 
    362362    #  The source files 
    363363      cat >> ${target} << EOF 
     
    367367EOF 
    368368    #  Bottom of the project file - handles resource files too 
    369     perl -e 'while(<>){if(/§SOURCES§/){last;}}while(<>){print $_}' < ${target}.in >> ${target} 
     369    perl -e 'while(<>){if(/ZSOURCESZ/){last;}}while(<>){print $_}' < ${target}.in >> ${target} 
    370370  done 
    371371 
     
    417417  #  Top of the project file 
    418418  guid=`perl -e 'sub r {return sprintf("%X", int rand(65536))} print r.r."-".r."-".r."-".r."-".r.r.r'` 
    419   perl -pe 'if(/§SOURCES§/){last;} s/§GUID§/'${guid}'/g' < ${target}.in > ${target} 
     419  perl -pe 'if(/ZSOURCESZ/){last;} s/ZGUIDZ/'${guid}'/g' < ${target}.in > ${target} 
    420420  #  The source files 
    421421  cat >> ${target} << EOF 
     
    423423EOF 
    424424  #  Bottom of the project file - handles resource files too 
    425   perl -e 'while(<>){if(/§SOURCES§/){last;}}while(<>){print $_}' < ${target}.in >> ${target} 
     425  perl -e 'while(<>){if(/ZSOURCESZ/){last;}}while(<>){print $_}' < ${target}.in >> ${target} 
    426426   
    427427  # libvlc files 
     
    430430  #  Top of the project file 
    431431  guid=`perl -e 'sub r {return sprintf("%X", int rand(65536))} print r.r."-".r."-".r."-".r."-".r.r.r'` 
    432   perl -pe 'if(/§SOURCES§/){last;} s/§GUID§/'${guid}'/g' < ${target}.in > ${target} 
     432  perl -pe 'if(/ZSOURCESZ/){last;} s/ZGUIDZ/'${guid}'/g' < ${target}.in > ${target} 
    433433  #  The source files 
    434434  for file in `for i in ${LIBVLC_SOURCES} ; do echo $i ; done | grep -v "/.*/"` 
     
    465465  done 
    466466  #  The headers 
    467   perl -e 'while(<>){if(/§SOURCES§/){last;}}while(<>){if(/§HEADERS§/){last;}print $_}' < ${target}.in >> ${target} 
     467  perl -e 'while(<>){if(/ZSOURCESZ/){last;}}while(<>){if(/ZHEADERSZ/){last;}print $_}' < ${target}.in >> ${target} 
    468468  for file in ${LIBVLC_HEADERS} 
    469469  do 
     
    484484</Filter>${M} 
    485485EOF 
    486   perl -e 'while(<>){if(/§HEADERS§/){last;}}while(<>){print $_}' < ${target}.in >> ${target} 
     486  perl -e 'while(<>){if(/ZHEADERSZ/){last;}}while(<>){print $_}' < ${target}.in >> ${target} 
    487487 
    488488  # plugins files 
     
    504504        printf "." 
    505505    guid=`perl -e 'sub r {return sprintf("%X", int rand(65536))} print r.r."-".r."-".r."-".r."-".r.r.r'` 
    506         perl -pe 'if(/§SOURCES§/){last;} s/§PLUGIN§/'${mod}'/g' < ${source} | sed 's,§GUID§,'${guid}',' > ${target} 
     506        perl -pe 'if(/ZSOURCESZ/){last;} s/ZPLUGINZ/'${mod}'/g' < ${source} | sed 's,ZGUIDZ,'${guid}',' > ${target} 
    507507        for cfile in ${cfiles} 
    508508        do 
     
    512512        done 
    513513        # sed is really nicer for this... unfortunately it's broken under cygwin 
    514         # sed -ne '1,/§SOURCES§/d; /§HEADERS§/,$d; p' < ${source} >> ${target} 
    515         perl -e 'while(<>){if(/§SOURCES§/){last;}}while(<>){if(/§HEADERS§/){last;}print $_}' < ${source} >> ${target} 
     514        # sed -ne '1,/ZSOURCESZ/d; /ZHEADERSZ/,$d; p' < ${source} >> ${target} 
     515        perl -e 'while(<>){if(/ZSOURCESZ/){last;}}while(<>){if(/ZHEADERSZ/){last;}print $_}' < ${source} >> ${target} 
    516516        for hfile in ${hfiles} 
    517517        do 
     
    520520EOF 
    521521        done 
    522         # sed -ne '1,/§HEADERS§/d; p' < ${source} >> ${target} 
    523         perl -e 'while(<>){if(/§HEADERS§/){last;}}while(<>){print $_}' < ${source} >> ${target} 
     522        # sed -ne '1,/ZHEADERSZ/d; p' < ${source} >> ${target} 
     523        perl -e 'while(<>){if(/ZHEADERSZ/){last;}}while(<>){print $_}' < ${source} >> ${target} 
    524524      done 
    525525    done