1get-wings-flags(1) General Commands Manual get-wings-flags(1)
2
3
4
6 get-wings-flags - output libWINGs compiler and linker flags (depre‐
7 cated)
8
10 pkg-config WINGs --cflags
11 pkg-config WINGs --libs
12
14 get-wings-flags used to provide the compilation and link flags for pro‐
15 grams that use the WINGs library, before pkg-config became the univer‐
16 sal way to handle these developer configurations. The script is now
17 deprecated and you should use instead:
18
19 pkg-config WINGs --cflags
20 to get the flags for the compiler
21
22 pkg-config WINGs --libs
23 to get the flags for the linker
24
26 As with every deprecated stuff, the script get-wings-flags will be
27 removed soon, so you should update your script quickly while you know
28 about it.
29
31 get-wings-flags is part of Window Maker, which was written by Alfredo
32 K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@window‐
33 maker.info>, with contributions from many people around the Internet.
34
35 This man page was written by Frederik Schueler <fschueler@gmx.net> for
36 the Debian GNU/Linux system (but may be used by others).
37
38
39
40 22 March 2005 get-wings-flags(1)