Hi all,
Thank you for your answers i sorted this out with :
import type ;
type.register KENGIN_PLUG : : SHARED_LIB ;
type.set-generated-target-suffix KENGIN_PLUG : : ken ;
it created automatically a target rule called : kengin-plug that i used to build my plugins
Thank you everybody :)
Hi Jeremy.Just a little detail... I believe the first line here should be:
The important lines:
import type : change-generated-target-suffix
type.change-generated-target-suffix SHARED_LIB : : extension ;
import type ;
The semicolon is missing and the change-generated-target-suffix rule naming is not needed here since you always call it with its type. prefix.
Best regards,
Jurko Gospodnetiæ
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build