diff loader/Makefile @ 26116:5306b54354c4

Move decision about whether or not to compile wrapper.S to configure.
author diego
date Mon, 03 Mar 2008 17:51:36 +0000
parents 3eedbd7321ea
children 60496a1d9e98
line wrap: on
line diff
--- a/loader/Makefile	Mon Mar 03 17:50:25 2008 +0000
+++ b/loader/Makefile	Mon Mar 03 17:51:36 2008 +0000
@@ -8,10 +8,7 @@
 ifneq ($(TARGET_WIN32),yes)
 SRCS_COMMON += ldt_keeper.c pe_image.c module.c ext.c win32.c \
                pe_resource.c resource.c registry.c elfdll.c
-# QTX emulation is not supported in Darwin
-ifneq ($(TARGET_OS),Darwin)
-SRCS_COMMON += wrapper.S
-endif
+SRCS_COMMON-$(QTX_EMULATION) += wrapper.S
 endif
 
 SRCS_COMMON += dshow/DS_AudioDecoder.c \