4 |
# |
# |
5 |
# Edit this file to enable/disable optimizations |
# Edit this file to enable/disable optimizations |
6 |
# |
# |
7 |
# $Id: Makefile.cygwin,v 1.6 2002-09-24 22:27:32 edgomez Exp $ |
# $Id: Makefile.cygwin,v 1.7 2002-09-28 03:00:03 suxen_drol Exp $ |
8 |
# |
# |
9 |
############################################################################# |
############################################################################# |
10 |
|
|
33 |
AFLAGS = -f win32 -DPREFIX |
AFLAGS = -f win32 -DPREFIX |
34 |
|
|
35 |
# Constants which should not be modified |
# Constants which should not be modified |
36 |
|
# Note: the `mingw-runtime` package is required when building with |
37 |
|
# -DLINUX and -mno-cygwin. |
38 |
CFLAGS += -DARCH_X86 |
CFLAGS += -DARCH_X86 |
39 |
CFLAGS += -DLINUX |
CFLAGS += -DLINUX |
40 |
CFLAGS += -UWIN32 |
CFLAGS += -UWIN32 |