@@ -35,11 +35,8 @@ solution("qor")
35
35
" GLEW" ,
36
36
" assimp" ,
37
37
" freeimage" ,
38
- " openal" ,
39
- " alut" ,
40
- " ogg" ,
41
- " vorbis" ,
42
- " vorbisfile" ,
38
+ " portaudio" ,
39
+ " sndfile" ,
43
40
" boost_system" ,
44
41
" boost_filesystem" ,
45
42
" boost_coroutine" ,
@@ -103,10 +100,6 @@ solution("qor")
103
100
" GLEW32" ,
104
101
" assimp" ,
105
102
" freeimage" ,
106
- " alut" ,
107
- " libogg" ,
108
- " libvorbis" ,
109
- " libvorbisfile" ,
110
103
" boost_system-vc140-mt-1_61" ,
111
104
" boost_thread-vc140-mt-1_61" ,
112
105
" boost_python-vc140-mt-1_61" ,
@@ -137,7 +130,7 @@ solution("qor")
137
130
" c:/gtkmm/include/cairomm" ,
138
131
" c:/gtkmm/include" ,
139
132
" c:/local/boost_1_61_0" ,
140
- " c:/Program Files (x86)/OpenAL 1.1 SDK/include" ,
133
+ -- "c:/Program Files (x86)/OpenAL 1.1 SDK/include",
141
134
" c:/msvc/include" ,
142
135
}
143
136
configuration { " windows" , " Debug" }
@@ -146,7 +139,7 @@ solution("qor")
146
139
}
147
140
configuration { " windows" }
148
141
libdirs {
149
- " c:/Program Files (x86)/OpenAL 1.1 SDK/libs/Win32" ,
142
+ -- "c:/Program Files (x86)/OpenAL 1.1 SDK/libs/Win32",
150
143
" c:/msvc/lib32" ,
151
144
" c:/gtkmm/lib" ,
152
145
" c:/local/boost_1_61_0/lib32-msvc-14.0" ,
@@ -177,7 +170,9 @@ solution("qor")
177
170
" Qor/**.h" ,
178
171
" Qor/**.cpp" ,
179
172
" lib/kit/**.h" ,
180
- " lib/kit/**.cpp"
173
+ " lib/kit/**.cpp" ,
174
+ " lib/coal/**.h" ,
175
+ " lib/coal/**.cpp" ,
181
176
}
182
177
183
178
-- Exluding Files
@@ -186,6 +181,7 @@ solution("qor")
186
181
" Qor/scripts/**" ,
187
182
" Qor/addons/**" ,
188
183
" lib/kit/tests/**" ,
184
+ " lib/coal/tests/**" ,
189
185
" lib/kit/toys/**"
190
186
}
191
187
0 commit comments