comparison Gui/gui.mak @ 1706:e8f61691814e

shmem.c removed
author arpi
date Sun, 26 Aug 2001 19:54:37 +0000
parents d237c5d4b216
children c65abbc91c5c
comparison
equal deleted inserted replaced
1705:b3d87a57b6f4 1706:e8f61691814e
4 4
5 MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \ 5 MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \
6 $(MPLAYERDIR)psignal.c $(MPLAYERDIR)mixer.c 6 $(MPLAYERDIR)psignal.c $(MPLAYERDIR)mixer.c
7 MPLAYEROBJS = $(MPLAYERSRCS:.c=.o) 7 MPLAYEROBJS = $(MPLAYERSRCS:.c=.o)
8 8
9 SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c config.c events.c timer.c language.c error.c shmem.c 9 SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c config.c events.c timer.c language.c error.c
10 OBJS = $(SRCS:.c=.o) 10 OBJS = $(SRCS:.c=.o)
11 11