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.


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to