diff Gui/gui.mak @ 1866:32b1bb50a0e8

some bug fix, and add decoration item to skin conffile. faszom(C)
author pontscho
date Fri, 07 Sep 2001 21:04:14 +0000
parents c65abbc91c5c
children d21f8afc7680
line wrap: on
line diff
--- a/Gui/gui.mak	Fri Sep 07 20:43:37 2001 +0000
+++ b/Gui/gui.mak	Fri Sep 07 21:04:14 2001 +0000
@@ -6,6 +6,6 @@
 	     $(MPLAYERDIR)psignal.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
+SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c language.c error.c
 OBJS = $(SRCS:.c=.o)