From 826614d66eccb79e51478af18fc4e0eb6514b1d7 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Sun, 21 Aug 2011 21:11:26 +0000 Subject: [PATCH] name mandatory driver for OSX NDOF compile - testcommit same time --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):