diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-19 07:17:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-19 07:17:44 +0000 |
commit | dc0678a84bb09581c182191bc665377d13cea3f3 (patch) | |
tree | 4a88f7b63aa1481fb68ae0e4fe27ac64992fd9ed /hyphen | |
parent | 02e6d621baa226e8064cd1773bf90a871527b612 (diff) |
#i89468# deliver hyphen.h for windows too
Diffstat (limited to 'hyphen')
-rw-r--r-- | hyphen/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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" |