diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:40:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:40:49 +0000 |
commit | 353491be5189fea4c4e5d36b08c4d315ca64c3ff (patch) | |
tree | 14d62f853acabb61775a7d96f4325d2d72a25ed8 /sw/source/ui/makefile.mk | |
parent | dd5401b029386f58b69b56eca5ca9186c2799c10 (diff) |
INTEGRATION: CWS os2port01 (1.9.520); FILE MERGED
2007/09/05 11:02:02 obr 1.9.520.3: RESYNC: (1.11-1.12); FILE MERGED
2007/08/06 15:33:40 obr 1.9.520.2: RESYNC: (1.9-1.11); FILE MERGED
2006/12/28 15:06:25 ydario 1.9.520.1: OS/2 initial import.
Diffstat (limited to 'sw/source/ui/makefile.mk')
-rw-r--r-- | sw/source/ui/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/makefile.mk b/sw/source/ui/makefile.mk index 720c747ba6aa..c13176338dcf 100644 --- a/sw/source/ui/makefile.mk +++ b/sw/source/ui/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: ihi $ $Date: 2007-07-12 10:49:26 $ +# last change: $Author: vg $ $Date: 2007-09-20 14:40:49 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,7 @@ TARGET=ui .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/inc$/sw.mk +.IF "$(GUI)" != "OS2" .IF "$(GUI)" != "WNT" .IF "$(COM)" != "BLC" .IF "$(COM)" != "WTC" @@ -51,6 +52,7 @@ LIBFLAGS=/NOI /NOE /PAGE:256 .ENDIF .ENDIF .ENDIF +.ENDIF # --- Files -------------------------------------------------------- |