summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 18:30:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 18:30:44 +0000
commit365266ba9d864986ff3167a35884bb6d9e6f5b1c (patch)
tree4a1b99139fa3b3cf16cc3a5f57173b19bbdc15be /goodies
parentfc80b47398faf6cbe23e62f2c45d2f36f981dc90 (diff)
INTEGRATION: CWS pj17 (1.5.98); FILE MERGED
2005/01/22 18:09:07 pjanik 1.5.98.1: #i10000#, #i41132#: Update to the current naming scheme.
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/inv/makefile.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/goodies/source/inv/makefile.mk b/goodies/source/inv/makefile.mk
index 93294e34fb8f..1be7771822e3 100644
--- a/goodies/source/inv/makefile.mk
+++ b/goodies/source/inv/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2003-08-25 15:01:07 $
+# last change: $Author: hr $ $Date: 2005-02-11 19:30:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -95,6 +95,7 @@ SLOFILES= \
SRS1NAME=$(TARGET)
SRC1FILES=gegner.src strings.src
+RESLIB1IMAGES= $(PRJ)$/res
RESLIB1NAME=tfu
RESLIB1SRSFILES=$(SRS)$/invader.srs
@@ -120,7 +121,8 @@ SHL1TARGET= tfu$(UPD)$(DLLPOSTFIX)
SHL1IMPLIB= itfu
SHL1STDLIBS=\
$(SVLIB) \
- $(TOOLSLIB)
+ $(TOOLSLIB) \
+ $(SALLIB)
.IF "$(GUI)"=="WNT"
SHL1STDLIBS+=\
@@ -154,8 +156,7 @@ $(BIN)$/applicat.rdb : makefile.mk $(SOLARBINDIR)$/types.rdb
$(GNUCOPY) $(SOLARBINDIR)$/types.rdb $@
+cd $(BIN) && \
regcomp -register -r applicat.rdb \
- -c $(DLLPRE)i18n$(UPD)$(DLLPOSTFIX)$(DLLPOST) \
- -c $(DLLPRE)i18npool$(UPD)$(DLLPOSTFIX)$(DLLPOST)
+ -c i18npool.uno$(DLLPOST)
# --- Def-File ---