summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/loader/Makefile b/loader/Makefile
index e3c71248a6..1ab373dc93 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -5,11 +5,9 @@ LIBNAME_COMMON = libloader.a
#CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT
SRCS_COMMON = driver.c afl.c vfl.c
-ifneq ($(TARGET_WIN32),yes)
-SRCS_COMMON += ldt_keeper.c pe_image.c module.c ext.c win32.c \
+SRCS_COMMON-$(WIN32_EMULATION) += ldt_keeper.c pe_image.c module.c ext.c win32.c \
pe_resource.c resource.c registry.c elfdll.c
SRCS_COMMON-$(QTX_EMULATION) += wrapper.S
-endif
SRCS_COMMON += dshow/DS_AudioDecoder.c \
dshow/DS_Filter.c \