diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-20 13:05:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-20 13:05:07 +0000 |
commit | 72d07b4e60f35cee6fb5db2c2bdffd3544e83499 (patch) | |
tree | 69dfb80171bf660e42359d9e504c7c1bdaa13d74 /psprint | |
parent | 0e58212da491266286b34707fcf676ffb7557350 (diff) |
#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.1-1.1.1.1.18.1) -> HEAD
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/prj/d.lst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/psprint/prj/d.lst b/psprint/prj/d.lst index 573b54c5bfa7..001145b332a8 100644 --- a/psprint/prj/d.lst +++ b/psprint/prj/d.lst @@ -2,14 +2,8 @@ mkdir: %_DEST%\inc%_EXT%\psprint ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so ..\%__SRC%\slb\apsp.lib %_DEST%\lib%_EXT%\apsp.lib +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib ..\inc\psprint\*.hxx %_DEST%\inc%_EXT%\psprint\*.hxx ..\source\fontsubset\sft.h %_DEST%\inc%_EXT%\psprint\sft.h ..\source\fontsubset\list.h %_DEST%\inc%_EXT%\psprint\list.h - -..\%__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" |