~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to VMs/iPad/source/unix/plugins/FT2Plugin/FT2PluginHeaderFix-ikp.1.cs

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'From Squeak3.10.2 of ''5 June 2008'' [latest update: #7179] on 2 April 2010 at 7:58:47 am'!
 
 
b'"Change Set:\t\tFT2PluginHeaderFix-ikp'
 
 
b'Date:\t\t\t2 April 2010'
 
 
b'Author:\t\t\tIan Piumarta'
 
 
b'freetype-config -cflags adds /usr/include/freetype2 to include paths under which exists freetype/tttables.h so we need to use the two-level relative path when including that file."!'
 
 
b"!FT2Plugin class methodsFor: 'translation' stamp: 'ikp 4/2/2010 07:55'!"
 
 
b'declareCVarsIn: cg'
 
 
b"\tcg addHeaderFile: '<ft2build.h>'."
 
 
b"\tcg addHeaderFile: '<freetype/tttables.h>'."
 
 
b"\tcg addHeaderFile: 'FT_FREETYPE_H'."
 
 
b"\tcg addHeaderFile: 'FT_OUTLINE_H'."
 
 
b"\tcg var: 'library' declareC: 'FT_Library library'."
 
 
b"\tcg var: 'errorCode' type: 'int'.! !"
 
 
b'\\ No newline at end of file'