| Commit message (Collapse) | Author | Files | Lines |
|
This change also cleans up the internal state handling of the preprocesor
to pass the processing state around rather than depend on "global state"
in member variables. This removes the need to "reset" the member
variables before preprocessing which is much cleaner.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using a single creator ensures definitions are shared and consistent
across the entire build.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes wixtoolset/issues#5865
|
|
|
|
|
|
...to support extracting cabinets to the root of the export directory
rather than requiring files in cabinets to be extracted to their own
directory.
|
|
|
|
Fixes wixtoolset/issues#2461.
|
|
Fixes wixtoolset/issues#2459.
|
|
|
|
|
|
|
|
|
|
This ensures that you can build a 64-bit package with 32-bit entities and not lose the "forced" 32-bit-ness in the decompiled output.
|
|
|
|
Fixes wixtoolset/issues#5896
|
|
|
|
|
|
|
|
|
|
|