diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 12:18:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 12:18:00 +0000 |
commit | cb11db846bc55fb8f17fe080f95f65e0e8d50d3f (patch) | |
tree | 171814faf27649bdd223cd46c402757c026b692a /codemaker | |
parent | 241a41caa32b5c3a0f12ea224761311e2e9cefcf (diff) |
INTEGRATION: CWS pj59 (1.11.18); FILE MERGED
2006/09/19 06:45:43 pjanik 1.11.18.1: #i69025#: Remove extraneous macosx-create-bundle call.
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/prj/d.lst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/codemaker/prj/d.lst b/codemaker/prj/d.lst index e927c08f1..62b56b948 100644 --- a/codemaker/prj/d.lst +++ b/codemaker/prj/d.lst @@ -12,6 +12,3 @@ ..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT%\*.lib ..\%__SRC%\lib\i*.lib %_DEST%\lib%_EXT%\i*.lib ..\%__SRC%\lib\*.a %_DEST%\lib%_EXT%\*.a - - -dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" |