summaryrefslogtreecommitdiff
path: root/ACE/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 14:29:32 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 14:29:32 +0100
commit02c35b3b18ea7254ee99588d726bcfab52049ba7 (patch)
treed97334ec55c91343d926a26a993837ef27a573eb /ACE/include
parent22292c1f52b89ec5966d860ccaef9649a2cbf39e (diff)
downloadATCD-02c35b3b18ea7254ee99588d726bcfab52049ba7.tar.gz
Removed support for the Digital Mars Compiler (DMC), doesn't support C++11
* ACE/ace/config-win32-dmc.h: * ACE/include/makeinclude/platform_win32_dmc.GNU: Deleted. * ACE/ace/OS_NS_stdio.inl: * ACE/ace/config-macros.h: * ACE/ace/config-win32.h: * ACE/ace/os_include/os_fcntl.h:
Diffstat (limited to 'ACE/include')
-rw-r--r--ACE/include/makeinclude/platform_win32_dmc.GNU41
1 files changed, 0 insertions, 41 deletions
diff --git a/ACE/include/makeinclude/platform_win32_dmc.GNU b/ACE/include/makeinclude/platform_win32_dmc.GNU
deleted file mode 100644
index c9ad273b04b..00000000000
--- a/ACE/include/makeinclude/platform_win32_dmc.GNU
+++ /dev/null
@@ -1,41 +0,0 @@
-# -*- Makefile -*-
-
-# debug = 1
-# optimize = 1
-
-winsock2 ?= 1
-debug ?= 1
-optimize ?= 1
-threads ?= 1
-
-pipes = 0
-ifeq ($(debug),0)
-CFLAGS += -DNDEBUG -v1
-CFLAGS += -Ar
-
-CC = dmc
-CXX = dmc
-RC =
-
-CFLAGS += $(MODEL_FLAGS) -ND
-
-EXEEXT = .exe
-
-DCFLAGS += -g
-DLD = link
-LD = link
-
-PIC =
-AR = ar
-ARFLAGS = rsuv
-RANLIB = ranlib
-SOEXT = dll
-SOFLAGS += $(MODEL_FLAGS) $(CPPFLAGS)
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
-
-PRELIB = @true
-
-CCFLAGS += $(CFLAGS)
-
-# Dmc doesn't have rwho
-rwho = 0