summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorbringert <unknown>2005-05-19 19:19:10 +0000
committerbringert <unknown>2005-05-19 19:19:10 +0000
commit9843884512c599ac26d680e292f2b2608cb887ee (patch)
treef6c4acd440c42f110dae64f02d3efed53b8bf120 /src/Makefile
parentb6028484a6092a55ae6eb91683cceabb04d4af94 (diff)
Only create gf.wxs when build MSI package, to avoid including it in binary dists.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index b4dac0668..c167f2fd4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -204,7 +204,10 @@ grammar-dist:
$(TAR) -zcf $(GRAMMAR_DIST_DIR).tgz $(GRAMMAR_DIST_DIR)
rm -rf $(GRAMMAR_DIST_DIR)
-windows-msi:
+gf.wxs: config.status gf.wxs.in
+ ./config.status --file=$@
+
+windows-msi: gf.wxs
candle -nologo gf.wxs
light -nologo -o $(MSI_FILE) gf.wixobj