aboutsummaryrefslogtreecommitdiff
path: root/windows/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'windows/Makefile')
-rw-r--r--windows/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/Makefile b/windows/Makefile
index ba89fccae..68de66a07 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -56,4 +56,10 @@ endif
LIB += -lws2_32
+# List of sources for qstr extraction
+SRC_QSTR += $(SRC_C)
+# Append any auto-generated sources that are needed by sources listed in
+# SRC_QSTR
+SRC_QSTR_AUTO_DEPS +=
+
include ../py/mkrules.mk