1
0
forked from GitHub/gf-core

Only create gf.wxs when build MSI package, to avoid including it in binary dists.

This commit is contained in:
bringert
2005-05-19 19:19:10 +00:00
parent b6028484a6
commit 9843884512
3 changed files with 8 additions and 5 deletions

View File

@@ -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