diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-14 10:44:32 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-14 10:44:32 +0000 |
commit | e13906c8af36164905772b70a6766b153b93b445 (patch) | |
tree | 4bf22b87e71e0b871127c011c2c078c5a4c73290 /libwpd | |
parent | 163de22a857a84952951327e3711c0aa9ce9a1b5 (diff) |
INTEGRATION: CWS fs01 (1.6.6); FILE MERGED
2005/06/23 06:55:50 fridrich_strba 1.6.6.3: Issue number: 47307
Submitted by: fridrich_strba
Reviewed by: fridrich_strba
2005/05/17 10:13:53 fridrich_strba 1.6.6.2: Uploading patch file reverting a buggy patch applied upstream
Issue number: 47307
Submitted by: fridrich_strba
Reviewed by: fridrich_strba
2005/05/03 11:28:32 fridrich_strba 1.6.6.1: Uploading libwpd-0.8.1.tar.gz
Issue number: 47307
Submitted by: fridrich_strba
Reviewed by: fridrich_strba
Diffstat (limited to 'libwpd')
-rw-r--r-- | libwpd/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libwpd/makefile.mk b/libwpd/makefile.mk index 15076ed17b45..4f513ebe10bf 100644 --- a/libwpd/makefile.mk +++ b/libwpd/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2005-03-03 11:45:00 $ +# last change: $Author: kz $ $Date: 2005-07-14 11:44:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,8 +76,8 @@ TARGET=wpd @echo "Using system libwpd..." .ENDIF -TARFILE_NAME=libwpd-0.8.0 -PATCH_FILE_NAME=$(TARFILE_NAME).diff +TARFILE_NAME=libwpd-0.8.2 +#PATCH_FILE_NAME=$(TARFILE_NAME).diff BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) BUILD_DIR=src/lib |