link_ATK.xcpjh
//////////////////// ATK //////////////////////
/*
The GNOME ATK, a developer toolkit, allows programmers to use common GNOME accessibility features
in their applications. This includes such features as high-contrast visual themes for the
visually impaired and keyboard behaviour modifiers (e.g. sticky keys) for those with diminished
motor control.
*/
@if (IsWindowsPlatform)
{
+cpp("Win32")
{
/I "$(GTKPLUS_WIN32_INCLUDE)/atk-1.0"
}
+cpp("x64")
{
/I "$(GTKPLUS_WIN64_INCLUDE)/atk-1.0"
}
+link("Win32")
{
"$(GTKPLUS_WIN32_LIB)/libatk-1.0-0.lib"
}
+link("x64")
{
"$(GTKPLUS_WIN64_LIB)/libatk-1.0-0.lib"
}
}