diff options
author | Martin Hollmichel <mh@openoffice.org> | 2002-11-18 15:01:34 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2002-11-18 15:01:34 +0000 |
commit | f758933240a8722096db676bcf1a7fc010ecc519 (patch) | |
tree | a7d4da60468e283f80ba026342db2c8cf797d80b /automation/prj | |
parent | 13272a328e53540326555b26aec9a4c9fb1bd1e5 (diff) |
add: testtool, #104916#
Diffstat (limited to 'automation/prj')
-rw-r--r-- | automation/prj/d.lst | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/automation/prj/d.lst b/automation/prj/d.lst index 7d1e33a71b78..f49ebf8d5439 100644 --- a/automation/prj/d.lst +++ b/automation/prj/d.lst @@ -2,7 +2,19 @@ mkdir: %_DEST%\inc%_EXT%\automation ..\%__SRC%\bin\sts?????.dll %_DEST%\bin%_EXT%\sts?????.dll ..\%__SRC%\lib\libsts* %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib ..\%__SRC%\lib\automation.lib %_DEST%\lib%_EXT%\automation.lib hedabu: ..\inc\automation.hxx %_DEST%\inc%_EXT%\automation\automation.hxx + +..\%__SRC%\bin\testtool.exe %_DEST%\bin%_EXT%\testtool.exe +..\%__SRC%\bin\testtool %_DEST%\bin%_EXT%\testtool.bin +..\%__SRC%\inc\classes %_DEST%\bin%_EXT%\classes +..\%__SRC%\inc\keycodes %_DEST%\bin%_EXT%\keycodes +..\%__SRC%\inc\res_type %_DEST%\bin%_EXT%\res_type + +..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib +..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx +..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h* + +dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" +dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi" |