summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_cygwin32.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_cygwin32.GNU')
-rw-r--r--include/makeinclude/platform_cygwin32.GNU27
1 files changed, 0 insertions, 27 deletions
diff --git a/include/makeinclude/platform_cygwin32.GNU b/include/makeinclude/platform_cygwin32.GNU
deleted file mode 100644
index 5d299712508..00000000000
--- a/include/makeinclude/platform_cygwin32.GNU
+++ /dev/null
@@ -1,27 +0,0 @@
-# $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
-optimize = 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
-SONAME=
-SOVERSION=
-
-include $(ACE_ROOT)/include/makeinclude/platform_gnuwin32_common.GNU