Directive: Resources

The 'resources' directive tells the compiler whether or not to output an empty resource section.

Syntax:

"resources" ( "true" | "false" ) ";"

If "true", an empty resource section is output to the executable file. Else, it's not. The resource section will make it possible for the programmer to add resources as icons and bitmaps to the PE file after the compilation.