diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 14:56:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 14:56:00 +0000 |
commit | 06070d39a1f6e2dfb44d5f6b6cc68c8f3e3744f3 (patch) | |
tree | 8547aa54b04b2802c14fcddcf8297dcdefabb49f /vcl/unx/source/app/makefile.mk | |
parent | 88d05efc3ef269226b1d17b5b16352ba676d691c (diff) |
INTEGRATION: CWS nwf (1.12.66); FILE MERGED
2004/02/27 08:31:34 ssa 1.12.66.1: #i25130# initial native widget framework, merged from srx645
Diffstat (limited to 'vcl/unx/source/app/makefile.mk')
-rw-r--r-- | vcl/unx/source/app/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/unx/source/app/makefile.mk b/vcl/unx/source/app/makefile.mk index 93ac798a5479..88456adca074 100644 --- a/vcl/unx/source/app/makefile.mk +++ b/vcl/unx/source/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: vg $ $Date: 2004-01-06 14:29:42 $ +# last change: $Author: hr $ $Date: 2004-05-10 15:56:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -110,6 +110,10 @@ CDEFS+=-DHAVE_LIBSN CFLAGS+=$(LIBSN_CFLAGS) .ENDIF +.IF "$(WITH_WIDGETSET)"!="" +CFLAGS+= $(WIDGETSET_CFLAGS) +.ENDIF + .IF "$(OS)$(CPU)" == "SOLARISS" .IF "$(COM)"!="GCC" SLOFILES+=$(SLO)$/getfpsols.obj |