Skip to content

Releases: alex85k/wingetopt

Support Meson build system

07 Nov 11:56
effe6e2
Compare
Choose a tag to compare

Support for Meson build system has been added thanks to @nazar-pc

Support correct shared library creation

18 Oct 06:56
Compare
Choose a tag to compare

To build code with shared version of wingetopt, include

#define WINGETOPT_SHARED_LIB

or add -DWINGETOPT_SHARED_LIB to command line options.
In 99.9% cases using static wingetopt is better (nothing needs to be defined)