diff options
| author | bringert <unknown> | 2005-05-19 17:19:42 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-05-19 17:19:42 +0000 |
| commit | 138ac2dece6cbd62b93127ce87e630781ef0188a (patch) | |
| tree | 0b54e4b832b26f1b82c02ee5a99379b3b91343d3 /src/jgf.in | |
| parent | c2ac91bc1695d84b4eeb35c467f4c9ac0bea8327 (diff) | |
Clean target now works in cygwin. Quoted paths to java executables to handle spaces in paths. Include more files in the MSI package. Disable readline automatically on GHC 6.4 for Windows.
Diffstat (limited to 'src/jgf.in')
| -rw-r--r-- | src/jgf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jgf.in b/src/jgf.in index 4bd2c24f8..b82e1fd73 100644 --- a/src/jgf.in +++ b/src/jgf.in @@ -5,7 +5,7 @@ exec_prefix=@exec_prefix@ GF_BIN_DIR=@bindir@ GF_DATA_DIR=@datadir@/GF-@PACKAGE_VERSION@ -JAVA=@JAVA@ +JAVA="@JAVA@" GF=$GF_BIN_DIR/gf JARFILE=$GF_DATA_DIR/gf-java.jar |
