-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenalext.mkf
58 lines (48 loc) · 1.52 KB
/
openalext.mkf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Subproject file for extension openalext.
#
# Include this subproject in your App to enable access to the openalext API
#
# NOTE: This file was originally written by the extension builder, but will not
# be overwritten (unless --force is specified) and is intended to be modified.
#
# Running the extension builder with --platform can cause additions to this file
# even after modification, to support additional platforms
display_name "Extensions/openalext"
includepath h
files
{
(h)
openalext.h
["interface"]
(interface)
openalext_interface.cpp
openalext.defines.txt
}
defines
{
IW_TRACE_CHANNEL_OPENALEXT_VERBOSE=2
}
if {{ not defined IW_MKF_IWCRT}}
subproject iwutil
#Autogenerated section for windows platform support. Deleting these two comment
#lines will cause the extension builder to re-output this section.
deployments
{
win32-ext-dll="lib/win32/OpenAL32.dll"
win32-ext-dll="lib/win32/openalext.dll"
}
#Autogenerated section for android platform support. Deleting these two comment
#lines will cause the extension builder to re-output this section.
#Include the extension's jar file during deployment
deployments
{
android-so="lib/android/libopenalext.so"
}
#Autogenerated section for iphone platform support. Deleting these two comment
#lines will cause the extension builder to re-output this section.
deployments
{
#iphone-link-opts="-framework X" #Use this to bring in any additional link options needed
iphone-link-lib="openalext"
iphone-link-libdir="lib/iphone"
}