Initial OpenAL bindings

This commit is contained in:
Joshua Granick
2014-07-12 14:04:51 -07:00
parent 7eef1e14ab
commit 836f5f36f8
7 changed files with 2103 additions and 1 deletions

View File

@@ -46,6 +46,13 @@
</section>
<section if="LIME_OPENAL">
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/" />
<file name="src/audio/OpenALBindings.cpp" />
</section>
<section if="LIME_OPENGL">
<file name="src/graphics/OpenGLBindings.cpp" />
@@ -99,6 +106,8 @@
<include name="lib/vorbis/files.xml" />
<include name="lib/zlib/files.xml" />
<set name="DEBUGEXTRA" value="-debug" if="fulldebug" />
<target id="lime" output="${LIBPREFIX}lime${MSVC_LIB_VERSION}${DEBUGEXTRA}${LIBEXTRA}" tool="linker" toolid="${STD_MODULE_LINK}">
<outdir name="${OUTPUT_DIR}/${BINDIR}" />

File diff suppressed because it is too large Load Diff