summaryrefslogtreecommitdiff
path: root/src/build_all.cmd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-07-26 17:20:39 -0700
committerRob Mensching <rob@firegiant.com>2022-08-01 20:25:19 -0700
commita627ca9b720047e633a8fe72003ab9bee31006c5 (patch)
tree2bc8a924bb4141ab718e74d08f6459a0ffe8d573 /src/build_all.cmd
parent521eb3c9cf38823a2c4019abb85dc0b3200b92cb (diff)
downloadwix-a627ca9b720047e633a8fe72003ab9bee31006c5.tar.gz
wix-a627ca9b720047e633a8fe72003ab9bee31006c5.tar.bz2
wix-a627ca9b720047e633a8fe72003ab9bee31006c5.zip
Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
Diffstat (limited to 'src/build_all.cmd')
-rw-r--r--src/build_all.cmd8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build_all.cmd b/src/build_all.cmd
index 60502cdc..ce1c08f0 100644
--- a/src/build_all.cmd
+++ b/src/build_all.cmd
@@ -44,14 +44,14 @@ call burn\burn.cmd %_C% || exit /b
44call wix\wix.cmd %_C% || exit /b 44call wix\wix.cmd %_C% || exit /b
45 45
46 46
47:: ext 47:: tools
48 48
49call ext\ext.cmd %_C% || exit /b 49call tools\tools.cmd %_C% || exit /b
50 50
51 51
52:: tools 52:: ext
53 53
54call tools\tools.cmd %_C% || exit /b 54call ext\ext.cmd %_C% || exit /b
55 55
56 56
57:: integration tests 57:: integration tests