diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:56:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:56:33 +0000 |
commit | f5e07d2a818fbd7de0c197da6912c38cbdaffcfe (patch) | |
tree | ec733d4a24b5b1e39ccb770bb4c99d76d60b35be /tools/win | |
parent | 4ac72e4a9a8758e04e844f5d75fcbcddc452ff31 (diff) |
INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED
2006/02/24 14:49:19 sb 1.4.8.3: #i53898# Made code warning-free; removed dead code.
2005/10/14 14:35:41 sb 1.4.8.2: #i53898# Fixed typo.
2005/10/14 11:19:44 sb 1.4.8.1: #i53898# Made code warning-free; cleanup.
Diffstat (limited to 'tools/win')
-rw-r--r-- | tools/win/source/dll/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/win/source/dll/makefile.mk b/tools/win/source/dll/makefile.mk index 2398ccae48a5..52e91f7b7270 100644 --- a/tools/win/source/dll/makefile.mk +++ b/tools/win/source/dll/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-09 14:46:59 $ +# last change: $Author: hr $ $Date: 2006-06-19 13:56:33 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,8 @@ TARGET=dll .INCLUDE : settings.mk .INCLUDE : sv.mk +.INCLUDE: $(PRJ)$/util$/makefile.pmk + # --- WNT ---------------------------------------------------------- .IF "$(GUI)" == "WNT" |