diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-08-03 13:41:09 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-08-03 13:41:09 +0000 |
commit | 537c09ab4a2f7284ba7813e697bd57732c42cbd3 (patch) | |
tree | 2a4adbbc3675bb319419f603b5f97cba57d10e78 /transex3/prj | |
parent | aadf05dac33f83bfcba35873b4f2dacd64e8bab0 (diff) |
Added transex libs
Diffstat (limited to 'transex3/prj')
-rw-r--r-- | transex3/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/transex3/prj/d.lst b/transex3/prj/d.lst index b8766789c8bc..c3b3cd845040 100644 --- a/transex3/prj/d.lst +++ b/transex3/prj/d.lst @@ -16,7 +16,8 @@ mkdir: %_DEST%\inc%_EXT%\transex3 ..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h* ..\inc\export.hxx %_DEST%\inc%_EXT%\transex3\export.hxx -..\%__SRC%\lib\transex3.lib %_DEST%\lib%_EXT%\transex3.lib +..\%__SRC%\lib\transex.lib %_DEST%\lib%_EXT%\transex.lib +..\%__SRC%\lib\libtransex.a %_DEST%\lib%_EXT%\libtransex.a 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" |