summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/bmpmaker/makefile.mk')
-rw-r--r--svtools/bmpmaker/makefile.mk21
1 files changed, 18 insertions, 3 deletions
diff --git a/svtools/bmpmaker/makefile.mk b/svtools/bmpmaker/makefile.mk
index 33314737db7c..f049fec71064 100644
--- a/svtools/bmpmaker/makefile.mk
+++ b/svtools/bmpmaker/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: ka $ $Date: 2002-01-10 10:08:41 $
+# last change: $Author: hr $ $Date: 2003-03-27 14:35:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,7 +77,8 @@ LIBTARGET=NO
OBJFILES= $(OBJ)$/bmp.obj \
$(OBJ)$/bmpgui.obj \
$(OBJ)$/bmpcore.obj \
- $(OBJ)$/g2g.obj
+ $(OBJ)$/g2g.obj \
+ $(OBJ)$/bmpsum.obj
SRC1FILES=bmp.src
@@ -85,6 +86,8 @@ SRS1NAME=bmp
RES1TARGET=bmp
SRS1FILES=$(SRS)$/bmp.srs
+# --- APP1TARGET ---------------------------------------------------
+
APP1TARGET= $(TARGET)
APP1STDLIBS = \
@@ -111,6 +114,18 @@ APP1BASE=0x10000000
ALL: $(BIN)$/$(RES1TARGET).res ALLTAR
.ENDIF
+# --- APP2TARGET --------------------------------------------------
+
+APP2TARGET = bmpsum
+APP2BASE = 0x10000000
+APP2DEPN = $(L)$/itools.lib $(SVLIBDEPEND)
+APP2OBJS = $(OBJ)$/bmpsum.obj
+
+APP2STDLIBS = $(SVLIB) \
+ $(TOOLSLIB) \
+ $(VOSLIB) \
+ $(SALLIB)
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk