summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 15:33:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 15:33:34 +0000
commit9ffb39973a41e8f91f2b6f893b0c5063c092b093 (patch)
tree8bfdaa79e22270adaad105fb1530c39cc47fd3c1
parent4b8cd32416f64eb34ec3d4f29f62886968bef4bd (diff)
INTEGRATION: CWS internatiodel (1.2.14); FILE MERGED
2006/02/10 19:33:11 er 1.2.14.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
-rw-r--r--rsc/source/prj/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/source/prj/makefile.mk b/rsc/source/prj/makefile.mk
index 8a5d1bff5f4b..774b852323a1 100644
--- a/rsc/source/prj/makefile.mk
+++ b/rsc/source/prj/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 13:52:06 $
+# last change: $Author: vg $ $Date: 2006-04-07 16:33:34 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,7 @@ OBJFILES= $(OBJ)$/gui.obj \
.IF "$(GUI)$(COM)$(COMEX)" != "DOSSTCX"
APP1TARGET= rsc
-APP1STDLIBS=$(TOOLSLIB) $(VOSLIB) $(SALLIB) # $(RTLLIB)
+APP1STDLIBS=$(TOOLSLIB) $(I18NISOLANGLIB) $(VOSLIB) $(SALLIB) # $(RTLLIB)
APP1LIBS= $(LIBPRE) $(LB)$/rsctoo.lib
APP1OBJS= $(OBJ)$/start.obj
APP1STACK=64000
@@ -82,7 +82,7 @@ MACRES= $(SV_RES)MPWToolCfrg.r -d SVTOOLNAME="¶"SV TOOL¶""
# rsc2 muss daher statisch gelinkt werden
APP2STDLIBS=$(STATIC) -latools $(BPICONVLIB) $(VOSLIB) $(OSLLIB) $(RTLLIB) $(DYNAMIC)
.ELSE
-APP2STDLIBS=$(TOOLSLIB) $(VOSLIB) $(SALLIB) #RTLLIB)
+APP2STDLIBS=$(TOOLSLIB) $(I18NISOLANGLIB) $(VOSLIB) $(SALLIB) #RTLLIB)
.ENDIF
.ENDIF
APP2LIBS= $(LIBPRE) $(LB)$/rsctoo.lib \