OSX: make cmake and scons both compile jack and ndof with newer sdk's

This commit is contained in:
Jens Verwiebe
2012-12-12 19:54:14 +00:00
parent fc65922124
commit 8af6721eb5
5 changed files with 7 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ else:
if env['WITH_BF_3DMOUSE']:
defs.append('WITH_INPUT_NDOF')
if env['OURPLATFORM']=='linux':
if env['OURPLATFORM'] in ('linux','darwin'):
incs += ' ' + env['BF_3DMOUSE_INC']
else:
sources.remove('intern' + os.sep + 'GHOST_NDOFManager.cpp')

View File

@@ -27,7 +27,7 @@
#include "GHOST_SystemCocoa.h"
extern "C" {
#include <3DconnexionClient/ConnexionClientAPI.h>
#include <ConnexionClientAPI.h>
#include <stdio.h>
}