Changeset 4244
- Timestamp:
- 06/08/06 19:32:22 (3 years ago)
- Files:
-
- WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj (modified) (34 diffs)
- WiredAdditions/trunk/libwired.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj
r4238 r4244 268 268 778E7D3D096AC58500258FE6 /* NSTabView-WIAdditions.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "NSTabView-WIAdditions.h"; sourceTree = SOURCE_ROOT; }; 269 269 778E7D3E096AC58500258FE6 /* NSTabView-WIAdditions.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = "NSTabView-WIAdditions.m"; sourceTree = SOURCE_ROOT; }; 270 779C73C80973BF7100D173B8 /* libwired.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libwired.a; path = libwired/run/lib/libwired.a; sourceTree = SOURCE_ROOT; };270 779C73C80973BF7100D173B8 /* libwired.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libwired.a; sourceTree = BUILT_PRODUCTS_DIR; }; 271 271 77A153BD08B0A5B400FC27ED /* localize.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = localize.sh; sourceTree = "<group>"; }; 272 272 77B7C1E70973E9CA009367B0 /* libwired.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = libwired.sh; sourceTree = "<group>"; }; … … 381 381 A553B5F507AAF5FC005EE3E5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; name = Info.plist; path = Tests/WINotificationCenter/Info.plist; sourceTree = "<group>"; }; 382 382 A553B5F607AAF5FC005EE3E5 /* prefix.pch */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = prefix.pch; path = Tests/WINotificationCenter/prefix.pch; sourceTree = "<group>"; }; 383 A56288F1097ED2BD00F34C4C /* wired */ = {isa = PBXFileReference; lastKnownFileType = folder; name = wired; path = libwired/run/include/wired; sourceTree = "<group>"; };383 A56288F1097ED2BD00F34C4C /* wired */ = {isa = PBXFileReference; lastKnownFileType = folder; name = wired; path = build/Test/Universal/wired; sourceTree = "<group>"; }; 384 384 A56443420A261E9600ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = "<group>"; }; 385 385 A56443710A261F1C00ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = Japanese.lproj/ReleaseNotes.nib; sourceTree = "<group>"; }; … … 479 479 8DC2EF5B0486A6940098B216 /* WiredAdditions.framework */, 480 480 779C73C80973BF7100D173B8 /* libwired.a */, 481 A56288F1097ED2BD00F34C4C /* wired */, 481 482 A5E4B39E07A9797200BD6812 /* WIAutoreleasePool Test.app */, 482 483 A5E4B55207A98AEE00BD6812 /* WIObject Test.app */, … … 610 611 children = ( 611 612 77DD0C2B097527B0002C0601 /* libwired */, 612 A56288F1097ED2BD00F34C4C /* wired */,613 613 ); 614 614 name = Subprojects; … … 1279 1279 1280 1280 /* Begin XCBuildConfiguration section */ 1281 773966BA0857539700058AF5 /* Debug (Native)*/ = {1281 773966BA0857539700058AF5 /* Debug/Native */ = { 1282 1282 isa = XCBuildConfiguration; 1283 1283 buildSettings = { … … 1289 1289 HEADER_SEARCH_PATHS = ( 1290 1290 "$(HEADER_SEARCH_PATHS)", 1291 "$( SRCROOT)/libwired/run/include",1291 "$(BUILT_PRODUCTS_DIR)", 1292 1292 ); 1293 1293 INFOPLIST_FILE = Info.plist; 1294 1294 INSTALL_PATH = "@executable_path/../Frameworks"; 1295 LIBRARY_SEARCH_PATHS = (1296 "$(LIBRARY_SEARCH_PATHS)",1297 "$(SRCROOT)/libwired/run/lib",1298 );1299 1295 OTHER_LDFLAGS = ( 1300 1296 "-lcrypto", … … 1306 1302 WRAPPER_EXTENSION = framework; 1307 1303 }; 1308 name = "Debug (Native)";1309 }; 1310 773966BB0857539700058AF5 /* Test (Native)*/ = {1304 name = Debug/Native; 1305 }; 1306 773966BB0857539700058AF5 /* Test/Native */ = { 1311 1307 isa = XCBuildConfiguration; 1312 1308 buildSettings = { … … 1318 1314 HEADER_SEARCH_PATHS = ( 1319 1315 "$(HEADER_SEARCH_PATHS)", 1320 "$( SRCROOT)/libwired/run/include",1316 "$(BUILT_PRODUCTS_DIR)", 1321 1317 ); 1322 1318 INFOPLIST_FILE = Info.plist; 1323 1319 INSTALL_PATH = "@executable_path/../Frameworks"; 1324 LIBRARY_SEARCH_PATHS = (1325 "$(LIBRARY_SEARCH_PATHS)",1326 "$(SRCROOT)/libwired/run/lib",1327 );1328 1320 OTHER_LDFLAGS = ( 1329 1321 "-lcrypto", … … 1335 1327 WRAPPER_EXTENSION = framework; 1336 1328 }; 1337 name = "Test (Native)";1338 }; 1339 773966BC0857539700058AF5 /* Release (Universal)*/ = {1329 name = Test/Native; 1330 }; 1331 773966BC0857539700058AF5 /* Release/Universal */ = { 1340 1332 isa = XCBuildConfiguration; 1341 1333 buildSettings = { … … 1347 1339 HEADER_SEARCH_PATHS = ( 1348 1340 "$(HEADER_SEARCH_PATHS)", 1349 "$( SRCROOT)/libwired/run/include",1341 "$(BUILT_PRODUCTS_DIR)", 1350 1342 ); 1351 1343 INFOPLIST_FILE = Info.plist; 1352 1344 INSTALL_PATH = "@executable_path/../Frameworks"; 1353 LIBRARY_SEARCH_PATHS = (1354 "$(LIBRARY_SEARCH_PATHS)",1355 "$(SRCROOT)/libwired/run/lib",1356 );1357 1345 OTHER_LDFLAGS = ( 1358 1346 "-lcrypto", … … 1364 1352 WRAPPER_EXTENSION = framework; 1365 1353 }; 1366 name = "Release (Universal)";1367 }; 1368 773966BE0857539700058AF5 /* Debug (Native)*/ = {1354 name = Release/Universal; 1355 }; 1356 773966BE0857539700058AF5 /* Debug/Native */ = { 1369 1357 isa = XCBuildConfiguration; 1370 1358 buildSettings = { … … 1385 1373 ZERO_LINK = YES; 1386 1374 }; 1387 name = "Debug (Native)";1388 }; 1389 773966BF0857539700058AF5 /* Test (Native)*/ = {1375 name = Debug/Native; 1376 }; 1377 773966BF0857539700058AF5 /* Test/Native */ = { 1390 1378 isa = XCBuildConfiguration; 1391 1379 buildSettings = { … … 1401 1389 ); 1402 1390 }; 1403 name = "Test (Native)";1404 }; 1405 773966C00857539700058AF5 /* Release (Universal)*/ = {1391 name = Test/Native; 1392 }; 1393 773966C00857539700058AF5 /* Release/Universal */ = { 1406 1394 isa = XCBuildConfiguration; 1407 1395 buildSettings = { … … 1417 1405 ); 1418 1406 }; 1419 name = "Release (Universal)";1420 }; 1421 773966C20857539700058AF5 /* Debug (Native)*/ = {1407 name = Release/Universal; 1408 }; 1409 773966C20857539700058AF5 /* Debug/Native */ = { 1422 1410 isa = XCBuildConfiguration; 1423 1411 buildSettings = { … … 1431 1419 PRODUCT_NAME = "WIAutoreleasePool Test"; 1432 1420 }; 1433 name = "Debug (Native)";1434 }; 1435 773966C30857539700058AF5 /* Test (Native)*/ = {1421 name = Debug/Native; 1422 }; 1423 773966C30857539700058AF5 /* Test/Native */ = { 1436 1424 isa = XCBuildConfiguration; 1437 1425 buildSettings = { … … 1445 1433 PRODUCT_NAME = "WIAutoreleasePool Test"; 1446 1434 }; 1447 name = "Test (Native)";1448 }; 1449 773966C40857539700058AF5 /* Release (Universal)*/ = {1435 name = Test/Native; 1436 }; 1437 773966C40857539700058AF5 /* Release/Universal */ = { 1450 1438 isa = XCBuildConfiguration; 1451 1439 buildSettings = { … … 1459 1447 PRODUCT_NAME = "WIAutoreleasePool Test"; 1460 1448 }; 1461 name = "Release (Universal)";1462 }; 1463 773966C60857539700058AF5 /* Debug (Native)*/ = {1449 name = Release/Universal; 1450 }; 1451 773966C60857539700058AF5 /* Debug/Native */ = { 1464 1452 isa = XCBuildConfiguration; 1465 1453 buildSettings = { … … 1473 1461 PRODUCT_NAME = "WINotificationCenter Test"; 1474 1462 }; 1475 name = "Debug (Native)";1476 }; 1477 773966C70857539700058AF5 /* Test (Native)*/ = {1463 name = Debug/Native; 1464 }; 1465 773966C70857539700058AF5 /* Test/Native */ = { 1478 1466 isa = XCBuildConfiguration; 1479 1467 buildSettings = { … … 1487 1475 PRODUCT_NAME = "WINotificationCenter Test"; 1488 1476 }; 1489 name = "Test (Native)";1490 }; 1491 773966C80857539700058AF5 /* Release (Universal)*/ = {1477 name = Test/Native; 1478 }; 1479 773966C80857539700058AF5 /* Release/Universal */ = { 1492 1480 isa = XCBuildConfiguration; 1493 1481 buildSettings = { … … 1501 1489 PRODUCT_NAME = "WINotificationCenter Test"; 1502 1490 }; 1503 name = "Release (Universal)";1504 }; 1505 773966CA0857539700058AF5 /* Debug (Native)*/ = {1491 name = Release/Universal; 1492 }; 1493 773966CA0857539700058AF5 /* Debug/Native */ = { 1506 1494 isa = XCBuildConfiguration; 1507 1495 buildSettings = { … … 1515 1503 PRODUCT_NAME = "WIObject Test"; 1516 1504 }; 1517 name = "Debug (Native)";1518 }; 1519 773966CB0857539700058AF5 /* Test (Native)*/ = {1505 name = Debug/Native; 1506 }; 1507 773966CB0857539700058AF5 /* Test/Native */ = { 1520 1508 isa = XCBuildConfiguration; 1521 1509 buildSettings = { … … 1529 1517 PRODUCT_NAME = "WIObject Test"; 1530 1518 }; 1531 name = "Test (Native)";1532 }; 1533 773966CC0857539700058AF5 /* Release (Universal)*/ = {1519 name = Test/Native; 1520 }; 1521 773966CC0857539700058AF5 /* Release/Universal */ = { 1534 1522 isa = XCBuildConfiguration; 1535 1523 buildSettings = { … … 1543 1531 PRODUCT_NAME = "WIObject Test"; 1544 1532 }; 1545 name = "Release (Universal)";1546 }; 1547 773966CE0857539700058AF5 /* Debug (Native)*/ = {1533 name = Release/Universal; 1534 }; 1535 773966CE0857539700058AF5 /* Debug/Native */ = { 1548 1536 isa = XCBuildConfiguration; 1549 1537 baseConfigurationReference = 773966DB085753DC00058AF5 /* WiredAdditions.xcconfig */; … … 1554 1542 ZERO_LINK = YES; 1555 1543 }; 1556 name = "Debug (Native)";1557 }; 1558 773966CF0857539700058AF5 /* Test (Native)*/ = {1544 name = Debug/Native; 1545 }; 1546 773966CF0857539700058AF5 /* Test/Native */ = { 1559 1547 isa = XCBuildConfiguration; 1560 1548 baseConfigurationReference = 773966DB085753DC00058AF5 /* WiredAdditions.xcconfig */; … … 1564 1552 GCC_WARN_UNINITIALIZED_AUTOS = YES; 1565 1553 }; 1566 name = "Test (Native)";1567 }; 1568 773966D00857539700058AF5 /* Release (Universal)*/ = {1554 name = Test/Native; 1555 }; 1556 773966D00857539700058AF5 /* Release/Universal */ = { 1569 1557 isa = XCBuildConfiguration; 1570 1558 baseConfigurationReference = 773966DB085753DC00058AF5 /* WiredAdditions.xcconfig */; … … 1578 1566 GCC_WARN_UNINITIALIZED_AUTOS = YES; 1579 1567 }; 1580 name = "Release (Universal)";1581 }; 1582 779C73A20973BE9600D173B8 /* Debug (Native)*/ = {1568 name = Release/Universal; 1569 }; 1570 779C73A20973BE9600D173B8 /* Debug/Native */ = { 1583 1571 isa = XCBuildConfiguration; 1584 1572 buildSettings = { 1585 1573 PRODUCT_NAME = libwired; 1586 1574 }; 1587 name = "Debug (Native)";1588 }; 1589 779C73A30973BE9600D173B8 /* Test (Native)*/ = {1575 name = Debug/Native; 1576 }; 1577 779C73A30973BE9600D173B8 /* Test/Native */ = { 1590 1578 isa = XCBuildConfiguration; 1591 1579 buildSettings = { 1592 1580 PRODUCT_NAME = libwired; 1593 1581 }; 1594 name = "Test (Native)";1595 }; 1596 779C73A40973BE9600D173B8 /* Release (Universal)*/ = {1582 name = Test/Native; 1583 }; 1584 779C73A40973BE9600D173B8 /* Release/Universal */ = { 1597 1585 isa = XCBuildConfiguration; 1598 1586 buildSettings = { 1599 1587 PRODUCT_NAME = libwired; 1600 1588 }; 1601 name = "Release (Universal)";1602 }; 1603 A5DB47C2098BBABE0073564C /* Test (Universal)*/ = {1589 name = Release/Universal; 1590 }; 1591 A5DB47C2098BBABE0073564C /* Test/Universal */ = { 1604 1592 isa = XCBuildConfiguration; 1605 1593 buildSettings = { 1606 1594 PRODUCT_NAME = libwired; 1607 1595 }; 1608 name = "Test (Universal)";1609 }; 1610 A5DB47C3098BBABE0073564C /* Test (Universal)*/ = {1596 name = Test/Universal; 1597 }; 1598 A5DB47C3098BBABE0073564C /* Test/Universal */ = { 1611 1599 isa = XCBuildConfiguration; 1612 1600 buildSettings = { … … 1618 1606 HEADER_SEARCH_PATHS = ( 1619 1607 "$(HEADER_SEARCH_PATHS)", 1620 "$( SRCROOT)/libwired/run/include",1608 "$(BUILT_PRODUCTS_DIR)", 1621 1609 ); 1622 1610 INFOPLIST_FILE = Info.plist; 1623 1611 INSTALL_PATH = "@executable_path/../Frameworks"; 1624 LIBRARY_SEARCH_PATHS = (1625 "$(LIBRARY_SEARCH_PATHS)",1626 "$(SRCROOT)/libwired/run/lib",1627 );1628 1612 OTHER_LDFLAGS = ( 1629 1613 "-lcrypto", … … 1635 1619 WRAPPER_EXTENSION = framework; 1636 1620 }; 1637 name = "Test (Universal)";1638 }; 1639 A5DB47C4098BBABE0073564C /* Test (Universal)*/ = {1621 name = Test/Universal; 1622 }; 1623 A5DB47C4098BBABE0073564C /* Test/Universal */ = { 1640 1624 isa = XCBuildConfiguration; 1641 1625 buildSettings = { … … 1651 1635 ); 1652 1636 }; 1653 name = "Test (Universal)";1654 }; 1655 A5DB47C5098BBABE0073564C /* Test (Universal)*/ = {1637 name = Test/Universal; 1638 }; 1639 A5DB47C5098BBABE0073564C /* Test/Universal */ = { 1656 1640 isa = XCBuildConfiguration; 1657 1641 buildSettings = { … … 1665 1649 PRODUCT_NAME = "WIAutoreleasePool Test"; 1666 1650 }; 1667 name = "Test (Universal)";1668 }; 1669 A5DB47C6098BBABE0073564C /* Test (Universal)*/ = {1651 name = Test/Universal; 1652 }; 1653 A5DB47C6098BBABE0073564C /* Test/Universal */ = { 1670 1654 isa = XCBuildConfiguration; 1671 1655 buildSettings = { … … 1679 1663 PRODUCT_NAME = "WINotificationCenter Test"; 1680 1664 }; 1681 name = "Test (Universal)";1682 }; 1683 A5DB47C7098BBABE0073564C /* Test (Universal)*/ = {1665 name = Test/Universal; 1666 }; 1667 A5DB47C7098BBABE0073564C /* Test/Universal */ = { 1684 1668 isa = XCBuildConfiguration; 1685 1669 buildSettings = { … … 1693 1677 PRODUCT_NAME = "WIObject Test"; 1694 1678 }; 1695 name = "Test (Universal)";1696 }; 1697 A5DB47C8098BBABE0073564C /* Test (Universal)*/ = {1679 name = Test/Universal; 1680 }; 1681 A5DB47C8098BBABE0073564C /* Test/Universal */ = { 1698 1682 isa = XCBuildConfiguration; 1699 1683 baseConfigurationReference = 773966DB085753DC00058AF5 /* WiredAdditions.xcconfig */; … … 1707 1691 GCC_WARN_UNINITIALIZED_AUTOS = YES; 1708 1692 }; 1709 name = "Test (Universal)";1693 name = Test/Universal; 1710 1694 }; 1711 1695 /* End XCBuildConfiguration section */ … … 1715 1699 isa = XCConfigurationList; 1716 1700 buildConfigurations = ( 1717 773966BA0857539700058AF5 /* Debug (Native)*/,1718 773966BB0857539700058AF5 /* Test (Native)*/,1719 A5DB47C3098BBABE0073564C /* Test (Universal)*/,1720 773966BC0857539700058AF5 /* Release (Universal)*/,1701 773966BA0857539700058AF5 /* Debug/Native */, 1702 773966BB0857539700058AF5 /* Test/Native */, 1703 A5DB47C3098BBABE0073564C /* Test/Universal */, 1704 773966BC0857539700058AF5 /* Release/Universal */, 1721 1705 ); 1722 1706 defaultConfigurationIsVisible = 0; 1723 defaultConfigurationName = "Test (Native)";1707 defaultConfigurationName = Test/Native; 1724 1708 }; 1725 1709 773966BD0857539700058AF5 /* Build configuration list for PBXAggregateTarget "Localization" */ = { 1726 1710 isa = XCConfigurationList; 1727 1711 buildConfigurations = ( 1728 773966BE0857539700058AF5 /* Debug (Native)*/,1729 773966BF0857539700058AF5 /* Test (Native)*/,1730 A5DB47C4098BBABE0073564C /* Test (Universal)*/,1731 773966C00857539700058AF5 /* Release (Universal)*/,1712 773966BE0857539700058AF5 /* Debug/Native */, 1713 773966BF0857539700058AF5 /* Test/Native */, 1714 A5DB47C4098BBABE0073564C /* Test/Universal */, 1715 773966C00857539700058AF5 /* Release/Universal */, 1732 1716 ); 1733 1717 defaultConfigurationIsVisible = 0; 1734 defaultConfigurationName = "Test (Native)";1718 defaultConfigurationName = Test/Native; 1735 1719 }; 1736 1720 773966C10857539700058AF5 /* Build configuration list for PBXNativeTarget "WIAutoreleasePool Test" */ = { 1737 1721 isa = XCConfigurationList; 1738 1722 buildConfigurations = ( 1739 773966C20857539700058AF5 /* Debug (Native)*/,1740 773966C30857539700058AF5 /* Test (Native)*/,1741 A5DB47C5098BBABE0073564C /* Test (Universal)*/,1742 773966C40857539700058AF5 /* Release (Universal)*/,1723 773966C20857539700058AF5 /* Debug/Native */, 1724 773966C30857539700058AF5 /* Test/Native */, 1725 A5DB47C5098BBABE0073564C /* Test/Universal */, 1726 773966C40857539700058AF5 /* Release/Universal */, 1743 1727 ); 1744 1728 defaultConfigurationIsVisible = 0; 1745 defaultConfigurationName = "Test (Native)";1729 defaultConfigurationName = Test/Native; 1746 1730 }; 1747 1731 773966C50857539700058AF5 /* Build configuration list for PBXNativeTarget "WINotificationCenter Test" */ = { 1748 1732 isa = XCConfigurationList; 1749 1733 buildConfigurations = ( 1750 773966C60857539700058AF5 /* Debug (Native)*/,1751 773966C70857539700058AF5 /* Test (Native)*/,1752 A5DB47C6098BBABE0073564C /* Test (Universal)*/,1753 773966C80857539700058AF5 /* Release (Universal)*/,1734 773966C60857539700058AF5 /* Debug/Native */, 1735 773966C70857539700058AF5 /* Test/Native */, 1736 A5DB47C6098BBABE0073564C /* Test/Universal */, 1737 773966C80857539700058AF5 /* Release/Universal */, 1754 1738 ); 1755 1739 defaultConfigurationIsVisible = 0; 1756 defaultConfigurationName = "Test (Native)";1740 defaultConfigurationName = Test/Native; 1757 1741 }; 1758 1742 773966C90857539700058AF5 /* Build configuration list for PBXNativeTarget "WIObject Test" */ = { 1759 1743 isa = XCConfigurationList; 1760 1744 buildConfigurations = ( 1761 773966CA0857539700058AF5 /* Debug (Native)*/,1762 773966CB0857539700058AF5 /* Test (Native)*/,1763 A5DB47C7098BBABE0073564C /* Test (Universal)*/,1764 773966CC0857539700058AF5 /* Release (Universal)*/,1745 773966CA0857539700058AF5 /* Debug/Native */, 1746 773966CB0857539700058AF5 /* Test/Native */, 1747 A5DB47C7098BBABE0073564C /* Test/Universal */, 1748 773966CC0857539700058AF5 /* Release/Universal */, 1765 1749 ); 1766 1750 defaultConfigurationIsVisible = 0; 1767 defaultConfigurationName = "Test (Native)";1751 defaultConfigurationName = Test/Native; 1768 1752 }; 1769 1753 773966CD0857539700058AF5 /* Build configuration list for PBXProject "WiredAdditions" */ = { 1770 1754 isa = XCConfigurationList; 1771 1755 buildConfigurations = ( 1772 773966CE0857539700058AF5 /* Debug (Native)*/,1773 773966CF0857539700058AF5 /* Test (Native)*/,1774 A5DB47C8098BBABE0073564C /* Test (Universal)*/,1775 773966D00857539700058AF5 /* Release (Universal)*/,1756 773966CE0857539700058AF5 /* Debug/Native */, 1757 773966CF0857539700058AF5 /* Test/Native */, 1758 A5DB47C8098BBABE0073564C /* Test/Universal */, 1759 773966D00857539700058AF5 /* Release/Universal */, 1776 1760 ); 1777 1761 defaultConfigurationIsVisible = 0; 1778 defaultConfigurationName = "Test (Native)";1762 defaultConfigurationName = Test/Native; 1779 1763 }; 1780 1764 779C73A10973BE9600D173B8 /* Build configuration list for PBXAggregateTarget "libwired" */ = { 1781 1765 isa = XCConfigurationList; 1782 1766 buildConfigurations = ( 1783 779C73A20973BE9600D173B8 /* Debug (Native)*/,1784 779C73A30973BE9600D173B8 /* Test (Native)*/,1785 A5DB47C2098BBABE0073564C /* Test (Universal)*/,1786 779C73A40973BE9600D173B8 /* Release (Universal)*/,1767 779C73A20973BE9600D173B8 /* Debug/Native */, 1768 779C73A30973BE9600D173B8 /* Test/Native */, 1769 A5DB47C2098BBABE0073564C /* Test/Universal */, 1770 779C73A40973BE9600D173B8 /* Release/Universal */, 1787 1771 ); 1788 1772 defaultConfigurationIsVisible = 0; 1789 defaultConfigurationName = "Test (Native)";1773 defaultConfigurationName = Test/Native; 1790 1774 }; 1791 1775 /* End XCConfigurationList section */ WiredAdditions/trunk/libwired.sh
r4039 r4244 1 1 #!/bin/sh 2 2 3 cd libwired 3 for i in $ARCHS; do 4 if [ ! -f "$TEMP_FILE_DIR/make/$i/Makefile" ]; then 5 SDKROOT=$(eval echo SDKROOT_$i); SDKROOT=$(eval echo \$$SDKROOT) 6 RELEASE=$(uname -r) 7 BUILD=$("$SRCROOT/libwired/config.guess") 8 HOST="$i-apple-darwin$RELEASE" 9 10 cd "$SRCROOT/libwired" 11 CFLAGS="-g -O2 -arch $i" CPPFLAGS="-I$TEMP_FILE_DIR/make/$i -isysroot $SDKROOT" ./configure --build="$BUILD" --host="$HOST" --srcdir="$SRCROOT/libwired" --enable-warnings --enable-pthreads --enable-ssl --with-objdir="$OBJECT_FILE_DIR/$i" --with-rundir="$TEMP_FILE_DIR/run/$i/libwired" || exit 1 4 12 5 if [ -d obj ]; then 6 rm -r obj 13 mkdir -p "$TEMP_FILE_DIR/make/$i" "$TEMP_FILE_DIR/run/$i" "$BUILT_PRODUCTS_DIR" 14 mv "$SRCROOT/libwired/config.h" "$TEMP_FILE_DIR/make/$i/config.h" 15 mv "$SRCROOT/libwired/Makefile" "$TEMP_FILE_DIR/make/$i/Makefile" 16 cp -r "$SRCROOT/libwired/run" "$TEMP_FILE_DIR/run/$i/libwired" 17 ln -sf "$TEMP_FILE_DIR/run/$i/libwired/include/wired" "$BUILT_PRODUCTS_DIR/" 18 fi 19 20 cd "$TEMP_FILE_DIR/make/$i" 21 make -f "$TEMP_FILE_DIR/make/$i/Makefile" || exit 1 22 23 if [ "$TEMP_FILE_DIR/run/$i/libwired/lib/libwired.a" -nt "$BUILT_PRODUCTS_DIR/libwired.a" ]; then 24 LIPO=1 25 fi 26 27 LIBWIRED_BINARIES="$TEMP_FILE_DIR/run/$i/libwired/lib/libwired.a $LIBWIRED_BINARIES" 28 LIBWIRED_INCLUDES="$TEMP_FILE_DIR/run/$i/libwired/include/wired" 29 done 30 31 if [ "$LIPO" ]; then 32 lipo -create $LIBWIRED_BINARIES -output "$BUILT_PRODUCTS_DIR/libwired.a" || exit 1 33 touch "$BUILT_PRODUCTS_DIR/libwired.a" 34 ranlib "$BUILT_PRODUCTS_DIR/libwired.a" 7 35 fi 8 36 9 for i in $ARCHS; do10 CONFIG_H="config_$i.h"11 CONFIG_STATUS="config_$i.status"12 LIBWIRED="run/lib/libwired_$i.a"13 MAKEFILE="Makefile_$i"14 OBJDIR="obj_$i"15 16 SDKROOT=$(eval echo SDKROOT_$i); SDKROOT=$(eval echo \$$SDKROOT)17 18 export CFLAGS="-g -O2 -arch $i"19 export CPPFLAGS="-isysroot $SDKROOT"20 21 if [ ! -e "$MAKEFILE" ]; then22 rm -f config.status config.h Makefile23 24 UNAME_R=$(uname -r)25 26 ./configure --build=$(./config.guess) --host="$i-apple-darwin$UNAME_R" --enable-warnings --enable-pthreads --enable-ssl || exit 127 28 mv config.h "$CONFIG_H"29 mv config.status "$CONFIG_STATUS"30 mv Makefile "$MAKEFILE"31 fi32 33 rm -f obj34 mkdir -p "$OBJDIR"35 36 ln -sf "$CONFIG_H" config.h37 ln -sf "$CONFIG_STATUS" config.status38 ln -sf "$MAKEFILE" Makefile39 ln -sf "$OBJDIR" obj40 41 if [ -e "$LIBWIRED" ]; then42 mv "$LIBWIRED" run/lib/libwired.a43 fi44 45 make || exit 146 47 mv run/lib/libwired.a "$LIBWIRED"48 49 LIBWIRED_BINARIES="$LIBWIRED $LIBWIRED_BINARIES"50 done51 52 lipo -create $LIBWIRED_BINARIES -output run/lib/libwired.a || exit 153 54 37 exit 0
