diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 06:38:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 06:38:41 +0000 |
commit | 73ac9ecd72ff6619168e491a4e7c642cfa391526 (patch) | |
tree | 13cd3abc353adb488656257c9f265b10537480d4 /sal/systools | |
parent | 8e40c2acc9c42d2c39f684312816802c2c96c0d4 (diff) |
INTEGRATION: CWS hro34 (1.15.64); FILE MERGED
2008/03/07 10:36:23 hro 1.15.64.1: #i72556# Added Auto COM PTR and Vista APIs to uwinapi
Diffstat (limited to 'sal/systools')
-rw-r--r-- | sal/systools/win32/uwinapi/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sal/systools/win32/uwinapi/makefile.mk b/sal/systools/win32/uwinapi/makefile.mk index d129a5b95421..c892f52294d1 100644 --- a/sal/systools/win32/uwinapi/makefile.mk +++ b/sal/systools/win32/uwinapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:52:33 $ +# last change: $Author: rt $ $Date: 2008-03-12 07:38:41 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -114,8 +114,9 @@ SLOFILES=\ $(SLO)$/PathRemoveExtensionW.obj\ $(SLO)$/PathRemoveFileSpecW.obj\ $(SLO)$/PathSetDlgItemPathW.obj\ - $(SLO)$/PathStripToRootW.obj - + $(SLO)$/PathStripToRootW.obj\ + $(SLO)$/SHCreateItemFromParsingName.obj + SHL1TARGET=$(TARGET) SHL1IMPLIB=$(SHL1TARGET) SHL1DEF=$(MISC)/$(SHL1TARGET).def @@ -156,7 +157,7 @@ SHL1STDLIBS+=\ $(LIBCMT)\ $(SHLWAPILIB) - + .ENDIF .IF "$(COM)"=="GCC" @@ -167,4 +168,3 @@ $(LB)$/libuwinapi.a: $(MISC)$/uwinapi.def .ENDIF .INCLUDE : target.mk - |