comparison osdep/Makefile @ 25101:10a3f5b4ee20

Rename timer-lx.c --> timer-linux.c.
author diego
date Wed, 21 Nov 2007 09:25:10 +0000
parents 56aa4200a492
children a5dd78186fdc
comparison
equal deleted inserted replaced
25100:531116b7693d 25101:10a3f5b4ee20
12 SRCS_COMMON-$(NEED_STRSEP) += strsep.c 12 SRCS_COMMON-$(NEED_STRSEP) += strsep.c
13 SRCS_COMMON-$(NEED_SWAB) += swab.c 13 SRCS_COMMON-$(NEED_SWAB) += swab.c
14 SRCS_COMMON-$(NEED_VSSCANF) += vsscanf.c 14 SRCS_COMMON-$(NEED_VSSCANF) += vsscanf.c
15 15
16 getch = getch2.c 16 getch = getch2.c
17 timer = timer-lx.c 17 timer = timer-linux.c
18 ifeq ($(TARGET_WIN32),yes) 18 ifeq ($(TARGET_WIN32),yes)
19 timer = timer-win2.c 19 timer = timer-win2.c
20 endif 20 endif
21 ifeq ($(TARGET_OS),Darwin) 21 ifeq ($(TARGET_OS),Darwin)
22 timer = timer-darwin.c 22 timer = timer-darwin.c