comparison osdep/Makefile @ 21473:6e03eb6af0b7

Move the generation of osdep/mplayer-rc.o back to the top-level Makefile, having it as a part of osdep/libosdep.a is not enough. based on a patch by Zuxy Meng, zuxy.meng gmail com
author diego
date Mon, 04 Dec 2006 11:59:23 +0000
parents ef59ac68c9b6
children 936209c39ed1
comparison
equal deleted inserted replaced
21472:b52664db931c 21473:6e03eb6af0b7
13 swab.c \ 13 swab.c \
14 setenv.c \ 14 setenv.c \
15 mmap_anon.c \ 15 mmap_anon.c \
16 16
17 SRCS-$(MACOSX_FINDER_SUPPORT) += macosx_finder_args.c 17 SRCS-$(MACOSX_FINDER_SUPPORT) += macosx_finder_args.c
18 SRCS-$(TARGET_WIN32) += mplayer-rc.c
19 18
20 getch = getch2.c 19 getch = getch2.c
21 timer = timer-lx.c 20 timer = timer-lx.c
22 ifeq ($(TARGET_WIN32),yes) 21 ifeq ($(TARGET_WIN32),yes)
23 timer = timer-win2.c 22 timer = timer-win2.c