mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.fixed for direct-only linked in Ubuntu Natty
git-svn-id: svn://ultimatepp.org/upp/trunk@3239 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f52545f7ae
commit
8cfbeffadc
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ library((LINUX | BSD) & !NOGTK) "gtk-x11-2.0 gdk-x11-2.0 atk-1.0 gdk_pixbuf-2
|
|||
|
||||
library(WIN32 !MSC8ARM) "user32 gdi32";
|
||||
|
||||
library(LINUX) X11;
|
||||
library(LINUX) "X11 Xrender";
|
||||
|
||||
library(LINUX) dl;
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "Draw/init"
|
||||
#include "plugin\bmp/init"
|
||||
#include "RichText/init"
|
||||
#define BLITZ_INDEX__ F3BBFAB3909DFB32184956956979C20C6
|
||||
#define BLITZ_INDEX__ FF2E697D09CAB165CC7C8FC4FA48DCC3C
|
||||
#include "CtrlCore.icpp"
|
||||
#undef BLITZ_INDEX__
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ uses
|
|||
|
||||
library(WIN32 !MSC8ARM) "user32 gdi32";
|
||||
|
||||
library(LINUX) dl;
|
||||
library(LINUX) "dl freetype";
|
||||
|
||||
library(BSD !XLFD) "fontconfig freetype expat";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue