summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-01 12:38:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-01 12:38:20 +0000
commit7dcf8d8320d439114912ffca24817f7eebe4e81f (patch)
tree4d26e07a3de3b02fe8f882f6bd9340e6c031b774 /svtools
parent9355f5467cd21facb92e4ba25dc8bbc9ebb9134e (diff)
INTEGRATION: CWS ause02 (1.41.6.2.60); FILE MERGED
2003/03/28 17:25:33 hjs 1.41.6.2.60.2: #i7178# corrected dependencies 2003/03/28 16:55:37 hjs 1.41.6.2.60.1: #i7178# corrected dependencies
Diffstat (limited to 'svtools')
-rw-r--r--svtools/util/makefile.mk17
1 files changed, 6 insertions, 11 deletions
diff --git a/svtools/util/makefile.mk b/svtools/util/makefile.mk
index 51550a0dc0f3..340d849fec58 100644
--- a/svtools/util/makefile.mk
+++ b/svtools/util/makefile.mk
@@ -2,9 +2,9 @@
#*
#* $RCSfile: makefile.mk,v $
#*
-#* $Revision: 1.42 $
+#* $Revision: 1.43 $
#*
-#* last change: $Author: hr $ $Date: 2003-03-27 14:39:53 $
+#* last change: $Author: vg $ $Date: 2003-04-01 13:38:20 $
#*
#* The Contents of this file are made available subject to the terms of
#* either of the following licenses
@@ -72,9 +72,7 @@ GEN_HID_OTHER=TRUE
ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
USE_LDUMP2=TRUE
@@ -129,11 +127,6 @@ LIB7FILES= \
$(SLB)$/filepicker.lib \
$(SLB)$/heavyconfig.lib
-
-.IF "$(GUI)" == "OS2"
-LIB7FILES+= $(SLB)$/eaimp.lib
-.ENDIF
-
.IF "$(GUI)" == "UNX"
LIB7FILES+= $(SLB)$/eaimp.lib
.ENDIF
@@ -213,6 +206,7 @@ SHL1LIBS= \
$(LB)$/svmem.lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
+SHL1DEPN=$(SHL2TARGETN)
DEF1NAME= $(SHL1TARGET)
DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt
@@ -257,7 +251,7 @@ DEF2DES =SvTools lite
APP1TARGET = bmpgui
APP1BASE = 0x10000000
-APP1DEPN = $(L)$/itools.lib $(SVLIBDEPEND)
+APP1DEPN = $(SHL1TARGETN) $(SHL2TARGETN)
APP1OBJS = $(OBJ)$/bmpgui.obj \
$(OBJ)$/bmpcore.obj
@@ -277,7 +271,8 @@ APP1STDLIBS+= -lsvl$(UPD)$(DLLSUFFIX)
APP2TARGET = g2g
APP2BASE = 0x10000000
-APP2DEPN = $(L)$/itools.lib $(SVLIBDEPEND)
+APP2DEPN = $(SHL1TARGETN) $(SHL2TARGETN)
+
APP2OBJS = $(OBJ)$/g2g.obj
APP2STDLIBS = $(SVLIB) \