[cvs] / vfw / bin / Makefile.cygwin Repository:
ViewVC logotype

Diff of /vfw/bin/Makefile.cygwin

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

revision 1.1, Sat Sep 28 02:34:47 2002 UTC revision 1.2, Sat Sep 28 03:40:18 2002 UTC
# Line 11  Line 11 
11    
12  include Makefile.inc  include Makefile.inc
13    
14    XVIDCOREINC=/usr/local/include
15  XVIDCORELIB=/usr/local/lib  XVIDCORELIB=/usr/local/lib
16    
17  RM = rm -rf  RM = rm -rf
# Line 18  Line 19 
19  # CC = gcc-2  # CC = gcc-2
20  # CC = gcc-3.1  # CC = gcc-3.1
21    
22  CFLAGS += -I$(SRCDIR)/w32api  # Constants which should not be modified
23    # The `mingw-runtime` package is required when building with -mno-cygwin
24    CFLAGS += -I$(SRCDIR)/w32api -I$(XVIDCOREINC)
25  CFLAGS += -D_WIN32_IE=0x0500  CFLAGS += -D_WIN32_IE=0x0500
26  CFLAGS += -mno-cygwin  CFLAGS += -mno-cygwin
27    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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