Skip to content

Create easy builds for windows #12

@avahe-kellenberger

Description

@avahe-kellenberger

https://ci.appveyor.com/project/grimfang4/sdl-gpu and https://github.com/grimfang4/sdl-gpu#building to build dynamic libs for the different platforms.

nim c -d:release -d:mingw --dynlibOverride:SDL2 --passL:-lSDL2 --dynlibOverride:SDL2_gpu --passL:-lSDL2_gpu --passL:-L. -o:platformer examples/platformer/platformer_example.nim would build the platformer example for windows, given that SDL2.dll and SDL2_gpu.dll were in the current directory.

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