From 87dd86cc3b9cfc431ef3307668ba32bbaf75001a Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 1 Nov 2007 10:00:03 +0000 Subject: 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 --- libtextcat/makefile.mk | 6 +++--- 1 file 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" -- cgit