dlang / dub

Package and build management system for D
MIT License
661 stars 227 forks source link

Resource files are completely ignored #2914

Closed ZILtoid1991 closed 2 weeks ago

ZILtoid1991 commented 3 weeks ago

System information

Bug Description

Resource files are not touched, and if there's a typo in their path, it won't generate any issues.

Note: I couldn't have the chance to test it with the compiler alone, could be a regression on that part too.

How to reproduce?

dflags "resources.res" platform="windows"

This line in an SDL file would add a resource file dependency, but it does nothing. Adding a typo to the filename intentionally won't alter any behavior.

Expected Behavior

Includes the resource file in the executable, or generates an error message if the file couldn't be found.

Logs

Does not print anything unusual whether I include the said line or not.

ZILtoid1991 commented 2 weeks ago

Resolved, issue was created by completely unrelated thing on my part