Issue 64382 - Mac OS X: there is no create-libstatic-link!
Summary: Mac OS X: there is no create-libstatic-link!
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: current
Hardware: All All
: P4 Trivial (vote)
Target Milestone: DevTools
Assignee: pavel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-13 15:56 UTC by pavel
Modified: 2006-04-25 05:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2006-04-13 15:56:28 UTC
These files reference non-existing file:

animations/prj/d.lst:dos: sh -c "if test %OS% = MACOSX; then
create-libstatic-link %_DEST%\lib%_EXT%; fi"
external/prj/d.lst:dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link
%_DEST%\lib%_EXT%; fi"
udkapi/prj/d.lst:dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link
%_DEST%\lib%_EXT%; fi"

Delete these lines.
Comment 1 pavel 2006-04-13 15:59:15 UTC
Done in pj53.
Comment 2 eric.bachard 2006-04-17 19:36:15 UTC
verified building m163 on Mac Intel
Comment 3 pavel 2006-04-25 05:15:28 UTC
OK in m164.