aboutsummaryrefslogtreecommitdiff
path: root/src/build_all.cmd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-07-14 15:19:53 -0700
committerRob Mensching <rob@firegiant.com>2022-07-14 16:02:24 -0700
commit229242cf7c328b89b5aa65ed7a04e33c8b93b393 (patch)
treede0a9547e73e46490b0946d6850228d5b30258b8 /src/build_all.cmd
parentf46ca6a9dce91607ffc9855270dd6998216e1a8b (diff)
downloadwix-229242cf7c328b89b5aa65ed7a04e33c8b93b393.tar.gz
wix-229242cf7c328b89b5aa65ed7a04e33c8b93b393.tar.bz2
wix-229242cf7c328b89b5aa65ed7a04e33c8b93b393.zip
Rename "samples" segment to "tools"
This segment is a bit of a "miscellaneous section" in the WiX repo. As such it has been difficult to name. I originally eschewed the name "tools" because what is in the "wix" segment was once called "tools". However, now that wix.exe is firmly established as the entry point for WiX operations, I've become comfortable with its segment being named "wix". That meant "tools" was again available and "tools" better describes the content of this section.
Diffstat (limited to 'src/build_all.cmd')
-rw-r--r--src/build_all.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build_all.cmd b/src/build_all.cmd
index 59cecf2b..60502cdc 100644
--- a/src/build_all.cmd
+++ b/src/build_all.cmd
@@ -49,9 +49,9 @@ call wix\wix.cmd %_C% || exit /b
49call ext\ext.cmd %_C% || exit /b 49call ext\ext.cmd %_C% || exit /b
50 50
51 51
52:: samples 52:: tools
53 53
54call samples\samples.cmd %_C% || exit /b 54call tools\tools.cmd %_C% || exit /b
55 55
56 56
57:: integration tests 57:: integration tests