16 Mar
2007
16 Mar
'07
8:28 p.m.
Author: diego Date: Sat Mar 17 01:28:30 2007 New Revision: 22658 Modified: trunk/TOOLS/netstream/Makefile Log: Simplify link command. Modified: trunk/TOOLS/netstream/Makefile ============================================================================== --- trunk/TOOLS/netstream/Makefile (original) +++ trunk/TOOLS/netstream/Makefile Sat Mar 17 01:28:30 2007 @@ -30,9 +30,8 @@ ifeq ($(TARGET_WIN32),yes) DEPS += $(MPROOT)/osdep/glob-win.o -lwsock32 endif -netstream: $(MPROOT)/libmpdemux/libmpdemux.a $(MPROOT)/stream/stream.a netstream.o - - $(CC) $(CFLAGS) netstream.o -o netstream $(DEPS) +netstream: $(DEPS) + $(CC) -o $@ netstream.o $^ clean: rm -f *.o *.a *~
6814
Age (days ago)
6814
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego