2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Only do manifest generation for python modules

[SVN r29194]
This commit is contained in:
Dave Abrahams
2005-05-25 19:18:13 +00:00
parent 6b1d811f50
commit b02c3921b0

View File

@@ -129,7 +129,7 @@ rule Link-action ( target implib ? : sources + : target-type ? )
{
with-command-file vc-Link $(<) : $(sources) $(NEEDLIBS) ;
if $(target-type) != LIB
if $(target-type) = PYD
{
MANIFEST on $(target) = $(VC_MANIFEST) ;
OUTPUTRESOURCE on $(target) = $(VC_OUTPUTRESOURCE) ;