summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2002-11-20 10:27:40 +0000
committerGregor Hartmann <gh@openoffice.org>2002-11-20 10:27:40 +0000
commit7400ae7d188b72b4a89244bb33c0a4bbb7fa57a5 (patch)
treebe675ecebda92e5a0b30e514491df94670692293
parente872a3263b0a5f9499af202437251bcf84356f6c (diff)
create resources for miniapp
-rw-r--r--automation/util/makefile.mk13
1 files changed, 9 insertions, 4 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk
index 1a52aef5d3dc..3651e5931d51 100644
--- a/automation/util/makefile.mk
+++ b/automation/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: mh $ $Date: 2002-11-18 16:00:33 $
+# last change: $Author: gh $ $Date: 2002-11-20 11:27:40 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -187,12 +187,17 @@ APP1OBJS= $(OBJ)$/testbasi.obj \
$(OBJ)$/svcommstream.obj
# --- TESTTOOL MINIAPP ------------------------------------------------------
+# ressources are linked here
-SRS3FILES= $(SRS)$/miniapp.srs
-RES3TARGET=miniapp
+RESLIB1NAME=tma
+RESLIB1SRSFILES= \
+ $(SRS)$/miniapp.srs
APP3TARGET=miniapp
APP3STDLIBS= \
+ $(CPPUHELPERLIB) \
+ $(UCBHELPERLIB) \
+ $(COMPHELPERLIB) \
$(AUTOMATIONLIB) \
$(SALLIB) \
$(TOOLSLIB) \