summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_cygwin32.GNU
blob: 69837b81084268e8338853d5b4ad57d8eeac1aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id$

#
# This file should allow to build ACE for cygwin32 with cygwin tools.
#
# Edit to change TCPU and w32api defs below.
#
# Don't forget to define the ACE_ROOT environment variable!
#

#
# Chose your target CPU (uncomment ONE of these).
#
TCPU = pentiumpro
#TCPU = pentium
#TCPU = i486
#TCPU = i386

cygwin32 = 1
threads = 0
static_libs_only = 1
optimize = 0

include $(ACE_ROOT)/include/makeinclude/platform_gnuwin32_common.GNU