summaryrefslogtreecommitdiff
path: root/CreateInterface.bat
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2007-01-02 16:26:15 +0000
committerMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2007-01-02 16:26:15 +0000
commitd7d4105e5f21bd454e7b5a785493ea36f5f702aa (patch)
tree0bdded4df9c133577595f99d60c714ccab04dbae /CreateInterface.bat
parent9587624b311ca4fd272dea4415c57192dc469f2d (diff)
add windows files
Diffstat (limited to 'CreateInterface.bat')
-rw-r--r--CreateInterface.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/CreateInterface.bat b/CreateInterface.bat
new file mode 100644
index 0000000..8275e45
--- /dev/null
+++ b/CreateInterface.bat
@@ -0,0 +1,10 @@
+@echo off
+setlocal
+set debug=%DEBUG%
+set version=%VERSION%
+set jarpath=%WINJARPATH%
+set javaunixjarpath=%WINUNIXJARPATH%
+
+java -DVersion=%version% -cp %javaunixjarpath%debug-%debug%.jar;%javaunixjarpath%hexdump.jar;%jarpath%dbus.jar;%jarpath%dbus-bin.jar org.freedesktop.dbus.bin.CreateInterface %*
+
+endlocal