diff options
author | Michael Meeks <mmeeks@openoffice.org> | 2004-10-07 13:49:05 +0000 |
---|---|---|
committer | Michael Meeks <mmeeks@openoffice.org> | 2004-10-07 13:49:05 +0000 |
commit | 96d83d041a9ad6ee80b0362de0801faf8f1f8fa3 (patch) | |
tree | fadf009b483749392066695477ccc029c73e6b45 /libwpd | |
parent | f0247642a95532c817c66ad336f03161261dc67c (diff) |
Issue number: 35022
Submitted by: mmeeks
Reviewed by: vq
Fix .net 2003 build with stdio.h include.
Diffstat (limited to 'libwpd')
-rw-r--r-- | libwpd/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libwpd/makefile.mk b/libwpd/makefile.mk index a1ec0da10c8f..2f41550e2be3 100644 --- a/libwpd/makefile.mk +++ b/libwpd/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mmeeks $ $Date: 2004-08-24 10:44:15 $ +# last change: $Author: mmeeks $ $Date: 2004-10-07 14:49:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,7 +72,7 @@ TARGET=wpd # --- Files -------------------------------------------------------- TARFILE_NAME=libwpd-snap-20040823 -PATCH_FILE_NAME= +PATCH_FILE_NAME=$(TARFILE_NAME).diff BUILD_ACTION=dmake BUILD_DIR=src/lib |