summaryrefslogtreecommitdiff
path: root/platform/win32/dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/win32/dummy.c')
-rw-r--r--platform/win32/dummy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/win32/dummy.c b/platform/win32/dummy.c
new file mode 100644
index 00000000..aa7866e7
--- /dev/null
+++ b/platform/win32/dummy.c
@@ -0,0 +1,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;