summaryrefslogtreecommitdiff
path: root/Examples/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Makefile.in')
-rw-r--r--Examples/Makefile.in13
1 files changed, 2 insertions, 11 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in
index 5a4639076..9cbdeee78 100644
--- a/Examples/Makefile.in
+++ b/Examples/Makefile.in
@@ -280,17 +280,8 @@ csharp_clean:
DLIBPREFIX = @DLIBPREFIX@
-ifeq (,$(D_VERSION))
- D_VERSION = @DDEFAULTVERSION@
-endif
-
-ifeq (2,$(D_VERSION))
- SWIGD = $(SWIG) -d -d2
- DCOMPILER = @D2COMPILER@
-else
- SWIGD = $(SWIG) -d
- DCOMPILER = @D1COMPILER@
-endif
+SWIGD = $(SWIG) -d -d2
+DCOMPILER = @D2COMPILER@
D_RUNME = ./$(RUNME)