changeset 21315:410a59bd1897

wrapper.S should be compiled on non-Darwin, non-Windows systems.
author diego
date Mon, 27 Nov 2006 16:47:27 +0000
parents 4b2e5a74a2eb
children c07ce830b435
files loader/Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/Makefile	Mon Nov 27 16:21:10 2006 +0000
+++ b/loader/Makefile	Mon Nov 27 16:47:27 2006 +0000
@@ -9,12 +9,11 @@
 ifneq ($(TARGET_WIN32),yes)
 SRCS+= ldt_keeper.c pe_image.c module.c ext.c win32.c \
        pe_resource.c resource.c registry.c elfdll.c stubs.S
-endif
-
 # QTX emulation is not supported in Darwin
 ifneq ($(TARGET_OS),Darwin)
 SRCS+= wrapper.S
 endif
+endif
 
 SRCS+= dshow/DS_AudioDecoder.c \
        dshow/DS_Filter.c \