Changeset 18651
- Timestamp:
- 04/14/06 15:35:16 (3 years ago)
- Files:
-
- juggler/trunk/buildwin32.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/buildwin32.py
r18520 r18651 1147 1147 srcroot = os.path.join(gJugglerDir, 'vc7', 'Gadgeteer') 1148 1148 1149 drivers = ['DTrack', 'DataGlove', 'DirectXJoystick', ' Fastrak', 'Flock',1150 ' IBox', 'IntersenseAPI', 'IS900', 'MotionStar',1151 'M SFTSpeechRecognition', 'PinchGlove', 'SerialEncoder',1152 'S paceBall', 'TrackdAPI', 'VRPN', 'Wanda']1149 drivers = ['DTrack', 'DataGlove', 'DirectXJoystick', 'Ether24', 1150 'Fastrak', 'Flock', 'IBox', 'IntersenseAPI', 'IS900', 1151 'MotionStar', 'MSFTSpeechRecognition', 'PinchGlove', 1152 'SerialEncoder', 'SpaceBall', 'TrackdAPI', 'VRPN', 'Wanda'] 1153 1153 1154 1154 for d in drivers:
