summaryrefslogtreecommitdiff
path: root/src/ext/ext.cmd
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2023-11-19 21:11:51 -0500
committerBob Arnson <github@bobs.org>2023-11-19 22:00:28 -0500
commite0a9ec5d3e02d2471d496d1a59c89cb963bd01d7 (patch)
tree45bf8bd6c0b4df44035c1237051aa81ad1917bb5 /src/ext/ext.cmd
parente5ed750c9fa3a9d4c1a91984a8917754b9432c64 (diff)
downloadwix-e0a9ec5d3e02d2471d496d1a59c89cb963bd01d7.tar.gz
wix-e0a9ec5d3e02d2471d496d1a59c89cb963bd01d7.tar.bz2
wix-e0a9ec5d3e02d2471d496d1a59c89cb963bd01d7.zip
Remove the deprecated DifxApp WiX extension.
Per https://wixtoolset.org/docs/releasenotes/#deprecations-and-deletions.
Diffstat (limited to 'src/ext/ext.cmd')
-rw-r--r--src/ext/ext.cmd3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ext/ext.cmd b/src/ext/ext.cmd
index 0429f542..8575b81e 100644
--- a/src/ext/ext.cmd
+++ b/src/ext/ext.cmd
@@ -28,9 +28,6 @@ call ComPlus\complus.cmd %_C% || exit /b
28:: Dependency 28:: Dependency
29call Dependency\dependency.cmd %_C% || exit /b 29call Dependency\dependency.cmd %_C% || exit /b
30 30
31:: DifxApp
32call DifxApp\difxapp.cmd %_C% || exit /b
33
34:: DirectX 31:: DirectX
35call DirectX\directx.cmd %_C% || exit /b 32call DirectX\directx.cmd %_C% || exit /b
36 33