From dc0678a84bb09581c182191bc665377d13cea3f3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 19 May 2008 07:17:44 +0000 Subject: #i89468# deliver hyphen.h for windows too --- hyphen/makefile.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hyphen/makefile.mk') diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk index 70ef187034fc..bf5f1b15dbba 100644 --- a/hyphen/makefile.mk +++ b/hyphen/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # # This file is part of OpenOffice.org. # @@ -69,6 +69,7 @@ OUT2INC += hyphen.h .IF "$(GUI)"=="WNT" BUILD_ACTION=dmake +OUT2INC += hyphen.h .ENDIF # "$(GUI)"=="WNT" -- cgit