diff Gui/gui.mak @ 1693:d237c5d4b216

GUI version n-1
author arpi
date Sat, 25 Aug 2001 21:04:29 +0000
parents
children e8f61691814e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Gui/gui.mak	Sat Aug 25 21:04:29 2001 +0000
@@ -0,0 +1,11 @@
+
+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 shmem.c
+OBJS = $(SRCS:.c=.o)
+