freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Invalid Preprocessor directive: #include FT_FREETYPE_H


From: RustyBucket
Subject: Re: [ft-devel] Invalid Preprocessor directive: #include FT_FREETYPE_H
Date: Wed, 6 Oct 2010 16:27:59 -0700 (PDT)



Werner LEMBERG wrote:
> 
> It is the correct way; I only mean that you shouldn't add the values
> manually but use code like this within your makefile:
> 
>   freetype_cflags = `freetype-config --cflags`
>   freetype_libs = `freetype-config --libs`
> 
>   CFLAGS += $freetype_cflags
>   LDFLAGS += $freetype_libs
> 
> 
>     Werner
> 

Guys, I am compiling on a Windows system (Win 7)
I just figured out that freetype-config(.in) is in the unix folder.

Is there something different I have to do to get this working ?
Thanks
-- 
View this message in context: 
http://old.nabble.com/Invalid-Preprocessor-directive%3A--include-FT_FREETYPE_H-tp19778956p29901782.html
Sent from the Freetype - Dev mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]