summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:45:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:45:41 +0000
commit5cab51b0e2ac8aa7b70f2ffa92a46560007d6c01 (patch)
tree6846972ec9ccb37772e91b445a0e90aa50975477 /basic
parentc960fa3d59937b78c9eaf2aa7df46f0c3d9895e4 (diff)
INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED
2006/05/19 07:46:20 sb 1.4.30.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2005/12/01 14:56:10 ab 1.4.30.1: #i53898# Removed warnings for unxlngi6
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/runtime/makefile.mk b/basic/source/runtime/makefile.mk
index 09d85ffc231a..1a2505f34511 100644
--- a/basic/source/runtime/makefile.mk
+++ b/basic/source/runtime/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 21:39:37 $
+# last change: $Author: hr $ $Date: 2006-06-19 17:45:41 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -35,7 +35,7 @@
PRJ=..$/..
-PRJNAME=BASIC
+PRJNAME=basic
TARGET=runtime
# --- Settings -----------------------------------------------------------
@@ -78,6 +78,7 @@ SLOFILES+= $(SLO)$/os2.obj
EXCEPTIONSFILES=$(SLO)$/step0.obj \
$(SLO)$/step2.obj \
$(SLO)$/methods.obj \
+ $(SLO)$/methods1.obj \
$(SLO)$/iosys.obj \
$(SLO)$/runtime.obj