summaryrefslogtreecommitdiff
path: root/basic/source/app/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 14:44:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 14:44:45 +0000
commita4dcd0d4aa358f97c1849fb92741fbe121af8473 (patch)
treeb5e3d6b27f8763d93b82fdc5893d082579c74535 /basic/source/app/makefile.mk
parentb1481ba68807ad703afda7b484c4510a2ce7b73b (diff)
INTEGRATION: CWS gh10 (1.8.2); FILE MERGED
2005/03/16 15:19:39 gh 1.8.2.1: #i44486#do not link obj files against shared library
Diffstat (limited to 'basic/source/app/makefile.mk')
-rw-r--r--basic/source/app/makefile.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/basic/source/app/makefile.mk b/basic/source/app/makefile.mk
index 5283fde6b03d..33237d5d9bc9 100644
--- a/basic/source/app/makefile.mk
+++ b/basic/source/app/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: hr $ $Date: 2004-12-10 17:54:42 $
+# last change: $Author: vg $ $Date: 2005-03-23 15:44:45 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,7 +74,6 @@ LIBTARGET = NO
# --- Allgemein ------------------------------------------------------------
OBJFILES = \
- $(OBJ)$/ttstrhlp.obj \
$(OBJ)$/ttbasic.obj \
$(OBJ)$/basicrt.obj \
$(OBJ)$/processw.obj \
@@ -107,7 +106,6 @@ SRC1FILES = \
LIB1TARGET=$(LB)$/app.lib
LIB1ARCHIV=$(LB)$/libapp.a
LIB1OBJFILES = \
- $(OBJ)$/ttstrhlp.obj \
$(OBJ)$/basicrt.obj \
$(OBJ)$/processw.obj \
$(OBJ)$/process.obj \