diff options
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 -------------------------------------------------------- |