38 lines
1.2 KiB
XML
38 lines
1.2 KiB
XML
<?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/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/Project64-video/">
|
|
<fileset dir="../Source/Project64-video"/>
|
|
</copy>
|
|
<copy todir="./jni/Settings/">
|
|
<fileset dir="../Source/Settings"/>
|
|
</copy>
|
|
</target>
|
|
</project> |