diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 02:33:51 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 02:33:51 +0000 |
commit | 3d22f4225c8c2232305eaa7b839c9b61f2693708 (patch) | |
tree | 839f1ed3655b7af6480c2229ba59a93e3a24cd54 | |
parent | c098864e0d22ef1affafa73a3890bc56d559346a (diff) |
INTEGRATION: CWS mergebuild (1.1.1.1.410); FILE MERGED
2004/05/12 09:15:12 hjs 1.1.1.1.410.2: #i8252# fixed it...
2003/11/11 19:26:00 ihi 1.1.1.1.410.1: en -> en-US
-rw-r--r-- | sw/source/ui/inc/makefile.mk | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/sw/source/ui/inc/makefile.mk b/sw/source/ui/inc/makefile.mk index 221888abb0..023a35a428 100644 --- a/sw/source/ui/inc/makefile.mk +++ b/sw/source/ui/inc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:14:41 $ +# last change: $Author: hjs $ $Date: 2004-06-26 03:33:51 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -59,3 +59,19 @@ # # #************************************************************************* + +PRJ=..$/..$/.. + +PRJNAME=sw +TARGET=uiinc + +# --- Settings ----------------------------------------------------- + +.INCLUDE : settings.mk + +# --- Files -------------------------------------------------------- + +LOCALIZE_ME=swmn_tmpl.hrc swacc_tmpl.hrc toolbox_tmpl.hrc + +.INCLUDE : target.mk + |