-
-
Notifications
You must be signed in to change notification settings - Fork 620
resoptions
starkos edited this page Apr 10, 2021
·
7 revisions
This wiki is no longer being maintained.
Passes arguments directly to the resource compiler command line without translation.
resoptions { "options" }
options
is a list of resource compiler flags and options, specific to a particular compiler.
Project configurations.
Premake 4.0 or later.
Use pkg-config
style configuration when building on Linux with GCC. Build options are always compiler specific and should be targeted to a particular toolset.
configuration { "linux", "gmake" }
resoptions { "`wx-config --cxxflags`", "-ansi", "-pedantic" }