project64/Android/copySource.xml

44 lines
1.3 KiB
XML
Raw Normal View History

2016-06-09 09:46:46 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project name="Copy C++ Source" default="Copy C++ Source" basedir=".">
<target name="Copy C++ Source">
<copy todir="./jni/3rdParty/7zip/">
<fileset dir="../Source/3rdParty/7zip"/>
</copy>
<copy todir="./jni/3rdParty/png/">
<fileset dir="../Source/3rdParty/png"/>
</copy>
<copy todir="./jni/3rdParty/zlib/">
<fileset dir="../Source/3rdParty/zlib"/>
</copy>
<copy todir="./jni/Common/">
<fileset dir="../Source/Common"/>
</copy>
<copy todir="./jni/Glide64/">
<fileset dir="../Source/Glide64"/>
</copy>
<copy todir="./jni/GlideHQ/">
<fileset dir="../Source/GlideHQ"/>
</copy>
<copy todir="./jni/Glitch64/">
<fileset dir="../Source/Glitch64"/>
</copy>
<copy todir="./jni/PluginAudio/">
<fileset dir="../Source/Android/PluginAudio"/>
</copy>
<copy todir="./jni/PluginInput/">
<fileset dir="../Source/Android/PluginInput"/>
</copy>
<copy todir="./jni/PluginRSP/">
<fileset dir="../Source/Android/PluginRSP"/>
</copy>
<copy todir="./jni/Project64-bridge/">
<fileset dir="../Source/Android/Bridge"/>
</copy>
<copy todir="./jni/Project64-core/">
<fileset dir="../Source/Project64-core"/>
</copy>
<copy todir="./jni/Settings/">
<fileset dir="../Source/Settings"/>
</copy>
</target>
</project>