[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.1.2.2, Sun Nov 2 19:56:42 2003 UTC revision 1.1.2.3, Fri Jan 2 23:24:49 2004 UTC
# Line 32  Line 32 
32  ##############################################################################  ##############################################################################
33    
34  CFLAGS += -Wall  CFLAGS += -Wall
35  CFLAGS += -O1  CFLAGS += -O2
36  CFLAGS += -fstrength-reduce  CFLAGS += -fstrength-reduce
37  CFLAGS += -finline-functions  CFLAGS += -finline-functions
38  CFLAGS += -fgcse  CFLAGS += -fgcse
# Line 40  Line 40 
40  CFLAGS += -ffast-math  CFLAGS += -ffast-math
41    
42  ##############################################################################  ##############################################################################
43    # Compiler flags for linking stage
44    ##############################################################################
45    
46    LDFLAGS += -L$(LOCAL_XVID_BUILDTREE)
47    
48    ##############################################################################
49  # Rules  # Rules
50  ##############################################################################  ##############################################################################
51    
# Line 75  Line 81 
81          @echo "  L: $(@F)"          @echo "  L: $(@F)"
82          @cp $(SRC_DIR)/driverproc.def $(BUILD_DIR)/driverproc.def          @cp $(SRC_DIR)/driverproc.def $(BUILD_DIR)/driverproc.def
83          @cd $(BUILD_DIR) && \          @cd $(BUILD_DIR) && \
84                  $(CC) -mno-cygwin -shared -Wl,-dll,--out-implib,$@.a,--enable-stdcall-fixup \                  $(CC) $(LDFLAGS) \
85                            -mno-cygwin -shared -Wl,-dll,--out-implib,$@.a,--enable-stdcall-fixup \
86                          -o $@ \                          -o $@ \
87                          $(OBJECTS) driverproc.def $(LOCAL_XVID_BUILDTREE)/libxvidcore.a \                          $(OBJECTS) driverproc.def \
88                          -lgdi32 -lwinmm -lcomdlg32 -lcomctl32                          -lxvidcore -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.1.2.2  
changed lines
  Added in v.1.1.2.3

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