Changeset 6735


Ignore:
Timestamp:
10/01/06 16:29:35 (5 years ago)
Author:
sys
Message:

Ajout ModelingSound + lib SOX

Location:
trunk/Bui_Core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Bui_Core/resources/packaging/lin/install.sh

    r6341 r6735  
    190190chmod a+x $appPath"/"$appName >> $logFile 2>&1 
    191191chmod a+x $appPath"/bin/scServer/nativlib/lame" >> $logFile 2>&1 
     192chmod a+x $appPath"/bin/scServer/nativlib/sox" >> $logFile 2>&1 
    192193 
    193194echo "OK" >> $logFile 
  • trunk/Bui_Core/xBuildServer.xml

    r6345 r6735  
    181181                        <fileset dir="${libjava}/oo" includes="about.xml"/> 
    182182                        <fileset dir="${libjava}/lame" includes="about.xml"/> 
     183                        <fileset dir="${libjava}/sox" includes="about.xml"/> 
    183184                </concat> 
    184185                <concat destfile="${vAppsListFile}" append="true"><![CDATA[</apps>]]></concat> 
     
    262263                                <include name="**/**"/> 
    263264                        </fileset> 
     265                        <fileset dir="${wspdir}/Lib_Java/sox/${app.os}"> 
     266                                <include name="**/**"/> 
     267                        </fileset> 
    264268                </copy> 
    265269        </target> 
Note: See TracChangeset for help on using the changeset viewer.