summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-09-26 08:34:32 +0000
committerKai Ahrens <ka@openoffice.org>2001-09-26 08:34:32 +0000
commit693a7722017f78ffd5e5f1e7a867408958b56817 (patch)
treed4a0a78be749557b7fc83d2f5a3a10ff3e6fd498 /svtools
parent67c5ba1d2fd775b97cd2f08694f77b265c3029a9 (diff)
#92412#: added g2g.cxx
Diffstat (limited to 'svtools')
-rw-r--r--svtools/bmpmaker/makefile.mk8
-rw-r--r--svtools/util/makefile.mk23
2 files changed, 26 insertions, 5 deletions
diff --git a/svtools/bmpmaker/makefile.mk b/svtools/bmpmaker/makefile.mk
index db7c7fac799a..f5f1f3fac61e 100644
--- a/svtools/bmpmaker/makefile.mk
+++ b/svtools/bmpmaker/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hjs $ $Date: 2001-09-03 09:28:38 $
+# last change: $Author: ka $ $Date: 2001-09-26 09:33:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,7 +76,9 @@ LIBTARGET=NO
OBJFILES= $(OBJ)$/bmp.obj \
$(OBJ)$/bmpgui.obj \
- $(OBJ)$/bmpcore.obj
+ $(OBJ)$/bmpcore.obj \
+ $(OBJ)$/g2g.obj
+
SRC1FILES=bmp.src
SRS1NAME=bmp
diff --git a/svtools/util/makefile.mk b/svtools/util/makefile.mk
index 044b63cacabd..07057d271c21 100644
--- a/svtools/util/makefile.mk
+++ b/svtools/util/makefile.mk
@@ -2,9 +2,9 @@
#*
#* $RCSfile: makefile.mk,v $
#*
-#* $Revision: 1.27 $
+#* $Revision: 1.28 $
#*
-#* last change: $Author: hjs $ $Date: 2001-09-03 10:14:40 $
+#* last change: $Author: ka $ $Date: 2001-09-26 09:34:32 $
#*
#* The Contents of this file are made available subject to the terms of
#* either of the following licenses
@@ -287,6 +287,25 @@ APP1STDLIBS+= -lsvt$(UPD)$(DLLSUFFIX)
APP1STDLIBS+= -lsvl$(UPD)$(DLLSUFFIX)
.ENDIF
+# --- g2g application --------------------------------------------------
+
+APP2TARGET = g2g
+APP2BASE = 0x10000000
+APP2DEPN = $(L)$/itools.lib $(SVLIBDEPEND)
+APP2OBJS = $(OBJ)$/g2g.obj
+
+APP2STDLIBS = $(SVLIB) \
+ $(TOOLSLIB) \
+ $(VOSLIB) \
+ $(SALLIB)
+
+.IF "$(GUI)"!="UNX"
+APP2STDLIBS+= svtool.lib
+.ELSE
+APP2STDLIBS+= -lsvt$(UPD)$(DLLSUFFIX)
+APP2STDLIBS+= -lsvl$(UPD)$(DLLSUFFIX)
+.ENDIF
+
# --- Targets ------------------------------------------------------
.IF "$(GUI)"=="UNX"