diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:11:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:11:57 +0000 |
commit | 15ba3e8bf20ff50a93d31f7b398216a0c2f6be24 (patch) | |
tree | ec525fe4ce4ce83d7f1770b018352f7d82f1962c /solenv/inc/wnt.mk | |
parent | 5eac7dcfe158ba6e49df5ef389c1ef3058835066 (diff) |
INTEGRATION: CWS pchfix04 (1.77.72); FILE MERGED
2006/11/15 21:21:21 mkretzschmar 1.77.72.1: #i71588# Build (but don't use yet) PCHs on unxlngi6
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r-- | solenv/inc/wnt.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk index 52713b8c54b3..3ab39485eedb 100644 --- a/solenv/inc/wnt.mk +++ b/solenv/inc/wnt.mk @@ -4,9 +4,9 @@ # # $RCSfile: wnt.mk,v $ # -# $Revision: 1.77 $ +# $Revision: 1.78 $ # -# last change: $Author: vg $ $Date: 2006-09-25 13:10:02 $ +# last change: $Author: kz $ $Date: 2007-05-10 15:11:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -75,6 +75,7 @@ DLLPRE= DLLPOST=.dll EXECPOST=.exe SCPPOST=.inf +PCHPOST=.pch DLLDEST=$(BIN) SOLARSHAREDBIN=$(SOLARBINDIR) @@ -85,4 +86,4 @@ JAVA_RUNTIME=javai.lib .ELSE JAVA_RUNTIME=javai_g.lib .ENDIF -.ENDIF
\ No newline at end of file +.ENDIF |