Compiling in windows resources (and DSSS)

Bill Baxter dnewsgroup at billbaxter.com
Sat Nov 17 13:53:59 PST 2007


What's the best way to compile in .ico and .rc stuff?
Does dmd on Windows do any of that for you?

I found that I could call  "rcc resources.rc" and then add the resulting 
.res file to the dmd command.  Is there a better way?

And for using DSSS how would I add that rc step?  Anything better than 
this?:

[main.d]
    prebuild = echo "Compiling resources..."; rcc main.rc
    buildflags += main.res


More information about the Digitalmars-d-learn mailing list