comparison loader/Makefile @ 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 6b6d7fd5a00d
children 06a0a4dbf1a0
comparison
equal deleted inserted replaced
21314:4b2e5a74a2eb 21315:410a59bd1897
7 7
8 SRCS= driver.c afl.c vfl.c 8 SRCS= driver.c afl.c vfl.c
9 ifneq ($(TARGET_WIN32),yes) 9 ifneq ($(TARGET_WIN32),yes)
10 SRCS+= ldt_keeper.c pe_image.c module.c ext.c win32.c \ 10 SRCS+= ldt_keeper.c pe_image.c module.c ext.c win32.c \
11 pe_resource.c resource.c registry.c elfdll.c stubs.S 11 pe_resource.c resource.c registry.c elfdll.c stubs.S
12 endif
13
14 # QTX emulation is not supported in Darwin 12 # QTX emulation is not supported in Darwin
15 ifneq ($(TARGET_OS),Darwin) 13 ifneq ($(TARGET_OS),Darwin)
16 SRCS+= wrapper.S 14 SRCS+= wrapper.S
15 endif
17 endif 16 endif
18 17
19 SRCS+= dshow/DS_AudioDecoder.c \ 18 SRCS+= dshow/DS_AudioDecoder.c \
20 dshow/DS_Filter.c \ 19 dshow/DS_Filter.c \
21 dshow/DS_VideoDecoder.c \ 20 dshow/DS_VideoDecoder.c \