diff options
author | Rob Mensching <rob@firegiant.com> | 2022-10-12 22:01:55 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-10-14 20:13:50 -0700 |
commit | 07b3d459ea0a45cbef29b98d283edafbab26462a (patch) | |
tree | 1e834882038ba3862f8acb7b60e7a4bfaef793fd /devbuild.cmd | |
parent | 5567239a9411aac769a34f2c65b80a523a577ad7 (diff) | |
download | wix-07b3d459ea0a45cbef29b98d283edafbab26462a.tar.gz wix-07b3d459ea0a45cbef29b98d283edafbab26462a.tar.bz2 wix-07b3d459ea0a45cbef29b98d283edafbab26462a.zip |
Normalize ToolsetTask implementation to call wix.exe and heat.exe
Share the ToolsetTask implementation that can find .NET Core and
.NET Framework with multiple architectures.
Fixes 6951
Diffstat (limited to 'devbuild.cmd')
-rw-r--r-- | devbuild.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devbuild.cmd b/devbuild.cmd index 06239807..d27822da 100644 --- a/devbuild.cmd +++ b/devbuild.cmd | |||
@@ -12,7 +12,7 @@ if not "%1"=="" shift & goto parse_args | |||
12 | if not "%_INCREMENTAL%"=="1" call src\clean.cmd | 12 | if not "%_INCREMENTAL%"=="1" call src\clean.cmd |
13 | if not "%_CLEAN%"=="" goto end | 13 | if not "%_CLEAN%"=="" goto end |
14 | 14 | ||
15 | src\build_all.cmd %_C% | 15 | call src\build_all.cmd %_C% |
16 | 16 | ||
17 | :end | 17 | :end |
18 | popd | 18 | popd |