Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tuio_cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pirvi-public
tuio_cpp
Commits
b4f3e458
Commit
b4f3e458
authored
Nov 3, 2016
by
Martin Kaltenbrunner
Browse files
Options
Downloads
Patches
Plain Diff
project updates
parent
64f5628f
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+5
-2
5 additions, 2 deletions
Makefile
TuioDump.cpp
+1
-1
1 addition, 1 deletion
TuioDump.cpp
macosx/TuioDemo.xcodeproj/project.pbxproj
+3
-1
3 additions, 1 deletion
macosx/TuioDemo.xcodeproj/project.pbxproj
with
9 additions
and
4 deletions
Makefile
+
5
−
2
View file @
b4f3e458
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
TuioDump.cpp
+
1
−
1
View file @
b4f3e458
...
...
@@ -2,7 +2,7 @@
TUIO C++ Example - part of the reacTIVision project
http://reactivision.sourceforge.net/
Copyright (c) 2005-201
1
Martin Kaltenbrunner <martin@tuio.org>
Copyright (c) 2005-201
6
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
...
...
This diff is collapsed.
Click to expand it.
macosx/TuioDemo.xcodeproj/project.pbxproj
+
3
−
1
View file @
b4f3e458
...
...
@@ -313,7 +313,7 @@
29B97313FDCFA39411CA2CEA
/* Project object */
=
{
isa
=
PBXProject
;
attributes
=
{
LastUpgradeCheck
=
0
73
0
;
LastUpgradeCheck
=
0
81
0
;
};
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)"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment