[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Invalid Preprocessor directive: #include FT_FREETYPE_H
From: |
ccube |
Subject: |
Re: [ft-devel] Invalid Preprocessor directive: #include FT_FREETYPE_H |
Date: |
Sun, 7 Dec 2008 13:41:34 -0800 (PST) |
Werner LEMBERG wrote:
>
>> I got the paths with
>> `freetype-config --cflags' and `freetype-config --libs'
>>
>> Then I added them to my Eclipse Project options.
>> Is this the wrong way to do? How is the correct one?
>
> 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
>
>
> _______________________________________________
> Freetype-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/freetype-devel
>
>
Ok, thats clear! ;)
Thank you
--
View this message in context:
http://www.nabble.com/Invalid-Preprocessor-directive%3A--include-FT_FREETYPE_H-tp19778956p20886305.html
Sent from the Freetype - Dev mailing list archive at Nabble.com.