SDK: Add Android OpenAL Soft to project libraries
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10629 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
7885dc516e
commit
4d1e3dc9b5
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
To change this template, choose Tools | Templates
|
||||||
|
and open the template in the editor.
|
||||||
|
-->
|
||||||
|
<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd">
|
||||||
|
<library version="1.0">
|
||||||
|
<name>android-openal-soft</name>
|
||||||
|
<type>j2se</type>
|
||||||
|
<localizing-bundle>com.jme3.gde.android.Bundle</localizing-bundle>
|
||||||
|
<volume>
|
||||||
|
<type>classpath</type>
|
||||||
|
<resource>jar:nbinst://com.jme3.gde.project.libraries/libs/jME3-openal-soft-natives-android.jar!/</resource>
|
||||||
|
</volume>
|
||||||
|
<volume>
|
||||||
|
<type>src</type>
|
||||||
|
</volume>
|
||||||
|
<volume>
|
||||||
|
<type>javadoc</type>
|
||||||
|
</volume>
|
||||||
|
</library>
|
@ -5,6 +5,7 @@
|
|||||||
<folder name="Libraries">
|
<folder name="Libraries">
|
||||||
<file name="jme3.xml" url="jme3.xml"/>
|
<file name="jme3.xml" url="jme3.xml"/>
|
||||||
<file name="android-base.xml" url="android-base.xml"/>
|
<file name="android-base.xml" url="android-base.xml"/>
|
||||||
|
<file name="android-openal-soft.xml" url="android-openal-soft.xml"/>
|
||||||
<file name="ios-base.xml" url="ios-base.xml"/>
|
<file name="ios-base.xml" url="ios-base.xml"/>
|
||||||
</folder>
|
</folder>
|
||||||
</folder>
|
</folder>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user