mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Forgotten record in src/server/Makefile.
This commit is contained in:
@@ -6,10 +6,14 @@ pgf.fcgi:
|
|||||||
cabal install
|
cabal install
|
||||||
cp dist/build/pgf.fcgi/pgf.fcgi .
|
cp dist/build/pgf.fcgi/pgf.fcgi .
|
||||||
|
|
||||||
gwt:
|
gwt-translate:
|
||||||
chmod a+x gwt/Translate-compile
|
chmod a+x gwt/Translate-compile
|
||||||
gwt/Translate-compile
|
gwt/Translate-compile
|
||||||
|
|
||||||
|
gwt-fridge:
|
||||||
|
chmod a+x gwt/Fridge-compile
|
||||||
|
gwt/Fridge-compile
|
||||||
|
|
||||||
gf-gwt.jar:
|
gf-gwt.jar:
|
||||||
mkdir -p gwt/bin/se/chalmers/cs/gf/gwt/client
|
mkdir -p gwt/bin/se/chalmers/cs/gf/gwt/client
|
||||||
javac -classpath "$(GWT_CLASSPATH)" -sourcepath gwt/src gwt/src/se/chalmers/cs/gf/gwt/client/*.java
|
javac -classpath "$(GWT_CLASSPATH)" -sourcepath gwt/src gwt/src/se/chalmers/cs/gf/gwt/client/*.java
|
||||||
|
|||||||
Reference in New Issue
Block a user