IncludeModule c/wxwidgets ;
Applies settings to the specified TARGET, allowing it to build a wxWidgets-enabled project.
| TARGET | The target to assign the wxWidgets settings to. TARGET is optional if rule ActiveProject PROJECT has been specified. | |
| COMPONENTS | The wxWidgets components to link in. Example: base core adv aui html. | |
| OPTIONS | (optional) The following options are available: |
linklibs- When linking the executable or DLL, this option sets up the wxWidgets link settings, including the appropriate linking of prebuilt libraries.shared- Use this option when wxWidgets is to be used as a shared library. The default is to statically link the wxWidgets libraries.
C.UseWxWidgets SimpleWx : base core adv aui html : linklibs ;