File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 361
361
'VCLinkerTool' : {
362
362
'SubSystem' : 1 , # /subsystem:console
363
363
},
364
+ 'VCManifestTool' : {
365
+ 'EmbedManifest' : 'true' ,
366
+ 'AdditionalManifestFiles' : 'src/res/node.exe.extra.manifest'
367
+ }
364
368
},
365
369
},
366
370
# generate ETW header and resource files
Original file line number Diff line number Diff line change
1
+ <?xml version =' 1.0' encoding =' UTF-8' standalone =' yes' ?>
2
+ <assembly xmlns =' urn:schemas-microsoft-com:asm.v1' manifestVersion =' 1.0' >
3
+ <compatibility xmlns =" urn:schemas-microsoft-com:compatibility.v1" >
4
+ <application >
5
+ <!-- Windows 8.1 -->
6
+ <supportedOS Id =" {1f676c76-80e1-4239-95bb-83d0f6d0da78}" />
7
+ <!-- Windows 8 -->
8
+ <supportedOS Id =" {4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
9
+ <!-- Windows 7 -->
10
+ <supportedOS Id =" {35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
11
+ <!-- Windows Vista -->
12
+ <supportedOS Id =" {e2011457-1546-43c5-a5fe-008deee3d3f0}" />
13
+ </application >
14
+ </compatibility >
15
+ </assembly >
You can’t perform that action at this time.
0 commit comments