blob: aa7866e784c7febff7cab5e4733d3a1d783f32a6 (
plain)
1
2
3
4
5
6
|
/* 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;
|