summaryrefslogtreecommitdiffstats
path: root/tools/wixl/wixl-heat.vala
Commit message (Collapse)AuthorAgeFilesLines
* wixl-heat: fix wix close tag when no component groups are specified.Alex Tsay2015-03-101-1/+1
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=745913 for details.
* Revert "wixl-heat: generate stable dir id"Marc-André Lureau2014-11-031-2/+1
| | | | | | | This reverts commit afc18dcd98d5a67d21ef237c25221a71b01df1b2. Stable dir id will conflict with different libraries/components, it's a bad idea.
* Add option to make packages win64-awareFabiano Fidêncio2014-10-301-2/+7
| | | | | For this, each component should have Win64="$(var.Win64)", what can be added by passing --win64 option to wixl-heat
* wixl-heat: ignore prefix for component id generationMarc-André Lureau2013-11-081-1/+1
|
* wixl-heat: generate stable dir idMarc-André Lureau2013-11-081-1/+2
|
* wixl: remove gio-unix dependencyPaolo Bonzini2013-01-181-1/+1
| | | | | It is not available under Windows, but it can be easily implemented using Posix.read.
* tools: add wixl-heatMarc-André Lureau2013-01-111-0/+129
A tool to generate WiX fragments