Skip to content
Snippets Groups Projects
Commit b4f3e458 authored by Martin Kaltenbrunner's avatar Martin Kaltenbrunner
Browse files

project updates

parent 64f5628f
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,11 @@ SHARED_OPTIONS = -shared -Wl,-soname,$(TUIO_SHARED)
ifeq ($(PLATFORM), Darwin)
CC = gcc
CXX = g++ -stdlib=libstdc++
CFLAGS += -mmacosx-version-min=10.6 -arch i386 -arch x86_64
CXXFLAGS += -mmacosx-version-min=10.6 -arch i386 -arch x86_64
CFLAGS += -mmacosx-version-min=10.6 -arch=i386 -arch x86_64
CXXFLAGS += -mmacosx-version-min=10.6 -arch=i386 -arch x86_64
# CXX = g++ -stdlib=libc++
# CFLAGS += -mmacosx-version-min=10.9 -arch x86_64
# CXXFLAGS += -mmacosx-version-min=10.9 -arch x86_64
TUIO_SHARED = libTUIO.dylib
LD_FLAGS = -framework OpenGL -framework GLUT -framework SDL2 -framework Cocoa
SHARED_OPTIONS = -dynamiclib -Wl,-dylib_install_name,$(TUIO_SHARED)
......
......@@ -2,7 +2,7 @@
TUIO C++ Example - part of the reacTIVision project
http://reactivision.sourceforge.net/
Copyright (c) 2005-2011 Martin Kaltenbrunner <martin@tuio.org>
Copyright (c) 2005-2016 Martin Kaltenbrunner <martin@tuio.org>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files
......
......@@ -313,7 +313,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0730;
LastUpgradeCheck = 0810;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TuioDemo" */;
compatibilityVersion = "Xcode 3.2";
......@@ -422,6 +422,7 @@
C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = (
/Library/Frameworks,
......@@ -442,6 +443,7 @@
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
FRAMEWORK_SEARCH_PATHS = (
/Library/Frameworks,
"$(FRAMEWORK_SEARCH_PATHS)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment