diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 12:00:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 12:00:56 +0000 |
commit | b07dc4604c4b66f07c1c2022817041ff4ff4b355 (patch) | |
tree | d44384d0272c41e2de7a7f2643b4eb816bca892f /sal/systools | |
parent | f66291bb6c5825d050ec96ea6e649efd618d9100 (diff) |
INTEGRATION: CWS setupcustomizer (1.9.60); FILE MERGED
2005/01/14 13:07:31 tra 1.9.60.1: added unicode wrapper for some shell helper functions
Diffstat (limited to 'sal/systools')
-rw-r--r-- | sal/systools/win32/uwinapi/makefile.mk | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/sal/systools/win32/uwinapi/makefile.mk b/sal/systools/win32/uwinapi/makefile.mk index 9af525b3d761..29eab160bf0e 100644 --- a/sal/systools/win32/uwinapi/makefile.mk +++ b/sal/systools/win32/uwinapi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2004-08-20 14:11:13 $ +# last change: $Author: obo $ $Date: 2005-01-25 13:00:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -125,7 +125,18 @@ SLOFILES=\ $(SLO)$/GetVolumePathNameA.obj\ $(SLO)$/GetVolumePathNameW.obj\ $(SLO)$/SetVolumeMountPointA.obj\ - $(SLO)$/SetVolumeMountPointW.obj + $(SLO)$/SetVolumeMountPointW.obj\ + $(SLO)$/PathAddBackslashW.obj\ + $(SLO)$/PathCompactPathExW.obj\ + $(SLO)$/PathFileExistsW.obj\ + $(SLO)$/PathFindExtensionW.obj\ + $(SLO)$/PathFindFileNameW.obj\ + $(SLO)$/PathIsFileSpecW.obj\ + $(SLO)$/PathIsUNCW.obj\ + $(SLO)$/PathRemoveExtensionW.obj\ + $(SLO)$/PathRemoveFileSpecW.obj\ + $(SLO)$/PathSetDlgItemPathW.obj\ + $(SLO)$/PathStripToRootW.obj SHL1TARGET=$(TARGET) SHL1IMPLIB=$(SHL1TARGET) @@ -150,7 +161,8 @@ SHL1STDLIBS=\ user32.lib\ advapi32.lib\ version.lib\ - msvcrt.lib + msvcrt.lib\ + shlwapi.lib .ENDIF |