Skip to content

build static mode, but use /md option in winbuild #254

Closed
@tryy

Description

@tryy

MakefileBuild.vc line 239

Runtime library configuration

!IF "$(RTLIBCFG)"=="static"
RTLIB = /MT
RTLIB_DEBUG = /MTd
!ELSE
RTLIB = /MD
RTLIB_DEBUG = /MDd
!ENDIF

RTLIBCFG is not exist.
it's look like a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions