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

Diff of /trunk/vfw/bin/Makefile.cygwin

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

revision 554, Sat Sep 28 03:00:03 2002 UTC revision 555, Sat Sep 28 03:40:18 2002 UTC
# Line 6  Line 6 
6  # Modified by : Edouard Gomez <ed.gomez at wanadoo.fr>  # Modified by : Edouard Gomez <ed.gomez at wanadoo.fr>
7  #               Peter Ross <suxen_drol@hotmail.com>  #               Peter Ross <suxen_drol@hotmail.com>
8  #  #
9  # $Id: Makefile.cygwin,v 1.1 2002-09-28 02:34:47 suxen_drol Exp $  # $Id: Makefile.cygwin,v 1.2 2002-09-28 03:40:18 suxen_drol Exp $
10  ##############################################################################  ##############################################################################
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.554  
changed lines
  Added in v.555

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