diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:35:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:35:55 +0000 |
commit | d5538a123b54c19fb0e1a2389fd7c923c04b6f77 (patch) | |
tree | 0385c28bc7be0b08de61485829019c43a505b9d4 | |
parent | c40a4833a9778a9c6b76063329db2724fcea6cc3 (diff) |
INTEGRATION: CWS bunoexttm (1.18.22); FILE MERGED
2007/02/28 16:54:13 kr 1.18.22.3: adapted: to simplified purpenvhelper
2007/02/14 17:10:34 kr 1.18.22.2: changed: renamed windows purpenvhelper similar to cppuhelper; fixed: don't deliver .pdb files
2007/01/25 13:09:56 kr 1.18.22.1: partly joined from utf2
-rw-r--r-- | cppu/prj/d.lst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cppu/prj/d.lst b/cppu/prj/d.lst index 8dd73141f..344ee2051 100644 --- a/cppu/prj/d.lst +++ b/cppu/prj/d.lst @@ -1,4 +1,5 @@ mkdir: %_DEST%\inc%_EXT%\cppu +mkdir: %_DEST%\inc%_EXT%\cppu\helper\purpenv mkdir: %_DEST%\inc%_EXT%\com mkdir: %_DEST%\inc%_EXT%\com\sun mkdir: %_DEST%\inc%_EXT%\com\sun\star @@ -39,9 +40,31 @@ mkdir: %_DEST%\inc%_EXT%\uno ..\inc\uno\current_context.h %_DEST%\inc%_EXT%\uno\current_context.h ..\inc\uno\current_context.hxx %_DEST%\inc%_EXT%\uno\current_context.hxx ..\inc\uno\cuno.h %_DEST%\inc%_EXT%\uno\cuno.h +..\inc\uno\EnvDcp.h %_DEST%\inc%_EXT%\uno\EnvDcp.h +..\inc\uno\Enterable.h %_DEST%\inc%_EXT%\uno\Enterable.h + +..\inc\cppu\EnvDcp.hxx %_DEST%\inc%_EXT%\cppu\EnvDcp.hxx +..\inc\cppu\Enterable.hxx %_DEST%\inc%_EXT%\cppu\Enterable.hxx +..\inc\cppu\EnvGuards.hxx %_DEST%\inc%_EXT%\cppu\EnvGuards.hxx +..\inc\cppu\FreeReference.hxx %_DEST%\inc%_EXT%\cppu\FreeReference.hxx +..\inc\cppu\Map.hxx %_DEST%\inc%_EXT%\cppu\Map.hxx +..\inc\cppu\Shield.hxx %_DEST%\inc%_EXT%\cppu\Shield.hxx + +..\inc\cppu\helper\purpenv\Environment.hxx %_DEST%\inc%_EXT%\cppu\helper\purpenv\Environment.hxx +..\inc\cppu\helper\purpenv\Mapping.hxx %_DEST%\inc%_EXT%\cppu\helper\purpenv\Mapping.hxx ..\%__SRC%\lib\icppu.lib %_DEST%\lib%_EXT%\icppu.lib ..\%__SRC%\bin\cppu* %_DEST%\bin%_EXT%\* ..\%__SRC%\lib\libuno_cppu.*.* %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\ipurpenvhelper* %_DEST%\lib%_EXT%\* +..\%__SRC%\bin\purpenvhelper*.dll %_DEST%\bin%_EXT%\* +..\%__SRC%\lib\libuno_purpenvhelper* %_DEST%\lib%_EXT%\* + +..\%__SRC%\bin\unsafe_uno_uno*.dll %_DEST%\bin%_EXT%\* +..\%__SRC%\lib\libunsafe_uno_uno.* %_DEST%\lib%_EXT%\* + +..\%__SRC%\bin\affine_uno_uno*.dll %_DEST%\bin%_EXT%\* +..\%__SRC%\lib\libaffine_uno_uno.* %_DEST%\lib%_EXT%\* + linklib: libuno_cppu.*.* |