Update build

This commit is contained in:
Joshua Granick
2014-06-05 22:37:09 -07:00
parent 46413b74a5
commit d1679525e9
10 changed files with 26 additions and 29 deletions

21
.gitmodules vendored
View File

@@ -1,21 +1,18 @@
[submodule "project/lib/vorbis"]
path = project/lib/vorbis
url = https://github.com/openfl/libvorbis
url = https://github.com/openfl/native-vorbis
[submodule "project/lib/sdl"]
path = project/lib/sdl
url = https://github.com/openfl/libsdl
url = https://github.com/openfl/native-sdl
[submodule "project/lib/openal"]
path = project/lib/al/
url = https://github.com/openfl/libal
path = project/lib/openal/
url = https://github.com/openfl/native-openal
[submodule "project/lib/curl"]
path = project/lib/curl
url = https://github.com/openfl/libcurl
url = https://github.com/openfl/native-curl
[submodule "project/lib/ogg"]
path = project/lib/ogg
url = https://github.com/openfl/libogg
[submodule "project/lib/z"]
path = project/lib/z
url = https://github.com/openfl/libz
[submodule "project/lib/al"]
path = project/lib/al
url = https://github.com/openfl/libal
url = https://github.com/openfl/native-ogg
[submodule "project/lib/zlib"]
path = project/lib/zlib
url = https://github.com/openfl/native-zlib

View File

@@ -16,28 +16,28 @@
<set name="LIME_VORBIS" value="1" />
<set name="LIME_ZLIB" value="1" />
<set name="OUT_DIR" value="../ndll" unless="OUT_DIR" />
<set name="LIB_PREFIX" value="lib" unless="LIB_PREFIX" />
<set name="OUTPUT_DIR" value="../ndll" unless="OUTPUT_DIR" />
<set name="NATIVE_LIB_PATH" value="lib" unless="NATIVE_LIB_PATH" />
<set name="LIBCURL_SSL" value="1" />
<include name="lib/al/include.xml" />
<include name="lib/curl/include.xml" />
<include name="lib/ogg/include.xml" />
<include name="lib/openal/include.xml" />
<include name="lib/sdl/include.xml" />
<include name="lib/vorbis/include.xml" />
<include name="lib/z/include.xml" />
<include name="lib/zlib/include.xml" />
<target id="lime" output="${LIBPREFIX}lime${MSVC_LIB_VERSION}${DEBUGEXTRA}${LIBEXTRA}" tool="linker" toolid="${STD_MODULE_LINK}">
<outdir name="${OUT_DIR}/${BINDIR}" />
<outdir name="${OUTPUT_DIR}/${BINDIR}" />
<files id="libal" if="LIME_OPENAL" unless="mac || iphone" />
<files id="libcurl" if="LIME_CURL" />
<files id="libogg" if="LIME_OGG" />
<files id="libsdl" if="LIME_SDL" />
<files id="libvorbis" if="LIME_VORBIS" />
<files id="libz" if="LIME_ZLIB" />
<files id="native-curl" if="LIME_CURL" />
<files id="native-ogg" if="LIME_OGG" />
<files id="native-openal" if="LIME_OPENAL" unless="mac || iphone" />
<files id="native-sdl" if="LIME_SDL" />
<files id="native-vorbis" if="LIME_VORBIS" />
<files id="native-zlib" if="LIME_ZLIB" />
<section unless="static_link">

Submodule project/lib/al deleted from bdb8d26fae

1
project/lib/openal Submodule

Submodule project/lib/openal added at 70448f8abe

Submodule project/lib/z deleted from f3a6fc3f47

1
project/lib/zlib Submodule

Submodule project/lib/zlib added at 5b65f3300c