[Libreoffice-commits] .: graphite/makefile.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Feb 2 15:11:43 PST 2011
graphite/makefile.mk | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit f6212e4b624392e408e9900554d4f4c2446df4a3
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu Feb 3 01:10:29 2011 +0200
Don't try to copy nonexistent pdb files
diff --git a/graphite/makefile.mk b/graphite/makefile.mk
index 53bb99b..4aeb626 100644
--- a/graphite/makefile.mk
+++ b/graphite/makefile.mk
@@ -137,14 +137,6 @@ BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
.IF "$(OS)"=="MACOSX"
OUT2LIB+=src$/.libs$/libgraphite.*.dylib
-.ELSE
-.IF "$(OS)"=="WNT" && "$(COM)"!="GCC"
-.IF "$(debug)"!=""
-OUT2BIN=engine$/debug$/*.pdb
-.ELSE
-OUT2BIN=
-.ENDIF
-.ENDIF
.ENDIF
More information about the Libreoffice-commits
mailing list