Changeset 22 in flair-bin


Ignore:
Timestamp:
06/22/16 18:20:53 (8 years ago)
Author:
Bayard Gildas
Message:

Plop

Location:
trunk/tools/scripts
Files:
1 deleted
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/tools/scripts/dualshock3_local_usb.sh

    r16 r22  
    11#! /bin/bash
    2 
    3 ${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/scripts/DualShock3_usb.sh 127.0.0.1
     2${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/scripts/dualshock3_usb.sh 127.0.0.1
  • trunk/tools/scripts/dualshock3_usb.sh

    r16 r22  
    1616
    1717export LD_LIBRARY_PATH="${OECORE_HOST_SYSROOT}/usr/lib:${OECORE_HOST_SYSROOT}/lib"
    18 ${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/unix/DualShock3 -a ${1}:20000 -c usb -t 100 -x ${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/unix/DualShock3.xml
     18${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/unix/dualshock3 -a ${1}:20000 -c usb -t 100 -x ${FLAIR_ROOT}/flair-bin/tools/scripts/dualshock3.xml
    1919
  • trunk/tools/scripts/launch_FlairGCS.sh

    r7 r22  
    2525
    2626export LD_LIBRARY_PATH="${OECORE_HOST_SYSROOT}/usr/lib:${OECORE_HOST_SYSROOT}/lib"
    27 ${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/unix/FlairGCS -n $NAME -p $PORT
     27${FLAIR_ROOT}/flair-bin/tools/${ARCH_DIR}/unix/FlairGCS -n $NAME -p $PORT
Note: See TracChangeset for help on using the changeset viewer.