diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 18:58:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 18:58:49 +0000 |
commit | 77ce5e7f7b0bef2a6f8785d72986771a1a4bec64 (patch) | |
tree | bd94c0b14991058a8c69f4619c012aefe33a6f22 /embeddedobj | |
parent | 3302491d69aded5dfe67247214e9913d85dced45 (diff) |
INTEGRATION: CWS mav09 (1.2.2); FILE MERGED
2004/01/30 08:43:58 mav 1.2.2.1: #115011# create bitmap
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/test/mtexecutor/makefile.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/embeddedobj/test/mtexecutor/makefile.mk b/embeddedobj/test/mtexecutor/makefile.mk index 895cf09aa8ca..c7f463a68b71 100644 --- a/embeddedobj/test/mtexecutor/makefile.mk +++ b/embeddedobj/test/mtexecutor/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mav $ $Date: 2003-12-17 11:32:21 $ +# last change: $Author: kz $ $Date: 2004-10-04 19:58:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,9 +82,13 @@ SHL1IMPLIB= i$(TARGET) SLOFILES = \ $(SLO)$/mainthreadexecutor.obj\ + $(SLO)$/bitmapcreator.obj\ $(SLO)$/mteregister.obj -EXCEPTIONSFILES = $(SLO)$/mainthreadexecutor.obj +EXCEPTIONSFILES = \ + $(SLO)$/mainthreadexecutor.obj\ + $(SLO)$/bitmapcreator.obj\ + $(SLO)$/mteregister.obj SHL1OBJS= $(SLOFILES) @@ -92,7 +96,9 @@ SHL1STDLIBS=\ $(SALLIB)\ $(CPPULIB)\ $(CPPUHELPERLIB)\ - $(VCLLIB) + $(TOOLSLIB)\ + $(VCLLIB)\ + itk.lib DEF1EXPORTFILE= exports.dxp |