mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Changes to allow compilation of cairo on mingw32 platform.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/cairo_for_windows@35204 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
87d7367142
commit
03560c1c39
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,6 @@ ifeq ($(BUILD_SERVER),x11)
|
|||
endif
|
||||
else
|
||||
ifeq ($(BUILD_GRAPHICS),cairo)
|
||||
ADDITIONAL_INCLUDE_DIRS += -I/mingw/include -I/mingw/include/freetype2 -I/mingw/include/freetype2/freetype -I/mingw/include/cairo
|
||||
ADDITIONAL_LIB_DIRS += -L/mingw/lib
|
||||
ifeq ($(WITH_GLITZ),yes)
|
||||
cairo_OBJC_FILES += Win32CairoGlitzSurface.m
|
||||
else
|
||||
|
@ -65,3 +63,5 @@ include $(GNUSTEP_MAKEFILES)/subproject.make
|
|||
|
||||
-include GNUmakefile.postamble
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS += -I/mingw/include -I/mingw/include/freetype2 -I/mingw/include/freetype2/freetype -I/mingw/include/cairo
|
||||
ADDITIONAL_LIB_DIRS += -L/mingw/lib
|
||||
|
|
Loading…
Reference in a new issue