diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 15:02:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 15:02:14 +0000 |
commit | 7dbfea27b7a9c3891c0964e59765069e757dd803 (patch) | |
tree | ab5fc731d427d83af46a1fb876838cd8a2df6475 /vcl/win/source/gdi/MAKEFILE.MK | |
parent | a45bdc4997f4dd794dca5719238952d2e1afd7c3 (diff) |
INTEGRATION: CWS nwf (1.6.66); FILE MERGED
2004/02/27 08:31:40 ssa 1.6.66.1: #i25130# initial native widget framework, merged from srx645
Diffstat (limited to 'vcl/win/source/gdi/MAKEFILE.MK')
-rw-r--r-- | vcl/win/source/gdi/MAKEFILE.MK | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/vcl/win/source/gdi/MAKEFILE.MK b/vcl/win/source/gdi/MAKEFILE.MK index 8cedef1e9db7..265b34d16d10 100644 --- a/vcl/win/source/gdi/MAKEFILE.MK +++ b/vcl/win/source/gdi/MAKEFILE.MK @@ -2,9 +2,9 @@ # # $RCSfile: MAKEFILE.MK,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2004-01-06 14:54:03 $ +# last change: $Author: hr $ $Date: 2004-05-10 16:02:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,8 +85,9 @@ SLOFILES= $(SLO)$/salgdi.obj \ $(SLO)$/salbmp.obj \ $(SLO)$/salogl.obj \ $(SLO)$/winlayout.obj \ - $(SLO)$/wntgdi.obj - + $(SLO)$/wntgdi.obj \ + $(SLO)$/salnativewidgets-luna.obj + EXCEPTIONSFILES= $(SLO)$/salprn.obj |