summaryrefslogtreecommitdiff
path: root/src/ui/gwt/Translate-compile.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/gwt/Translate-compile.bat')
-rw-r--r--src/ui/gwt/Translate-compile.bat9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ui/gwt/Translate-compile.bat b/src/ui/gwt/Translate-compile.bat
deleted file mode 100644
index df3ee9389..000000000
--- a/src/ui/gwt/Translate-compile.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-@echo off
-
-set APPDIR=.
-set GWT_DIR=c:\gwt-windows-1.5.2
-set GWT_CLASSPATH="%GWT_DIR%\gwt-user.jar;%GWT_DIR%\gwt-dev-windows.jar"
-
-set LIBS=%APPDIR%\lib\gwt-dnd-2.5.6.jar
-
-java %GWT_JAVA_OPTS% -Xmx256M -cp "%APPDIR%\src;%APPDIR%\bin;%LIBS%;%GWT_CLASSPATH%" com.google.gwt.dev.GWTCompiler -out "%APPDIR%\www\translate" se.chalmers.cs.gf.gwt.TranslateApp