diff options
author | Tobias Krause <tkr@openoffice.org> | 2010-01-25 12:39:18 +0100 |
---|---|---|
committer | Tobias Krause <tkr@openoffice.org> | 2010-01-25 12:39:18 +0100 |
commit | f8037b9dc3b5d00ac8c99b7a1512b9691b05935d (patch) | |
tree | 7381d609a9ba5c6eebbbd3197ca1f9d30ec9190c /shell/prj | |
parent | e9f7eaf63498eb1f08e79ffd879b4dabfd86675d (diff) | |
parent | 3b3e144c13a85b21b32904f245f44256c63e10e5 (diff) |
tkr32: rebase from m65 to m70
Diffstat (limited to 'shell/prj')
-rw-r--r-- | shell/prj/build.lst | 2 | ||||
-rw-r--r-- | shell/prj/d.lst | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/prj/build.lst b/shell/prj/build.lst index 864ff49b3211..becde6d21f20 100644 --- a/shell/prj/build.lst +++ b/shell/prj/build.lst @@ -1,4 +1,4 @@ -sl shell : l10n offuh rdbmaker tools sal vcl EXPAT:expat NULL +sl shell : l10n offuh rdbmaker tools sal EXPAT:expat NULL sl shell\inc nmake - all sl_inc NULL sl shell\source\win32 nmake - w sl_win32 sl_inc NULL sl shell\source\win32\simplemail nmake - w sl_win32_simplemail sl_inc NULL diff --git a/shell/prj/d.lst b/shell/prj/d.lst index 98d4a6215faf..eee13ef34fe9 100644 --- a/shell/prj/d.lst +++ b/shell/prj/d.lst @@ -4,6 +4,9 @@ ..\%__SRC%\lib\*.uno.so %_DEST%\lib%_EXT%\*.uno.so ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll ..\%__SRC%\bin\*.exe %_DEST%\bin%_EXT%\*.exe +..\%__SRC%\bin\x64\shlxthdl.dll %_DEST%\bin%_EXT%\shlxthdl_x64.dll +..\%__SRC%\bin\x64\ooofiltproxy.dll %_DEST%\bin%_EXT%\ooofiltproxy_x64.dll +..\%__SRC%\bin\x64\ooofilt.dll %_DEST%\bin%_EXT%\ooofilt_x64.dll ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib ..\%__SRC%\lib\*.a %_DEST%\lib%_EXT%\*.a @@ -18,3 +21,4 @@ ..\%__SRC%\misc\*.xml %_DEST%\xml%_EXT%\*.xml ..\%__SRC%\misc\*-ucd.txt %_DEST%\bin%_EXT%\*-ucd.txt +..\inc\kde_headers.h %_DEST%\inc%_EXT%\shell\kde_headers.h |