1TARGET gm_ft_font.dll
2
3//common config of all modules
4#include ".\module_base.mmp"
5
6//source
7SOURCEPATH ..\..\modules\ft_font
8SOURCE ft_font.c
9
10SYSTEMINCLUDE ..\..\extra_lib\include\freetype
11
12LIBRARY ezlib.lib
13STATICLIBRARY libfreetype.lib
14
15#if defined(GCCE)
16#else
17LIBRARY egcc.lib
18#endif
19