[MPlayer-cvslog] r21233 - trunk/Gui/Makefile
diego
subversion at mplayerhq.hu
Sat Nov 25 18:16:21 CET 2006
Author: diego
Date: Sat Nov 25 18:16:21 2006
New Revision: 21233
Modified:
trunk/Gui/Makefile
Log:
simplify
Modified: trunk/Gui/Makefile
==============================================================================
--- trunk/Gui/Makefile (original)
+++ trunk/Gui/Makefile Sat Nov 25 18:16:21 2006
@@ -2,9 +2,7 @@
LIBNAME = libgui.a
-INCDIR = -I. -I.. -I../loader -I./wm -I./skin
-
-CFLAGS = $(INCDIR) $(OPTFLAGS)
+CFLAGS = -I. -I.. -I../loader -I./wm -I./skin $(OPTFLAGS)
#CFLAGS += -DDEBUG
ifeq ($(TARGET_WIN32),yes)
@@ -55,7 +53,7 @@
$(LIBNAME): $(OBJS)
rm -f $(LIBNAME)
- $(AR) rc $(LIBNAME) $(OBJS) $(MPLAYEROBJS)
+ $(AR) rc $(LIBNAME) $(OBJS)
$(RANLIB) $(LIBNAME)
all: $(LIBNAME)
More information about the MPlayer-cvslog
mailing list