From 5d2aa200e84bc233fe991a84d9b1413609858aaf Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 3 Mar 2008 18:15:35 +0000 Subject: cosmetics: prettyprinting and alphabetical order git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26150 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'loader') diff --git a/loader/Makefile b/loader/Makefile index 1ab373dc93..6aa6ac0646 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -5,9 +5,16 @@ LIBNAME_COMMON = libloader.a #CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT SRCS_COMMON = driver.c afl.c vfl.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 +SRCS_COMMON-$(QTX_EMULATION) += wrapper.S +SRCS_COMMON-$(WIN32_EMULATION) += elfdll.c \ + ext.c \ + ldt_keeper.c \ + module.c \ + pe_image.c \ + pe_resource.c \ + registry.c \ + resource.c \ + win32.c \ SRCS_COMMON += dshow/DS_AudioDecoder.c \ dshow/DS_Filter.c \ -- cgit v1.2.3