-
-
Notifications
You must be signed in to change notification settings - Fork 640
resoptions
Jason Perkins edited this page Apr 14, 2015
·
7 revisions
Home > [Project API](Project API) > resoptions
The resoptions function passes arguments directly to the resource compiler command line without translation.
resoptions { "options" }If a project includes multiple calls to resoptions the lists are concatenated, in the order in which they appear in the script.
Solutions, projects, configurations
options is a list of resource compiler flags and options, specific to a particular compiler.
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" }