JamPlus manual
c/wxwidgets - C++ wxWidgets Rules
IncludeModule c/wxwidgets ;

List of Rules

Rules


rule C.UseWxWidgets TARGETS : COMPONENTS [ : OPTIONS ]

Applies settings to the specified TARGET, allowing it to build a wxWidgets-enabled project.

Parameters
TARGETThe target to assign the wxWidgets settings to. TARGET is optional if rule ActiveTarget TARGET has been specified.
COMPONENTSThe 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 ;