wmaker: Remove prototype for unused get_right_position_on_screen function.
[wmaker-crm.git] / doc / get-wings-flags.1
blob2ddd8b80e11550aeed93716a62f3430876959ff4
1 .TH "get-wings-flags" "1" "22 March 2005"
2 .SH "NAME"
3 \fBget-wings-flags\fP \- output libWINGs compiler and linker flags (deprecated)
4 .PP
5 .SH "SYNOPSIS"
6 .B pkg-config
7 WINGs
8 .I \-\-cflags
9 .br
10 .B pkg-config
11 WINGs
12 .I \-\-libs
13 .SH "DESCRIPTION"
14 \fBget-wings-flags\fP used to provide the compilation and link flags for programs that use
15 the \fIWINGs\fP library, before \fBpkg-config\fP became the universal way to handle these
16 developer configurations. The script is now deprecated and you should use instead:
17 .TP
18 .BR pkg-config " WINGs \fI\-\-cflags\fP"
19 to get the flags for the compiler
20 .TP
21 .BR pkg-config " WINGs \fI\-\-libs\fP"
22 to get the flags for the linker
23 .SH "IMPORTANT NOTE"
24 As with every deprecated stuff, the script \fBget-wings-flags\fR will be removed soon,
25 so you should update your script quickly while you know about it.
26 .SH "AUTHOR"
27 get-wings-flags is part of Window Maker, which was written by
28 Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
29 with contributions from many people around the Internet.
30 .PP
31 This man page was written by Frederik Schueler <fschueler@gmx.net> for the
32 Debian GNU/Linux system (but may be used by others).