File tree Expand file tree Collapse file tree 8 files changed +32
-29
lines changed
libs/libfreenect/platform/windows Expand file tree Collapse file tree 8 files changed +32
-29
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ common:
62
62
# a specific platform
63
63
# ADDON_LIBS_EXCLUDE =
64
64
65
- linuxarmv6l :
65
+ linux/armv6l :
66
66
ADDON_PKG_CONFIG_LIBRARIES = assimp
67
67
ADDON_LIBS_EXCLUDE = ../ofxAssimpModelLoader/libs/assimp
68
68
ADDON_INCLUDES_EXCLUDE = ../ofxAssimpModelLoader/libs/assimp/%
69
69
70
- linuxarmv7l :
70
+ linux/armv7l :
71
71
ADDON_PKG_CONFIG_LIBRARIES = assimp
72
72
ADDON_LIBS_EXCLUDE = ../ofxAssimpModelLoader/libs/assimp
73
73
ADDON_INCLUDES_EXCLUDE = ../ofxAssimpModelLoader/libs/assimp/%
74
74
75
- linuxaarch64 :
75
+ linux/aarch64 :
76
76
ADDON_PKG_CONFIG_LIBRARIES = assimp
77
77
ADDON_LIBS_EXCLUDE = ../ofxAssimpModelLoader/libs/assimp
78
78
ADDON_INCLUDES_EXCLUDE = ../ofxAssimpModelLoader/libs/assimp/%
82
82
ADDON_LIBS_EXCLUDE = ../ofxAssimpModelLoader/libs/assimp
83
83
ADDON_INCLUDES_EXCLUDE = ../ofxAssimpModelLoader/libs/assimp/%
84
84
85
- linux64 :
85
+ linux/64 :
86
86
ADDON_PKG_CONFIG_LIBRARIES = assimp
87
87
ADDON_LIBS_EXCLUDE = ../ofxAssimpModelLoader/libs/assimp
88
88
ADDON_INCLUDES_EXCLUDE = ../ofxAssimpModelLoader/libs/assimp/%
Original file line number Diff line number Diff line change @@ -60,17 +60,17 @@ common:
60
60
# a specific platform
61
61
# ADDON_LIBS_EXCLUDE =
62
62
63
- linuxarmv6l :
63
+ linux/armv6l :
64
64
ADDON_PKG_CONFIG_LIBRARIES = assimp
65
65
ADDON_LIBS_EXCLUDE = libs/assimp
66
66
ADDON_INCLUDES_EXCLUDE = libs/assimp/%
67
67
68
- linuxarmv7l :
68
+ linux/armv7l :
69
69
ADDON_PKG_CONFIG_LIBRARIES = assimp
70
70
ADDON_LIBS_EXCLUDE = libs/assimp
71
71
ADDON_INCLUDES_EXCLUDE = libs/assimp/%
72
72
73
- linuxaarch64 :
73
+ linux/aarch64 :
74
74
ADDON_PKG_CONFIG_LIBRARIES = assimp
75
75
ADDON_LIBS_EXCLUDE = libs/assimp
76
76
ADDON_INCLUDES_EXCLUDE = libs/assimp/%
80
80
ADDON_LIBS_EXCLUDE = libs/assimp
81
81
ADDON_INCLUDES_EXCLUDE = libs/assimp/%
82
82
83
- linux64 :
83
+ linux/64 :
84
84
ADDON_PKG_CONFIG_LIBRARIES = assimp
85
85
ADDON_LIBS_EXCLUDE = libs/assimp
86
86
ADDON_INCLUDES_EXCLUDE = libs/assimp/%
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ common:
68
68
# a specific platform
69
69
# ADDON_INCLUDES_EXCLUDE =
70
70
71
- linux64 :
71
+ linux/64 :
72
72
# linux only, any library that should be included in the project using
73
73
# pkg-config
74
74
ADDON_PKG_CONFIG_LIBRARIES = libusb-1.0
127
127
# when parsing the file system looking for include paths exclude this for all or
128
128
# a specific platform
129
129
130
- linuxarmv6l :
130
+ linux/armv6l :
131
131
# linux only, any library that should be included in the project using
132
132
# pkg-config
133
133
ADDON_PKG_CONFIG_LIBRARIES = libusb-1.0
@@ -143,7 +143,7 @@ linuxarmv6l:
143
143
ADDON_INCLUDES_EXCLUDE += libs/libusb-1.0/%
144
144
145
145
146
- linuxarmv7l :
146
+ linux/armv7l :
147
147
# linux only, any library that should be included in the project using
148
148
# pkg-config
149
149
ADDON_PKG_CONFIG_LIBRARIES = libusb-1.0
@@ -158,7 +158,7 @@ linuxarmv7l:
158
158
ADDON_INCLUDES_EXCLUDE = libs/libfreenect/platform/%
159
159
ADDON_INCLUDES_EXCLUDE += libs/libusb-1.0/%
160
160
161
- linuxaarch64 :
161
+ linuxa/arch64 :
162
162
# linux only, any library that should be included in the project using
163
163
# pkg-config
164
164
ADDON_PKG_CONFIG_LIBRARIES = libusb-1.0
Original file line number Diff line number Diff line change 26
26
27
27
#pragma once
28
28
29
+ #ifdef _WIN32
30
+
29
31
#include <stdint.h>
30
32
#include <windows.h>
31
33
@@ -53,3 +55,4 @@ static void usleep(__int64 usec)
53
55
WaitForSingleObject (timer , INFINITE );
54
56
CloseHandle (timer );
55
57
}
58
+ #endif
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ common:
60
60
# a specific platform
61
61
# ADDON_LIBS_EXCLUDE =
62
62
63
- linux64 :
63
+ linux/64 :
64
64
ADDON_PKG_CONFIG_LIBRARIES = opencv4 harfbuzz
65
65
ADDON_LIBS_EXCLUDE = libs/opencv/%
66
66
ADDON_INCLUDES_EXCLUDE = libs/opencv
@@ -72,19 +72,19 @@ linux:
72
72
ADDON_INCLUDES_EXCLUDE = libs/opencv
73
73
ADDON_INCLUDES_EXCLUDE += libs/opencv/%
74
74
75
- linuxarmv6l :
75
+ linux/armv6l :
76
76
ADDON_PKG_CONFIG_LIBRARIES = opencv4
77
77
ADDON_LIBS_EXCLUDE = libs/opencv/%
78
78
ADDON_INCLUDES_EXCLUDE = libs/opencv
79
79
ADDON_INCLUDES_EXCLUDE += libs/opencv/%
80
80
81
- linuxarmv7l :
81
+ linux/armv7l :
82
82
ADDON_PKG_CONFIG_LIBRARIES = opencv4
83
83
ADDON_LIBS_EXCLUDE = libs/opencv/%
84
84
ADDON_INCLUDES_EXCLUDE = libs/opencv
85
85
ADDON_INCLUDES_EXCLUDE += libs/opencv/%
86
86
87
- linuxaarch64 :
87
+ linux/aarch64 :
88
88
ADDON_PKG_CONFIG_LIBRARIES = opencv4
89
89
ADDON_LIBS_EXCLUDE = libs/opencv/%
90
90
ADDON_INCLUDES_EXCLUDE = libs/opencv
Original file line number Diff line number Diff line change @@ -68,23 +68,23 @@ common:
68
68
# a specific platform
69
69
# ADDON_INCLUDES_EXCLUDE =
70
70
71
- linuxarmv6l :
71
+ linux/armv6l :
72
72
ADDON_SOURCES_EXCLUDE = libs/oscpack/src/ip/win32/%
73
73
ADDON_INCLUDES_EXCLUDE = libs/oscpack/src/ip/win32
74
74
75
- linuxarmv7l :
75
+ linux/armv7l :
76
76
ADDON_SOURCES_EXCLUDE = libs/oscpack/src/ip/win32/%
77
77
ADDON_INCLUDES_EXCLUDE = libs/oscpack/src/ip/win32
78
78
79
- linuxaarch64 :
79
+ linux/aarch64 :
80
80
ADDON_SOURCES_EXCLUDE = libs/oscpack/src/ip/win32/%
81
81
ADDON_INCLUDES_EXCLUDE = libs/oscpack/src/ip/win32
82
82
83
83
linux :
84
84
ADDON_SOURCES_EXCLUDE = libs/oscpack/src/ip/win32/%
85
85
ADDON_INCLUDES_EXCLUDE = libs/oscpack/src/ip/win32
86
86
87
- linux64 :
87
+ linux/64 :
88
88
ADDON_SOURCES_EXCLUDE = libs/oscpack/src/ip/win32/%
89
89
ADDON_INCLUDES_EXCLUDE = libs/oscpack/src/ip/win32
90
90
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ common:
65
65
ADDON_SOURCES_EXCLUDE = libs/poco/include/%
66
66
67
67
linux :
68
- ADDON_LDFLAGS = -lPocoNetSSL
68
+ ADDON_LDFLAGS = -lPocoNetSSL
69
69
ADDON_LDFLAGS += -lPocoNet
70
70
ADDON_LDFLAGS += -lPocoCrypto
71
71
ADDON_LDFLAGS += -lPocoUtil
74
74
ADDON_LDFLAGS += -lcrypto
75
75
ADDON_LDFLAGS += -lssl
76
76
77
- linux64 :
78
- ADDON_LDFLAGS = -lPocoNetSSL
77
+ linux/64 :
78
+ ADDON_LDFLAGS = -lPocoNetSSL
79
79
ADDON_LDFLAGS += -lPocoNet
80
80
ADDON_LDFLAGS += -lPocoCrypto
81
81
ADDON_LDFLAGS += -lPocoUtil
@@ -84,7 +84,7 @@ linux64:
84
84
ADDON_LDFLAGS += -lcrypto
85
85
ADDON_LDFLAGS += -lssl
86
86
87
- linuxarmv6l :
87
+ linux/armv6l :
88
88
ADDON_LDFLAGS = -lPocoNetSSL
89
89
ADDON_LDFLAGS += -lPocoNet
90
90
ADDON_LDFLAGS += -lPocoCrypto
@@ -94,7 +94,7 @@ linuxarmv6l:
94
94
ADDON_LDFLAGS += -lcrypto
95
95
ADDON_LDFLAGS += -lssl
96
96
97
- linuxarmv7l :
97
+ linux/armv7l :
98
98
ADDON_LDFLAGS = -lPocoNetSSL
99
99
ADDON_LDFLAGS += -lPocoNet
100
100
ADDON_LDFLAGS += -lPocoCrypto
Original file line number Diff line number Diff line change 68
68
ADDON_LIBS = libs/svgtiny/lib/ios/svgtiny.a
69
69
ADDON_LIBS += libs/libxml2/lib/ios/xml2.a
70
70
71
- linux64 :
71
+ linux/64 :
72
72
ADDON_LIBS = libs/svgtiny/lib/linux/64/libsvgtiny.a
73
73
ADDON_LIBS += libs/libxml2/lib/linux/64/libxml2.a
74
74
75
- linuxarmv6l :
75
+ linux/armv6l :
76
76
ADDON_LIBS = libs/svgtiny/lib/linux/armv6l/libsvgtiny.a
77
77
ADDON_LIBS += libs/libxml2/lib/linux/armv6l/libxml2.a
78
78
79
- linuxarmv7l :
79
+ linux/armv7l :
80
80
ADDON_LIBS = libs/svgtiny/lib/linux/armv7l/libsvgtiny.a
81
81
ADDON_LIBS += libs/libxml2/lib/linux/armv7l/libxml2.a
82
82
83
- linuxaarch64 :
83
+ linux/aarch64 :
84
84
ADDON_LIBS = libs/svgtiny/lib/linux/aarch64/libsvgtiny.a
85
85
ADDON_LIBS += libs/libxml2/lib/linux/aarch64/libxml2.a
86
86
You can’t perform that action at this time.
0 commit comments