Index: pylib/gyp/generator/ninja.py |
=================================================================== |
--- pylib/gyp/generator/ninja.py (revision 1457) |
+++ pylib/gyp/generator/ninja.py (working copy) |
@@ -1393,7 +1393,7 @@ |
description='IDL $in', |
command=('%s gyp-win-tool midl-wrapper $arch $outdir ' |
'$tlb $h $dlldata $iid $proxy $in ' |
- '$defines $includes $idlflags' % sys.executable)) |
+ '$idlflags' % sys.executable)) |
master_ninja.rule( |
'rc', |
description='RC $in', |