Skip to content

simple_variant_dir example does not build on Windows #9

@mwichmann

Description

@mwichmann

It's too naiive about the games you have to play

lib /nologo /OUT:build\chocolate\liba\a.lib build\chocolate\liba\lib.obj
link /nologo /OUT:build\chocolate\app\app.exe /LIBPATH:build\chocolate\liba a.lib build\chocolate\app\app.obj
app.obj : error LNK2019: unresolved external symbol __imp_add referenced in function main
build\chocolate\app\app.exe : fatal error LNK1120: 1 unresolved externals
scons: *** [build\chocolate\app\app.exe] Error 1120

Works fine on Linux/gcc.

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