aboutsummaryrefslogtreecommitdiffstats
path: root/tools/delete_includes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/delete_includes.py')
-rwxr-xr-xtools/delete_includes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/delete_includes.py b/tools/delete_includes.py
index 20cdf6f1dd..249b722668 100755
--- a/tools/delete_includes.py
+++ b/tools/delete_includes.py
@@ -41,7 +41,7 @@ if lastdir == 'tools':
# Make command depends upon platform.
if sys.platform.startswith('win'):
- default_make_command = ['nmake', '-f', 'Makefile.nmake']
+ default_make_command = ['msbuild', '/m', '/p:Configuration=RelWithDebInfo', 'Wireshark.sln']
else:
default_make_command = ['make']