[cvs] / xvidcore / vfw / bin / Makefile Repository:
ViewVC logotype

Diff of /xvidcore/vfw/bin/Makefile

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

revision 1.2, Mon Mar 22 22:36:25 2004 UTC revision 1.4, Mon Apr 4 23:49:37 2005 UTC
# Line 2  Line 2 
2  #  #
3  # Makefile for XviD VFW driver  # Makefile for XviD VFW driver
4  #  #
5  # Author : ??? <cutka at szm.sk>  # Author : Milan Cutka <cutka at szm.sk>
6  # Modified by : Edouard Gomez <ed.gomez at free.fr>  # Modified by : Edouard Gomez <ed.gomez at free.fr>
7  #               Peter Ross <pross@xvid.org>  #               Peter Ross <pross@xvid.org>
8  #  #
# 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.1.2  
changed lines
  Added in v.1.4

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