mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlCore: fixed falgs
git-svn-id: svn://ultimatepp.org/upp/trunk@6877 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3528c91056
commit
3b87b84e8a
1 changed files with 5 additions and 5 deletions
|
|
@ -7,29 +7,29 @@ uses
|
|||
|
||||
library(WIN32 !MSC8ARM) "advapi32 comdlg32 comctl32";
|
||||
|
||||
library((LINUX | BSD) & !NOGTK & !RAINBOW & !GTK3) "gtk-x11-2.0 gdk-x11-2.0 atk-1.0 gdk_pixbuf-2.0 m pangocairo-1.0 fontconfig Xext Xrender Xinerama Xi Xrandr Xcursor Xfixes pango-1.0 cairo X11 gobject-2.0 gmodule-2.0 glib-2.0";
|
||||
library((LINUX | BSD) & !NOGTK & !RAINBOW & !GTK3 & GUI) "gtk-x11-2.0 gdk-x11-2.0 atk-1.0 gdk_pixbuf-2.0 m pangocairo-1.0 fontconfig Xext Xrender Xinerama Xi Xrandr Xcursor Xfixes pango-1.0 cairo X11 gobject-2.0 gmodule-2.0 glib-2.0";
|
||||
|
||||
library((LINUX | BSD) & GTK3) "gtk-3.0 gdk-3.0 atk-1.0 gdk_3.0 m pangocairo-1.0 fontconfig Xext Xrender Xinerama Xi Xrandr Xcursor Xfixes pango-1.0 cairo X11 gobject-2.0 gmodule-2.0 glib-2.0";
|
||||
|
||||
library(WIN32 !MSC8ARM) "user32 gdi32";
|
||||
|
||||
library(LINUX !RAINBOW) "X11 Xrender Xinerama";
|
||||
library(LINUX !RAINBOW GUI) "X11 Xrender Xinerama";
|
||||
|
||||
library(LINUX !RAINBOW) dl;
|
||||
|
||||
library(LINUX !XLFD !RAINBOW) Xft;
|
||||
library(LINUX !XLFD !RAINBOW GUI) Xft;
|
||||
|
||||
library(BSD !RAINBOW) "X11 Xau Xdmcp";
|
||||
|
||||
library(BSD !XLFD !RAINBOW) "Xft fontconfig Xrender freetype expat";
|
||||
|
||||
library(LINUX !XLFD !SHARED !RAINBOW) "fontconfig Xrender freetype";
|
||||
library(LINUX !XLFD !SHARED !RAINBOW GUI) "fontconfig Xrender freetype";
|
||||
|
||||
library(OSX11) "X11 Xft fontconfig Xrender freetype expat";
|
||||
|
||||
library(FREEBSD) xcb;
|
||||
|
||||
library(POSIX !NOGTK !RAINBOW) notify;
|
||||
library(POSIX !NOGTK !RAINBOW GUI) notify;
|
||||
|
||||
file
|
||||
Core readonly separator,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue