Ticket #212: msvc.manifest.diff

File msvc.manifest.diff, 725 bytes (added by alexeypa@…, 17 years ago)

A patch that is fixing both problems.

Line 
1256a257,260
2>
3> # Make sure that manifest will be generated even if there is no
4> # dependencies to put there.
5> toolset.flags $(toolset).link LINKFLAGS $(conditions)/<embed-manifest>off : /MANIFEST ;
6983a988,993
7>
8> if ! $(name)
9> {
10> name = [ determine-output-name $(sources) ] ;
11> }
12>
13986,990d995
14< if ! $(name)
15< {
16< name = [ determine-output-name $(sources) ] ;
17< }
18<
19993c998
20< [ class.new file-target $(name) : MANIFEST : $(project) : $(action) ] ] ;
21---
22> [ class.new file-target $(name)".exe" : MANIFEST : $(project) : $(action) ] ] ;