Introduced (SH)LINKTRAILFLAGS to mslink.py

Merged
#17 · Created  · Last updated

Merged pull request

Merged in karbazol/parts/linktrailflags (pull request #17)

c89d51a·Author: ·Closed by: ·2017-02-25

Description

In some cases there is a need to add some flags after object files in the link command line. As an example if you want to re-write some functions from libc you need to specify /MT flag and move libcmt.lib to the end of list of your libs and obj files to make sure linker picks your malloc and free functions instead of standard ones.

0 attachments

0 comments

Loading commits...