comparison loader/Makefile @ 26117:60496a1d9e98

Move decision about whether or not to compile Windows emulation infrastructure to configure.
author diego
date Mon, 03 Mar 2008 18:12:05 +0000
parents 5306b54354c4
children 468db9b6860c
comparison
equal deleted inserted replaced
26116:5306b54354c4 26117:60496a1d9e98
3 LIBNAME_COMMON = libloader.a 3 LIBNAME_COMMON = libloader.a
4 4
5 #CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT 5 #CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT
6 6
7 SRCS_COMMON = driver.c afl.c vfl.c 7 SRCS_COMMON = driver.c afl.c vfl.c
8 ifneq ($(TARGET_WIN32),yes) 8 SRCS_COMMON-$(WIN32_EMULATION) += ldt_keeper.c pe_image.c module.c ext.c win32.c \
9 SRCS_COMMON += ldt_keeper.c pe_image.c module.c ext.c win32.c \
10 pe_resource.c resource.c registry.c elfdll.c 9 pe_resource.c resource.c registry.c elfdll.c
11 SRCS_COMMON-$(QTX_EMULATION) += wrapper.S 10 SRCS_COMMON-$(QTX_EMULATION) += wrapper.S
12 endif
13 11
14 SRCS_COMMON += dshow/DS_AudioDecoder.c \ 12 SRCS_COMMON += dshow/DS_AudioDecoder.c \
15 dshow/DS_Filter.c \ 13 dshow/DS_Filter.c \
16 dshow/DS_VideoDecoder.c \ 14 dshow/DS_VideoDecoder.c \
17 dshow/allocator.c \ 15 dshow/allocator.c \