From 98669ebdce48b454e5582242053a88fe5abcd766 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 3 Mar 2008 18:12:05 +0000 Subject: Move decision about whether or not to compile Windows emulation infrastructure to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26149 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'loader') diff --git a/loader/Makefile b/loader/Makefile index e3c71248a6..1ab373dc93 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -5,11 +5,9 @@ LIBNAME_COMMON = libloader.a #CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT SRCS_COMMON = driver.c afl.c vfl.c -ifneq ($(TARGET_WIN32),yes) -SRCS_COMMON += ldt_keeper.c pe_image.c module.c ext.c win32.c \ +SRCS_COMMON-$(WIN32_EMULATION) += ldt_keeper.c pe_image.c module.c ext.c win32.c \ pe_resource.c resource.c registry.c elfdll.c SRCS_COMMON-$(QTX_EMULATION) += wrapper.S -endif SRCS_COMMON += dshow/DS_AudioDecoder.c \ dshow/DS_Filter.c \ -- cgit v1.2.3