Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3931 → Rev 3959

/programs/develop/libraries/pixman/Makefile
5,7 → 5,7
CFLAGS = -U_Win32 -U_WIN32 -U__MINGW32__ -c -O2 -Wall -Winline -fomit-frame-pointer
 
LD = ld
LDFLAGS = -shared -s -nostdlib -T ../newlib/dll.lds --entry _DllStartup --image-base=0 --out-implib $(LIBRARY).dll.a
LDFLAGS = -shared -s -nostdlib -T ../newlib/dll.lds --entry _DllStartup --image-base=0 --out-implib lib$(LIBRARY).dll.a
 
STRIP = $(PREFIX)strip
 
15,6 → 15,7
 
LIBS:= -ldll -lc.dll -lgcc
 
#DEFINES = -DHAVE_CONFIG_H -DPIXMAN_NO_TLS
DEFINES = -DHAVE_CONFIG_H
 
 
/programs/develop/libraries/pixman/config.h
35,7 → 35,7
/* #undef HAVE_LIBPIXMAN_1 */
 
/* Whether we have libpng */
/* #undef HAVE_LIBPNG */
#define HAVE_LIBPNG 1
 
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
117,7 → 117,7
#define TLS __thread
 
/* Whether the tool chain supports __attribute__((constructor)) */
#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR /**/
//#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR /**/
 
/* use ARM IWMMXT compiler intrinsics */
/* #undef USE_ARM_IWMMXT */