[svn] / branches / dev-api-4 / xvidcore / vfw / bin / Makefile Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/vfw/bin/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1303, Fri Jan 2 23:24:49 2004 UTC revision 1395, Wed Mar 31 19:10:24 2004 UTC
# Line 9  Line 9 
9  # Requires GNU Make because of shell expansion performed at a bad time with  # Requires GNU Make because of shell expansion performed at a bad time with
10  # other make programs (even using := variable assignments)  # other make programs (even using := variable assignments)
11  #  #
12  # $Id: Makefile,v 1.1.2.3 2004-01-02 23:24:49 edgomez Exp $  # $Id: Makefile,v 1.1.2.4 2004-03-31 19:10:24 edgomez Exp $
13  ##############################################################################  ##############################################################################
14    
15  include sources.inc  include sources.inc
# Line 43  Line 43 
43  # Compiler flags for linking stage  # Compiler flags for linking stage
44  ##############################################################################  ##############################################################################
45    
46  LDFLAGS += -L$(LOCAL_XVID_BUILDTREE)  # LDFLAGS +=
47    
48  ##############################################################################  ##############################################################################
49  # Rules  # Rules
# Line 85  Line 85 
85                          -mno-cygwin -shared -Wl,-dll,--out-implib,$@.a,--enable-stdcall-fixup \                          -mno-cygwin -shared -Wl,-dll,--out-implib,$@.a,--enable-stdcall-fixup \
86                          -o $@ \                          -o $@ \
87                          $(OBJECTS) driverproc.def \                          $(OBJECTS) driverproc.def \
88                          -lxvidcore -lgdi32 -lwinmm -lcomdlg32 -lcomctl32                          -lgdi32 -lwinmm -lcomdlg32 -lcomctl32
89    
90  clean:  clean:
91          @echo "  Cl: Object files and target lib"          @echo "  Cl: Object files and target lib"

Legend:
Removed from v.1303  
changed lines
  Added in v.1395

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4