From 289a6db298a0234ac59a7ac1129abb4dde1db6c8 Mon Sep 17 00:00:00 2001 From: Endolf Date: Wed, 9 May 2018 18:55:55 +0100 Subject: [PATCH] First commit for windows --- plugins/windows/build.xml | 66 +++-------------- plugins/windows/pom.xml | 66 +++++++++++++++++ plugins/windows/src/native/build.xml.mingw | 82 ---------------------- 3 files changed, 76 insertions(+), 138 deletions(-) create mode 100644 plugins/windows/pom.xml delete mode 100644 plugins/windows/src/native/build.xml.mingw diff --git a/plugins/windows/build.xml b/plugins/windows/build.xml index a10d7cb..7023215 100644 --- a/plugins/windows/build.xml +++ b/plugins/windows/build.xml @@ -1,25 +1,12 @@ - + - - - - - + + - - - - - - - - - - - - + + @@ -28,14 +15,14 @@ - + - - + + - + @@ -46,41 +33,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/windows/pom.xml b/plugins/windows/pom.xml new file mode 100644 index 0000000..782e25f --- /dev/null +++ b/plugins/windows/pom.xml @@ -0,0 +1,66 @@ + + 4.0.0 + windows-plugin + jar + JInput - Windows Plugin + + + net.java.jinput + plugins + 2.0.8-SNAPSHOT + ../ + + + + + net.java.jinput + coreapi + ${project.version} + + + + + + + maven-source-plugin + + + maven-javadoc-plugin + + + maven-antrun-plugin + + + compile + + + + + + + run + + + + + + maven-jar-plugin + + + package + + jar + + + ${project.build.directory}/natives + natives-windows + + *.dll + + + + + + + + \ No newline at end of file diff --git a/plugins/windows/src/native/build.xml.mingw b/plugins/windows/src/native/build.xml.mingw deleted file mode 100644 index 4250be7..0000000 --- a/plugins/windows/src/native/build.xml.mingw +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -