mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 08:02:51 -06:00
Added Eclipse project stuff for the GWT library. Some refactoring of the GWT code.
This commit is contained in:
@@ -10,7 +10,10 @@ gwt:
|
||||
gwt/Translate-compile
|
||||
|
||||
gf-gwt.jar:
|
||||
mkdir -p gwt/bin/se/chalmers/cs/gf/gwt/client
|
||||
javac -classpath $(GWT_CLASSPATH) -sourcepath gwt/src -d gwt/bin gwt/src/se/chalmers/cs/gf/gwt/client/*.java
|
||||
jar -cf $@ -C gwt/src se
|
||||
jar -uf $@ -C gwt/bin se
|
||||
cp $@ ../../lib/java
|
||||
|
||||
food.pgf:
|
||||
|
||||
Reference in New Issue
Block a user