[Libreoffice-commits] .: stoc/Library_bootstrap.mk stoc/Library_introspection.mk stoc/Library_invocadapt.mk stoc/Library_invocation.mk stoc/Library_javaloader.mk stoc/Library_javavm.mk stoc/Library_namingservice.mk stoc/Library_proxyfac.mk stoc/Library_reflection.mk stoc/Library_stocservices.mk

Tor Lillqvist tml at kemper.freedesktop.org
Wed May 30 14:09:55 PDT 2012


 stoc/Library_bootstrap.mk     |    6 ------
 stoc/Library_introspection.mk |   10 ----------
 stoc/Library_invocadapt.mk    |   10 ----------
 stoc/Library_invocation.mk    |   10 ----------
 stoc/Library_javaloader.mk    |   10 ----------
 stoc/Library_javavm.mk        |   10 ----------
 stoc/Library_namingservice.mk |   10 ----------
 stoc/Library_proxyfac.mk      |   10 ----------
 stoc/Library_reflection.mk    |   10 ----------
 stoc/Library_stocservices.mk  |   10 ----------
 10 files changed, 96 deletions(-)

New commits:
commit 8016dced31517e1695af932efedcf9f83a28d741
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed May 30 13:31:18 2012 +0300

    Bin MSVC unknown option '-0b0'
    
    It was a typo, supposed to be -Ob0, but as stoc built fine anyway
    without that, presumably not needed.
    
    Change-Id: I866bd47c3d53bdf48581a3632d56fb3ac8b2ed5f

diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk
index efdaf4e..2676d47 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 2ef9c38..a6e9a9b 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 356522c..ff6e3ec 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 b73e22c..040463d 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 8855eae..0822e4a 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 6cfc674..1934799 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 68747b0..dcd7261 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 ce3b23b..a2efdc2 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 c14aaad..34a5fe6 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 6a0b5c6..d5741e6 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) \


More information about the Libreoffice-commits mailing list