summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stoc/Library_bootstrap.mk6
-rw-r--r--stoc/Library_introspection.mk10
-rw-r--r--stoc/Library_invocadapt.mk10
-rw-r--r--stoc/Library_invocation.mk10
-rw-r--r--stoc/Library_javaloader.mk10
-rw-r--r--stoc/Library_javavm.mk10
-rw-r--r--stoc/Library_namingservice.mk10
-rw-r--r--stoc/Library_proxyfac.mk10
-rw-r--r--stoc/Library_reflection.mk10
-rw-r--r--stoc/Library_stocservices.mk10
10 files changed, 0 insertions, 96 deletions
diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk
index efdaf4e26177..2676d47ae8e4 100644
--- a/stoc/Library_bootstrap.mk
+++ b/stoc/Library_bootstrap.mk
@@ -35,12 +35,6 @@ $(eval $(call gb_Library_add_defs,bootstrap,\
$(if $(filter-out $(diag),cache),-D__DIAGNOSE)) \
))
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,bootstrap,\
- -0b0 \
-))
-endif
-
endif
$(eval $(call gb_Library_set_include,bootstrap,\
diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk
index 2ef9c387a40a..a6e9a9bd47c5 100644
--- a/stoc/Library_introspection.mk
+++ b/stoc/Library_introspection.mk
@@ -27,16 +27,6 @@
$(eval $(call gb_Library_Library,introspection))
-ifneq ($(debug),)
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,introspection,\
- -0b0 \
-))
-endif
-
-endif
-
$(eval $(call gb_Library_use_internal_api,introspection,\
insp \
))
diff --git a/stoc/Library_invocadapt.mk b/stoc/Library_invocadapt.mk
index 356522cbfc78..ff6e3ec09ab3 100644
--- a/stoc/Library_invocadapt.mk
+++ b/stoc/Library_invocadapt.mk
@@ -27,16 +27,6 @@
$(eval $(call gb_Library_Library,invocadapt))
-ifneq ($(debug),)
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,invocadapt,\
- -0b0 \
-))
-endif
-
-endif
-
$(eval $(call gb_Library_use_internal_api,invocadapt,\
invadp \
))
diff --git a/stoc/Library_invocation.mk b/stoc/Library_invocation.mk
index b73e22c7b18e..040463d290f8 100644
--- a/stoc/Library_invocation.mk
+++ b/stoc/Library_invocation.mk
@@ -27,16 +27,6 @@
$(eval $(call gb_Library_Library,invocation))
-ifneq ($(debug),)
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,invocation,\
- -0b0 \
-))
-endif
-
-endif
-
$(eval $(call gb_Library_use_internal_api,invocation,\
inv \
))
diff --git a/stoc/Library_javaloader.mk b/stoc/Library_javaloader.mk
index 8855eae4911a..0822e4a45736 100644
--- a/stoc/Library_javaloader.mk
+++ b/stoc/Library_javaloader.mk
@@ -27,16 +27,6 @@
$(eval $(call gb_Library_Library,javaloader))
-ifneq ($(debug),)
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,javaloader,\
- -0b0 \
-))
-endif
-
-endif
-
$(eval $(call gb_Library_use_internal_api,javaloader,\
javaloader \
))
diff --git a/stoc/Library_javavm.mk b/stoc/Library_javavm.mk
index 6cfc674f6787..193479998dc3 100644
--- a/stoc/Library_javavm.mk
+++ b/stoc/Library_javavm.mk
@@ -27,16 +27,6 @@
$(eval $(call gb_Library_Library,javavm))
-ifneq ($(debug),)
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,javavm,\
- -0b0 \
-))
-endif
-
-endif
-
$(eval $(call gb_Library_use_internal_api,javavm,\
jen \
))
diff --git a/stoc/Library_namingservice.mk b/stoc/Library_namingservice.mk
index 68747b08c595..dcd72610e969 100644
--- a/stoc/Library_namingservice.mk
+++ b/stoc/Library_namingservice.mk
@@ -27,16 +27,6 @@
$(eval $(call gb_Library_Library,namingservice))
-ifneq ($(debug),)
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,namingservice,\
- -0b0 \
-))
-endif
-
-endif
-
$(eval $(call gb_Library_use_internal_api,namingservice,\
namingservice \
))
diff --git a/stoc/Library_proxyfac.mk b/stoc/Library_proxyfac.mk
index ce3b23b2a830..a2efdc2ef1c2 100644
--- a/stoc/Library_proxyfac.mk
+++ b/stoc/Library_proxyfac.mk
@@ -27,16 +27,6 @@
$(eval $(call gb_Library_Library,proxyfac))
-ifneq ($(debug),)
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,proxyfac,\
- -0b0 \
-))
-endif
-
-endif
-
$(eval $(call gb_Library_use_internal_api,proxyfac,\
proxyfac \
))
diff --git a/stoc/Library_reflection.mk b/stoc/Library_reflection.mk
index c14aaad31b03..34a5fe6cf091 100644
--- a/stoc/Library_reflection.mk
+++ b/stoc/Library_reflection.mk
@@ -27,16 +27,6 @@
$(eval $(call gb_Library_Library,reflection))
-ifneq ($(debug),)
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,reflection,\
- -0b0 \
-))
-endif
-
-endif
-
$(eval $(call gb_Library_use_internal_api,reflection,\
corefl \
))
diff --git a/stoc/Library_stocservices.mk b/stoc/Library_stocservices.mk
index 6a0b5c667eef..d5741e604b9d 100644
--- a/stoc/Library_stocservices.mk
+++ b/stoc/Library_stocservices.mk
@@ -27,16 +27,6 @@
$(eval $(call gb_Library_Library,stocservices))
-ifneq ($(debug),)
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,stocservices,\
- -0b0 \
-))
-endif
-
-endif
-
$(eval $(call gb_Library_set_include,stocservices,\
-I$(SRCDIR)/stoc/inc \
$$(INCLUDE) \