summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_cygwin32.GNU
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-02-08 13:16:34 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-02-08 13:16:34 +0000
commit61fda030bd273594beaf5bbe7c8f6d3018e7d6fb (patch)
tree2fe7524d7591e2a7fb61c18837bab20e68f8160e /ACE/include/makeinclude/platform_cygwin32.GNU
parentbf071911551fb28cf43946425484aebb79143163 (diff)
downloadATCD-61fda030bd273594beaf5bbe7c8f6d3018e7d6fb.tar.gz
ChangeLogTag: Tue Feb 8 13:17:55 UTC 2011 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/include/makeinclude/platform_cygwin32.GNU')
-rw-r--r--ACE/include/makeinclude/platform_cygwin32.GNU20
1 files changed, 1 insertions, 19 deletions
diff --git a/ACE/include/makeinclude/platform_cygwin32.GNU b/ACE/include/makeinclude/platform_cygwin32.GNU
index ed9c9823ad0..39ace7f693e 100644
--- a/ACE/include/makeinclude/platform_cygwin32.GNU
+++ b/ACE/include/makeinclude/platform_cygwin32.GNU
@@ -1,30 +1,12 @@
+# -*- Makefile -*-
# $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 (by default we set it to pentiumpro. In your
-# platform_macros.GNU file you can override this to pentium, i486 or i386
-#
-TCPU ?= pentiumpro
cygwin32 = 1
# Cygwin doesn't have rwho
rwho = 0
-# Cygwin doesn't allow to add the version number of ACE to the dll name
-# because fe ace.dll.5.2.3 isn't a valid dll name
-versioned_so=0
-
-# Disable auto-import warnings. The Cygwin linker has a problem with imports
-# See https://sourceforge.net/tracker/?func=detail&atid=102435&aid=683455&group_id=2435
-# for the details why to do this.
-LDFLAGS += -Wl,--enable-auto-import
-
include $(ACE_ROOT)/include/makeinclude/platform_gnuwin32_common.GNU