Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Problem with duplicate filename posix.c in Visual Studio #330

Closed
@Jopie64

Description

@Jopie64

Visual studio has problems with duplicate filenames. In this case posix.c. They are both needed (the win32 version and the normal version) and generate the same output file when they're both in the same project. I can work around it, but it is not nice in Visual Studio. You have to make win32/posix.c compile to another directory. It can also be solved by putting an ugly #include "../posix.c" in the win32/posix.c version and leave the other posix.c out. The best way imho however is to rename the win32/posix.c file.

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