Refactor the sources

This commit is contained in:
Endolf 2018-05-09 20:38:48 +01:00
parent c71f96a708
commit 682ebbaf69
46 changed files with 5 additions and 12 deletions

View file

@ -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>

View file

@ -43,7 +43,7 @@
<phase>compile</phase>
<configuration>
<target>
<ant dir="." target="compile_native"/>
<ant dir="${project.build.sourceDirectory}/main/native"/>
</target>
</configuration>
<goals>

View file

@ -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}"/>