7 lines
268 B
C
7 lines
268 B
C
|
/* We put the font object files in the 'AdditionalDependencies' list,
|
||
|
* but we need at least one C file to link the library.
|
||
|
* Since we need different object files for 32 and 64 bit builds,
|
||
|
* we can't just include them in the file list.
|
||
|
*/
|
||
|
int libresources_dummy;
|