diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 13:13:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 13:13:23 +0000 |
commit | 14119b05ca4801ec56c1ce365f21edd87c87ad65 (patch) | |
tree | a36bb00e9da2c9285c75861bff345871d45f37f7 /libtextcat | |
parent | 216dec2a3d6a90ca66dd8a2c82821d71fa0663a1 (diff) |
INTEGRATION: CWS os2port02 (1.2.10); FILE MERGED
2007/09/30 11:44:27 ydario 1.2.10.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'libtextcat')
-rw-r--r-- | libtextcat/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk index 42362285fd3f..058fe79d7b53 100644 --- a/libtextcat/makefile.mk +++ b/libtextcat/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2007-11-01 11:00:03 $ +# last change: $Author: hr $ $Date: 2007-11-02 14:13:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -71,10 +71,10 @@ OUT2LIB=$(BUILD_DIR)$/src$/.libs$/libtextcat*$(DLLPOST) .ENDIF # "$(GUI)"=="UNX" -.IF "$(GUI)"=="WNT" +.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2" BUILD_ACTION=cd src && dmake $(MAKEMACROS) -.ENDIF # "$(GUI)"=="WNT" +.ENDIF # "$(GUI)"=="WNT" || "$(GUI)"=="OS2" OUT2INC= \ |