diff options
author | Bob Arnson <bob@firegiant.com> | 2021-07-11 17:16:48 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-07-17 20:39:11 -0400 |
commit | 5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90 (patch) | |
tree | 32c2d63cfb0a6c94307d58d93efc2d61e9a0dc30 /src/api/burn/balutil | |
parent | b452e816019d35aba71693bfc8826a8a52df457c (diff) | |
download | wix-5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90.tar.gz wix-5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90.tar.bz2 wix-5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90.zip |
Build api segment via traversal projects.
79s -> 21s on my octocore machine.
Diffstat (limited to 'src/api/burn/balutil')
-rw-r--r-- | src/api/burn/balutil/balutil.nuspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/burn/balutil/balutil.nuspec b/src/api/burn/balutil/balutil.nuspec index 82509140..2474b2ea 100644 --- a/src/api/burn/balutil/balutil.nuspec +++ b/src/api/burn/balutil/balutil.nuspec | |||
@@ -20,11 +20,11 @@ | |||
20 | <files> | 20 | <files> |
21 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 21 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
22 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 22 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
23 | <!-- <file src="..\..\v140\x86\balutil.lib" target="build\native\v140\x86" /> | 23 | <file src="..\..\v140\x86\balutil.lib" target="build\native\v140\x86" /> |
24 | <file src="..\..\v140\x64\balutil.lib" target="build\native\v140\x64" /> | 24 | <file src="..\..\v140\x64\balutil.lib" target="build\native\v140\x64" /> |
25 | <file src="..\..\v141\x86\balutil.lib" target="build\native\v141\x86" /> | 25 | <file src="..\..\v141\x86\balutil.lib" target="build\native\v141\x86" /> |
26 | <file src="..\..\v141\x64\balutil.lib" target="build\native\v141\x64" /> | 26 | <file src="..\..\v141\x64\balutil.lib" target="build\native\v141\x64" /> |
27 | <file src="..\..\v141\ARM64\balutil.lib" target="build\native\v141\ARM64" /> --> | 27 | <file src="..\..\v141\ARM64\balutil.lib" target="build\native\v141\ARM64" /> |
28 | <file src="..\..\v142\x86\balutil.lib" target="build\native\v142\x86" /> | 28 | <file src="..\..\v142\x86\balutil.lib" target="build\native\v142\x86" /> |
29 | <file src="..\..\v142\x64\balutil.lib" target="build\native\v142\x64" /> | 29 | <file src="..\..\v142\x64\balutil.lib" target="build\native\v142\x64" /> |
30 | <file src="..\..\v142\ARM64\balutil.lib" target="build\native\v142\ARM64" /> | 30 | <file src="..\..\v142\ARM64\balutil.lib" target="build\native\v142\ARM64" /> |