[svn] / branches / dev-api-3 / xvidcore / build / generic / Makefile.dj Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/build/generic/Makefile.dj

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

revision 630, Wed Nov 6 21:05:30 2002 UTC revision 631, Thu Nov 7 10:31:03 2002 UTC
# Line 11  Line 11 
11    
12    
13  CC = gcc  CC = gcc
14  CFLAGS = -Wall -DARCH_X86  CFLAGS = -Wall -DARCH_X86 -DBFRAMES
15  # CFLAGS += -funroll-loops -ffast-math -fstrict-aliasing -fomit-frame-pointer  # CFLAGS += -funroll-loops -ffast-math -fstrict-aliasing -fomit-frame-pointer
16  # CFLAGS += -fPIC  # CFLAGS += -fPIC
17  # CFLAGS += -m486  # CFLAGS += -m486
# Line 22  Line 22 
22  AS = nasm  AS = nasm
23  AFLAGS = -f coff -DPREFIX -DFORMAT_COFF  AFLAGS = -f coff -DPREFIX -DFORMAT_COFF
24  %.o: %.asm  %.o: %.asm
25          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
26    
27    
28  RM = deltree /y  RM = deltree /y

Legend:
Removed from v.630  
changed lines
  Added in v.631

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