Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2011-08-22 01:11:26 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-08-22 01:11:26 +0400
commit826614d66eccb79e51478af18fc4e0eb6514b1d7 (patch)
tree1d1466ba5365cc2f64381176da7ea779f53890bf /SConstruct
parent36f20f162caf83929e6eb07be6b73eb59740ead4 (diff)
name mandatory driver for OSX NDOF compile - testcommit same time
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index e2b83f2811f..7f11397a286 100644
--- a/SConstruct
+++ b/SConstruct
@@ -269,7 +269,7 @@ if env['OURPLATFORM']=='darwin':
else:
print B.bc.OKGREEN + "Found recommended sdk :" + B.bc.ENDC + " using MacOSX10.5.sdk"
- # for now, Mac builders must download and install the driver framework from 3Dconnexion
+ # for now, Mac builders must download and install the 3DxWare 10 Beta 4 driver framework from 3Dconnexion
# necessary header file lives here when installed:
# /Library/Frameworks/3DconnexionClient.framework/Versions/Current/Headers/ConnexionClientAPI.h
if env['WITH_BF_3DMOUSE'] == 1 and not os.path.exists('/Library/Frameworks/3DconnexionClient.framework'):