diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:44:00 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:44:00 +0000 |
commit | d96808aeb6bf73040b3757544c9f2675aa848b1e (patch) | |
tree | 9bbaffb2fb26d50a9296a4db040a96eed19bd6c1 | |
parent | f51b35cb62cd81d0871cca44b42eb31120cfe9e7 (diff) |
INTEGRATION: CWS qwizards1 (1.8.92); FILE MERGED
2004/01/05 12:53:29 tv 1.8.92.5: RESYNC: (1.8-1.9); FILE MERGED
2003/11/19 09:59:02 tv 1.8.92.4: make it compile on gcc
2003/11/07 15:24:24 bc 1.8.92.3: #111603# roadmapentry added
2003/11/07 15:10:13 bc 1.8.92.2: #111603# Roadmap API wrapper for Wizards added
2003/10/07 07:51:46 bc 1.8.92.1: #111603# roadmapcontrol for future wizards added
-rw-r--r-- | toolkit/source/controls/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/toolkit/source/controls/makefile.mk b/toolkit/source/controls/makefile.mk index 50e7a175686a..4cbdd1dab0c5 100644 --- a/toolkit/source/controls/makefile.mk +++ b/toolkit/source/controls/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: kz $ $Date: 2003-12-11 11:58:31 $ +# last change: $Author: kz $ $Date: 2004-05-19 13:44:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,8 +87,10 @@ SLOFILES= \ $(SLO)$/unocontrolcontainermodel.obj \ $(SLO)$/unocontrolmodel.obj \ $(SLO)$/unocontrols.obj \ - $(SLO)$/formattedcontrol.obj\ - $(SLO)$/dialogcontrol.obj \ + $(SLO)$/formattedcontrol.obj \ + $(SLO)$/roadmapcontrol.obj \ + $(SLO)$/roadmapentry.obj \ + $(SLO)$/dialogcontrol.obj \ $(SLO)$/tkscrollbar.obj \ $(SLO)$/tkspinbutton.obj |