i am trying to compile my project into a single executable and am having trouble getting nim to find my dlls which is inside the bin folder located in the root directory of the project nim c --app:gui --verbosity:0 --hints:off src/main.nim I'm not sure which flag to use to make nim find my dlls but the way i did it in my bat file was through the set command. Anyone know which flags i'm supposed to use for including directories so nim can find these dlls?