summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-03 10:24:18 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-03 10:24:18 +0100
commit1851104998e0996874dbebccbfbd4778848f1f17 (patch)
tree5d92a8e6727674e590ee147a2908bd74ec4e4bca /svx
parentab451ff91e394a5f756558a9b27b39b55c43f075 (diff)
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'svx')
-rw-r--r--svx/Library_svx.mk1
-rw-r--r--svx/Library_svxcore.mk4
2 files changed, 0 insertions, 5 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk
index b549adeb9030..4ce5250f77a5 100644
--- a/svx/Library_svx.mk
+++ b/svx/Library_svx.mk
@@ -222,7 +222,6 @@ else
ifeq ($(OS),WNT)
$(eval $(call gb_Library_add_linked_libs,svx,\
advapi32 \
- oldnames \
))
$(eval $(call gb_Library_add_exception_objects,svx,\
svx/source/dialog/sendreportw32 \
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 5b7546d2d1c7..f3941defc8db 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -430,10 +430,6 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
svx/source/xoutdev/xtablend \
))
-#.IF ("$(OS)$(CPU)"=="SOLARISS" && "$(COM)"!="GCC") || "$(OS)"=="MACOSX" || ("$(OS)"=="LINUX" && "$(CPU)"=="P")
-#NOOPTFILES= $(SLO)$/EnhancedCustomShapeFunctionParser.obj
-#.ENDIF
-
# the following source file can't be compiled with optimization by some compilers (crash or endless loop):
# Solaris Sparc with Sun compiler, gcc on MacOSX and Linux PPC
# the latter is currently not supported by gbuild and needs a fix here later