summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2000-11-17 14:44:04 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2000-11-17 14:44:04 +0000
commita9e736c3351c14b40dc77a3a448c7bbb70106944 (patch)
tree45805cef87ea3acc9eb6fc58f836766e7b99915b /basic
parent45351239750b1fb643a42148d5986125c40862ff (diff)
don't override ASM
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/makefile.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/basic/source/runtime/makefile.mk b/basic/source/runtime/makefile.mk
index 24e9e1016f6d..2c3500a1e4fd 100644
--- a/basic/source/runtime/makefile.mk
+++ b/basic/source/runtime/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:12:11 $
+# last change: $Author: hjs $ $Date: 2000-11-17 15:44:04 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,10 +71,6 @@ TARGET=runtime
.INCLUDE : settings.mk
.INCLUDE : sv.mk
-.IF "$(GUI)" == "WNT"
-ASM=masm386
-.ENDIF
-
# --- Allgemein -----------------------------------------------------------
@@ -114,3 +110,4 @@ EXCEPTIONSFILES=$(SLO)$/step0.obj \
# --- Targets -------------------------------------------------------------
.INCLUDE : target.mk
+