Ignore:
Timestamp:
03/03/10 12:06:40 (2 years ago)
Author:
anp
Message:

Review compilation des xpcom : intégration env de compil 1.9.2 (http://scenari-platform.org/trac/dev-core/wiki/ide?version=9#Configurationdelordinateur)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Player/_idl/buildxpcom.sh

    r8650 r15009  
    33echo "=====================================================" 
    44echo " buildxpcom.sh :"  
    5 echo " MOZ_TOOLS    is  '$MOZ_TOOLS'" 
     5echo " GECKO_SDK    is  '$GECKO_SDK'" 
    66echo "=====================================================" 
    77 
     
    1010mkdir $components 
    1111 
    12 $MOZ_TOOLS/gecko-sdk/bin/xpidl -m typelib -w -I $MOZ_TOOLS/gecko-sdk/idl -o $components/scISession scISession.idl 
    13 $MOZ_TOOLS/gecko-sdk/bin/xpidl -m typelib -w -I $MOZ_TOOLS/gecko-sdk/idl -o $components/scISessionsMgr scISessionsMgr.idl 
    14 $MOZ_TOOLS/gecko-sdk/bin/xpidl -m typelib -w -I $MOZ_TOOLS/gecko-sdk/idl -o $components/scIPlayerBridge scIPlayerBridge.idl 
     12$GECKO_SDK/sdk/bin/xpidl -m typelib -w -I $GECKO_SDK/idl -o $components/scISession scISession.idl 
     13$GECKO_SDK/sdk/bin/xpidl -m typelib -w -I $GECKO_SDK/idl -o $components/scISessionsMgr scISessionsMgr.idl 
     14$GECKO_SDK/sdk/bin/xpidl -m typelib -w -I $GECKO_SDK/idl -o $components/scIPlayerBridge scIPlayerBridge.idl 
Note: See TracChangeset for help on using the changeset viewer.