~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to include/makeinclude/platform_cygwin32.GNU

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# platform_cygwin32.GNU,v 4.8 2003/12/08 16:02:34 jwillemsen Exp
2
 
#
3
 
# This file should allow to build ACE for cygwin32 with cygwin tools.
4
 
#
5
 
# Edit to change TCPU and w32api defs below.
6
 
#
7
 
# Don't forget to define the ACE_ROOT environment variable!
8
 
#
9
 
 
10
 
#
11
 
# Chose your target CPU (uncomment ONE of these).
12
 
#
13
 
TCPU = pentiumpro
14
 
#TCPU = pentium
15
 
#TCPU = i486
16
 
#TCPU = i386
17
 
 
18
 
cygwin32 = 1
19
 
 
20
 
# Cygwin doesn't have rwho
21
 
rwho = 0
22
 
 
23
 
# Cygwin doesn't allow to add the version number of ACE to the dll name
24
 
# because fe ace.dll.5.2.3 isn't a valid dll name
25
 
versioned_so=0
26
 
 
27
 
# Disable auto-import warnings. The Cygwin linker has a problem with imports
28
 
# See https://sourceforge.net/tracker/?func=detail&atid=102435&aid=683455&group_id=2435
29
 
# for the details why to do this.
30
 
LDFLAGS += -Wl,--enable-auto-import
31
 
 
32
 
include $(ACE_ROOT)/include/makeinclude/platform_gnuwin32_common.GNU