comparison osdep/Makefile @ 17245:44c24de55f9d

- move our setenv() fallback implementation to osdep - assert that the override param is nonzero (zero is not implemented) - correct return value type to int based on a patch by Diego fixes bugzilla bug #342
author al
date Mon, 26 Dec 2005 03:16:48 +0000
parents 578e8b4c3e7f
children ce1ba8fd57e7
comparison
equal deleted inserted replaced
17244:70120627f0b9 17245:44c24de55f9d
2 include ../config.mak 2 include ../config.mak
3 3
4 LIBNAME = libosdep.a 4 LIBNAME = libosdep.a
5 5
6 SRCS= shmem.c strsep.c strl.c vsscanf.c scandir.c gettimeofday.c fseeko.c \ 6 SRCS= shmem.c strsep.c strl.c vsscanf.c scandir.c gettimeofday.c fseeko.c \
7 swab.c 7 swab.c setenv.c
8 # timer.c 8 # timer.c
9 9
10 getch = getch2.c 10 getch = getch2.c
11 timer = timer-lx.c 11 timer = timer-lx.c
12 ifeq ($(MACOSX_FINDER_SUPPORT),yes) 12 ifeq ($(MACOSX_FINDER_SUPPORT),yes)