-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy paths3eWwise.mkf
97 lines (83 loc) · 3.12 KB
/
s3eWwise.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Subproject file for extension s3eWwise.
#
# Include this subproject in your App to enable access to the s3eWwise 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/s3eWwise"
includepath h
files
{
(h)
s3eWwise.h
["Wwise"]
(h/AK/SoundEngine/Common)
AkTypes.h
["interface"]
(interface)
s3eWwise_interface.cpp
s3eWwise.defines.txt
}
defines
{
WWISE_AK_ROOM_VERB_PLUGIN
WWISE_AK_VORBIS_PLUGIN
WWISE_AK_COMPRESSOR_PLUGIN
WWISE_AK_PEAK_LIMITER_PLUGIN
WWISE_AK_METER_PLUGIN
WWISE_AK_SILENCE_PLUGIN
}
if {{ not defined IW_MKF_IWCRT}}
subproject iwutil
#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 AudioToolbox -framework CoreAudio" #Use this to bring in any additional link options needed
iphone-link-libdir="lib/iphone"
iphone-link-libdir="Wwise/Wwise_v2014.1.1_build_5179/SDK-Apple/iOS"
iphone-link-lib="s3eWwise"
iphone-link-lib="AkMusicEngine"
iphone-link-lib="AkSoundEngine"
iphone-link-lib="AkMemoryMgr"
iphone-link-lib="AkStreamMgr"
iphone-link-lib="CommunicationCentral"
}
if {{defined WWISE_AK_AAC_PLUGIN}} deployments { iphone-link-lib="AkAACDecoder" }
if {{defined WWISE_AK_ROOM_VERB_PLUGIN}} deployments { iphone-link-lib="AkRoomVerbFX" }
if {{defined WWISE_AK_VORBIS_PLUGIN}} deployments { iphone-link-lib="AkVorbisDecoder" }
if {{defined WWISE_AK_COMPRESSOR_PLUGIN}} deployments { iphone-link-lib="AkCompressorFX" }
if {{defined WWISE_AK_PEAK_LIMITER_PLUGIN}} deployments { iphone-link-lib="AkPeakLimiterFX" }
if {{defined WWISE_AK_METER_PLUGIN}} deployments { iphone-link-lib="AkMeterFX" }
if {{defined WWISE_AK_SILENCE_PLUGIN}} deployments { iphone-link-lib="AkSilenceSource" }
#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/s3eWwise.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/libs3eWwise.so"
}
#Autogenerated section for osx platform support. Deleting these two comment
#lines will cause the extension builder to re-output this section.
deployments
{
osx-ext-dll="lib/osx/libs3eWwise.dylib"
}
#Autogenerated section for wp8 platform support. Deleting these two comment
#lines will cause the extension builder to re-output this section.
#Include the extension's dll files during deployment
#Deploy script should look into subfolders (ARM|x86)/(Debug|Release) of that path
#Note that native extension .dll also has .winmd of the same name
deployments
{
wp8-ext-native-dll="lib/wp8/s3eWwiseExtension.dll"
}