summaryrefslogtreecommitdiff
path: root/DBusViewer.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 /DBusViewer.bat
parent9587624b311ca4fd272dea4415c57192dc469f2d (diff)
add windows files
Diffstat (limited to 'DBusViewer.bat')
-rw-r--r--DBusViewer.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/DBusViewer.bat b/DBusViewer.bat
new file mode 100644
index 0000000..853b590
--- /dev/null
+++ b/DBusViewer.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-viewer.jar org.freedesktop.dbus.viewer.DBusViewer %*
+
+endlocal