mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
add Fridge-compile.bat
This commit is contained in:
9
src/server/gwt/Fridge-compile.bat
Normal file
9
src/server/gwt/Fridge-compile.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@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\fridge" se.chalmers.cs.gf.gwt.FridgeApp
|
||||
Reference in New Issue
Block a user