view Gui/gui.mak @ 1718:3df3982c2c36

Fix "echo -n" problems on solaris for the new GUI stuff. Add a config.mak define for mediaLib
author jkeil
date Mon, 27 Aug 2001 16:51:10 +0000
parents e8f61691814e
children c65abbc91c5c
line wrap: on
line source


SKINSRC = skin/skin.c skin/font.c skin/cut.c
SKINOBJ = skin/skin.o skin/font.o skin/cut.o

MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \
	     $(MPLAYERDIR)psignal.c $(MPLAYERDIR)mixer.c
MPLAYEROBJS = $(MPLAYERSRCS:.c=.o)

SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c config.c events.c timer.c language.c error.c
OBJS = $(SRCS:.c=.o)