summaryrefslogtreecommitdiff
path: root/libtextcat/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 10:00:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 10:00:03 +0000
commit87dd86cc3b9cfc431ef3307668ba32bbaf75001a (patch)
treea6a260374736941df086a42d3b1d1ddc7c7e8844 /libtextcat/makefile.mk
parentbb91a36b0732daaf35189b6f49d7a530fb27d327 (diff)
INTEGRATION: CWS tl48_SRC680 (1.2.12); FILE MERGED
2007/10/09 12:44:01 tl 1.2.12.1: #i81311# fixed warnings from the C runtime library
Diffstat (limited to 'libtextcat/makefile.mk')
-rw-r--r--libtextcat/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk
index 5133b42b83d7..42362285fd3f 100644
--- a/libtextcat/makefile.mk
+++ b/libtextcat/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2007-06-21 16:09:52 $
+# last change: $Author: hr $ $Date: 2007-11-01 11:00:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -72,7 +72,7 @@ OUT2LIB=$(BUILD_DIR)$/src$/.libs$/libtextcat*$(DLLPOST)
.IF "$(GUI)"=="WNT"
-BUILD_ACTION=cd src && dmake
+BUILD_ACTION=cd src && dmake $(MAKEMACROS)
.ENDIF # "$(GUI)"=="WNT"