forked from KolibriOS/kolibrios
cairo & pixman: update
git-svn-id: svn://kolibrios.org@1895 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
08a08faa58
commit
c95e572497
@ -1,11 +1,12 @@
|
|||||||
|
|
||||||
|
|
||||||
LIBRARY = cairo
|
LIBRARY = cairo
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
|
||||||
CFLAGS = -c -O2
|
CFLAGS = -c -O2 -fomit-frame-pointer
|
||||||
|
|
||||||
DEFINES = -DHAVE_CONFIG_H -U_WIN32 -DCAIRO_NO_MUTEX
|
DEFINES = -DHAVE_CONFIG_H -DCAIRO_NO_MUTEX -U_WIN32 -U_MSC_VER -U__WIN32__
|
||||||
|
|
||||||
INCLUDES = -I../pixman -I../newlib/include -I../newlib/include/sys
|
INCLUDES = -I../pixman -I../newlib/include -I../newlib/include/sys
|
||||||
|
|
||||||
@ -26,7 +27,6 @@ SOURCES = \
|
|||||||
cairo-clip.c \
|
cairo-clip.c \
|
||||||
cairo-color.c \
|
cairo-color.c \
|
||||||
cairo-composite-rectangles.c \
|
cairo-composite-rectangles.c \
|
||||||
cairo-debug.c \
|
|
||||||
cairo-device.c \
|
cairo-device.c \
|
||||||
cairo-fixed.c \
|
cairo-fixed.c \
|
||||||
cairo-font-face.c \
|
cairo-font-face.c \
|
||||||
|
@ -3,9 +3,9 @@ LIBRARY = pixman-1
|
|||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
|
||||||
CFLAGS = -c -O2 -mmmx -Winline
|
CFLAGS = -c -O2 -mmmx -Winline -fomit-frame-pointer
|
||||||
|
|
||||||
DEFINES = -DHAVE_CONFIG_H -DPACKAGE -DPIXMAN_NO_TLS -DUSE_MMX
|
DEFINES = -DHAVE_CONFIG_H -DPIXMAN_NO_TLS -DUSE_MMX
|
||||||
|
|
||||||
INCLUDES = -I../pixman -I../newlib/include
|
INCLUDES = -I../pixman -I../newlib/include
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
#define STDC_HEADERS 1
|
#define STDC_HEADERS 1
|
||||||
|
|
||||||
/* Whether the tool chain supports __thread */
|
/* Whether the tool chain supports __thread */
|
||||||
#define TOOLCHAIN_SUPPORTS__THREAD /**/
|
//#define TOOLCHAIN_SUPPORTS__THREAD /**/
|
||||||
|
|
||||||
/* use ARM NEON assembly optimizations */
|
/* use ARM NEON assembly optimizations */
|
||||||
/* #undef USE_ARM_NEON */
|
/* #undef USE_ARM_NEON */
|
||||||
@ -114,10 +114,10 @@
|
|||||||
#define USE_MMX 1
|
#define USE_MMX 1
|
||||||
|
|
||||||
/* use OpenMP in the test suite */
|
/* use OpenMP in the test suite */
|
||||||
#define USE_OPENMP 1
|
//#define USE_OPENMP 1
|
||||||
|
|
||||||
/* use SSE2 compiler intrinsics */
|
/* use SSE2 compiler intrinsics */
|
||||||
#define USE_SSE2 1
|
//#define USE_SSE2 1
|
||||||
|
|
||||||
/* use VMX compiler intrinsics */
|
/* use VMX compiler intrinsics */
|
||||||
/* #undef USE_VMX */
|
/* #undef USE_VMX */
|
||||||
|
Loading…
Reference in New Issue
Block a user