代码搜索:FreeWRLduneInputDevice
找到约 13 项符合「FreeWRLduneInputDevice」的源代码
代码结果 13
www.eeworm.com/read/384731/6960104
sh xinput_irix6.2_example.sh
#!/bin/sh
# Xinput example: dialbox and magellan on IRIX 6.2
FreeWRLduneInputDevice -xinput spaceball -allxyz=20,200,,0.0000002 -allrot=40,400,,0.0000002 -xinput dial+buttons -x=0 -y=2 -z=4 -xrot=1 -y
www.eeworm.com/read/384731/6960134
in makefile.in
# This Makefile is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
CC = @CC@
CXX = @CXX@
CXXCPP = @CXXCPP@
AWK = @AWK@
# WARNINGS = -Wall
www.eeworm.com/read/384731/6960113
sh mkrpm.sh
#!/bin/sh
#set -x
RPM_SRC_LIST="rpm RPM redhat"
unset MKRPM_SRC
for i in $RPM_SRC_LIST ; do
if test -d /usr/src/$i/SOURCES ; then
MKRPM_SRC=/usr/src/$i/SOURCES
fi
done
if test "$MKRPM_S