summaryrefslogtreecommitdiff
path: root/svtools/source/plugapp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-08-25 14:43:32 +0000
committerKurt Zenker <kz@openoffice.org>2003-08-25 14:43:32 +0000
commite3a9a91dad5c36fda932f0365a787b81da3978ce (patch)
tree08dc18f445f757d13203cef800f8633c08d6d72c /svtools/source/plugapp
parent2177b8c00f4cc9f617252e2b4e096e7b7363cc49 (diff)
INTEGRATION: CWS ause04 (1.3.78); FILE MERGED
2003/07/10 16:19:38 hjs 1.3.78.1: #108794# replace SRCFILES with SRC1FILES
Diffstat (limited to 'svtools/source/plugapp')
-rw-r--r--svtools/source/plugapp/makefile.mk19
1 files changed, 6 insertions, 13 deletions
diff --git a/svtools/source/plugapp/makefile.mk b/svtools/source/plugapp/makefile.mk
index 7f15cd83d36b..1f41548f25f5 100644
--- a/svtools/source/plugapp/makefile.mk
+++ b/svtools/source/plugapp/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hr $ $Date: 2003-04-29 17:41:18 $
+# last change: $Author: kz $ $Date: 2003-08-25 15:43:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -61,24 +61,16 @@
#*************************************************************************
PRJ=..$/..
-PRJNAME=SVTOOLS
+PRJNAME=svtools
TARGET=plugapp
LIBTARGET=NO
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
-CXXFILES = \
- ttprops.cxx \
- communi.cxx \
- brooker.cxx
-
-
SLOFILES = \
$(SLO)$/ttprops.obj \
$(SLO)$/communi.obj \
@@ -87,8 +79,8 @@ SLOFILES = \
OBJFILES = $(OBJ)$/commtest.obj $(OBJ)$/brooker.obj
-
-SRCFILES= testtool.src
+SRS2NAME=$(TARGET)
+SRC2FILES= testtool.src
LIB1TARGET= $(SLB)$/plugapp.lib
@@ -104,3 +96,4 @@ SRS1NAME= commtest
# --- Tagets -------------------------------------------------------
.INCLUDE : target.mk
+