mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
uppsrc: Patches for MACOSX11
git-svn-id: svn://ultimatepp.org/upp/trunk@10750 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3b773562fe
commit
613ff4341e
3 changed files with 6 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ library(WIN32 !GUI !GNU !GCC) "ole32 oleaut32 oldnames";
|
|||
|
||||
library(LINUX !ANDROID) "pthread dl rt";
|
||||
|
||||
library(BSD) "pthread rt execinfo";
|
||||
library(BSD !OSX11) "pthread rt execinfo";
|
||||
|
||||
library(WIN32 !MSC8ARM) "advapi32 shell32 winmm mpr";
|
||||
|
||||
|
|
@ -23,6 +23,8 @@ library(MSC8ARM WIN32) "coredll.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib
|
|||
|
||||
library(!WIN32) z;
|
||||
|
||||
library(OSX11) pthread;
|
||||
|
||||
static_library(ANDROID) cpufeatures;
|
||||
|
||||
options(XGNU) -O0;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ library(BSD !XLFD !RAINBOW) "Xft fontconfig Xrender freetype expat";
|
|||
|
||||
library(LINUX !XLFD !SHARED !RAINBOW GUI) "fontconfig Xrender freetype";
|
||||
|
||||
library(OSX11) "X11 Xft fontconfig Xrender freetype expat";
|
||||
library(OSX11) "X11 Xft fontconfig Xrender Xinerama freetype expat";
|
||||
|
||||
library(FREEBSD | DRAGONFLY) xcb;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,10 @@ description "TheIDE - debuggers\377B";
|
|||
|
||||
uses
|
||||
ide\Common,
|
||||
plugin\ndisasm,
|
||||
HexView;
|
||||
|
||||
uses(WIN32) plugin\ndisasm;
|
||||
|
||||
library(WIN32 GCC) "dbghelp psapi";
|
||||
|
||||
file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue