summaryrefslogtreecommitdiffstats
path: root/Gui/gui.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/gui.mak')
-rw-r--r--Gui/gui.mak11
1 files changed, 11 insertions, 0 deletions
diff --git a/Gui/gui.mak b/Gui/gui.mak
new file mode 100644
index 0000000000..7895c9236f
--- /dev/null
+++ b/Gui/gui.mak
@@ -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)
+