I have the following project structure: ``` -> source ---> app.d -> libraylib.a -> raylib.dll -> etc... ```
I'd like to use either .a or .dll. Do you have any ideas?
Ki Rill via Digitalmars-d-learn Fri, 27 Aug 2021 06:28:51 -0700
I have the following project structure: ``` -> source ---> app.d -> libraylib.a -> raylib.dll -> etc... ```
I'd like to use either .a or .dll. Do you have any ideas?