summaryrefslogtreecommitdiff
path: root/starmath/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 11:01:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 11:01:26 +0000
commit5aff37cd51879a41365f2ceb0e927bdf57ffddb3 (patch)
tree00eecb86eca3db9a8473e55ceecbfa72cdc21d35 /starmath/util
parentce25a84957e0b59afdf93f42580c31b5df692497 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'starmath/util')
-rw-r--r--starmath/util/makefile.mk22
1 files changed, 3 insertions, 19 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk
index c9c078b0ab53..e65576944ea5 100644
--- a/starmath/util/makefile.mk
+++ b/starmath/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: tl $ $Date: 2002-07-22 13:21:05 $
+# last change: $Author: hr $ $Date: 2003-03-27 11:58:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,6 +66,7 @@ PRJNAME=SM
TARGET=smath3
LIBTARGET=NO
GEN_HID=TRUE
+GEN_HID_OTHER=TRUE
USE_DEFFILE=TRUE
# --- Settings -----------------------------------------------------------
@@ -125,13 +126,6 @@ DEF1EXPORTFILE= exports.dxp
# --- Targets -------------------------------------------------------------
-.IF "$(depend)" == ""
-
-ALL: \
- $(SRS)$/hidother.hid\
- ALLTAR
-.ENDIF
-
.INCLUDE : target.mk
.IF "$(depend)" == ""
@@ -145,13 +139,3 @@ $(MISC)$/$(SHL1TARGET).flt:
.ENDIF
-$(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid
-
-$(SRS)$/hidother.hid: hidother.src
-.IF "$(GUI)$(CPU)"=="WNTI"
-.IF "$(BUILD_SOSL)"==""
- @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE)
-.ENDIF
-.ELSE
- @echo nix
-.ENDIF