comparison loader/Makefile @ 21290:efc774a1e5a4

fix compilation for win32 dll codec support for intel osx
author nplourde
date Mon, 27 Nov 2006 02:44:06 +0000
parents 92b122592776
children 6b6d7fd5a00d
comparison
equal deleted inserted replaced
21289:fdd55cd8eb2a 21290:efc774a1e5a4
6 #CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT 6 #CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT
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 wrapper.S 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
15 ifneq ($(TARGET_OS),Darwin)
16 SRCS+= wrapper.S
12 endif 17 endif
13 18
14 SRCS+= dshow/DS_AudioDecoder.c \ 19 SRCS+= dshow/DS_AudioDecoder.c \
15 dshow/DS_Filter.c \ 20 dshow/DS_Filter.c \
16 dshow/DS_VideoDecoder.c \ 21 dshow/DS_VideoDecoder.c \