mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-05 06:25:47 +00:00
Refactor the sources
This commit is contained in:
parent
c71f96a708
commit
682ebbaf69
46 changed files with 5 additions and 12 deletions
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<project name="Direct Input Plugin" basedir=".">
|
||||
<target name="init">
|
||||
<mkdir dir="target/natives"/>
|
||||
</target>
|
||||
|
||||
<target name="compile_native" depends="init,create_jniheaders">
|
||||
<ant dir="src/native" target="compile"/>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<phase>compile</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<ant dir="." target="compile_native"/>
|
||||
<ant dir="${project.build.sourceDirectory}/main/native"/>
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@
|
|||
<property name="dxhome" location="${env.DXSDK_DIR}"/>
|
||||
<property name="sdkhome" location="${env.WindowsSdkDir}"/>
|
||||
|
||||
<target name="init">
|
||||
<mkdir dir="target/natives"/>
|
||||
</target>
|
||||
|
||||
<target name="compile_dir">
|
||||
<echo message="${compiledir}"/>
|
||||
<echo message="sdkhome: ${sdkhome}"/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue