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@35203 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7f0d4cea82
commit
87d7367142
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ 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
|
||||
|
|
Loading…
Reference in a new issue