| 1 | 256a257,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 ;
|
|---|
| 6 | 983a988,993
|
|---|
| 7 | >
|
|---|
| 8 | > if ! $(name)
|
|---|
| 9 | > {
|
|---|
| 10 | > name = [ determine-output-name $(sources) ] ;
|
|---|
| 11 | > }
|
|---|
| 12 | >
|
|---|
| 13 | 986,990d995
|
|---|
| 14 | < if ! $(name)
|
|---|
| 15 | < {
|
|---|
| 16 | < name = [ determine-output-name $(sources) ] ;
|
|---|
| 17 | < }
|
|---|
| 18 | <
|
|---|
| 19 | 993c998
|
|---|
| 20 | < [ class.new file-target $(name) : MANIFEST : $(project) : $(action) ] ] ;
|
|---|
| 21 | ---
|
|---|
| 22 | > [ class.new file-target $(name)".exe" : MANIFEST : $(project) : $(action) ] ] ;
|
|---|