man get-wsound-flags () - get-wsound-flags - display compiler/linker flags to link with the wsound-library

NAME

get-wsound-flags - display compiler/linker flags to link with the wsound-library

SYNOPSIS

get-wsound-flags <[ --cflags ] [ --ldflags ] [ --libs]>

DESCRIPTION

get-wsound-flags is part of the WSoundTools for Window Maker that displays the compiler/linker flags that other sources can use to link against the wsound-library

OPTIONS

--cflags
shows some needed compiler flags to make sure the correct include paths are used when searching for header-files. It also specifies which type of audio-driver the soundserver was compiled with.
--ldflags
shows some needed linker flags to make sure library paths are used when searching for libraries to link against.
--libs
shows the needed dependency libraries to link other sources against the wsound-library. This is often used together with --ldflags.

SEE ALSO

AUTHOR

Pascal Hofstee <daeron@shadowmere.student.utwente.nl>