Changeset 3483
- Timestamp:
- 01/10/06 22:42:26 (3 years ago)
- Files:
-
- WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj (modified) (1 diff)
- WiredAdditions/trunk/libwired.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj
r3465 r3483 378 378 A5E4B33007A9752E00BD6812 /* NSImage-Baadge.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "NSImage-Baadge.tiff"; sourceTree = "<group>"; }; 379 379 A5E4B33107A9752E00BD6812 /* NSImage-Baaadge.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "NSImage-Baaadge.tiff"; sourceTree = "<group>"; }; 380 A5E4B39E07A9797200BD6812 /* WIAutoreleasePool Test.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = "WIAutoreleasePool Test.app"; sourceTree = BUILT_PRODUCTS_DIR; };380 A5E4B39E07A9797200BD6812 /* WIAutoreleasePool Test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "WIAutoreleasePool Test.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 381 381 A5E4B3E407A97A4900BD6812 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; name = Info.plist; path = Tests/WIAutoreleasePool/Info.plist; sourceTree = "<group>"; }; 382 382 A5E4B3EA07A97A5500BD6812 /* main.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Tests/WIAutoreleasePool/main.m; sourceTree = "<group>"; }; WiredAdditions/trunk/libwired.sh
r3465 r3483 20 20 if [ ! -e "$MAKEFILE" ]; then 21 21 rm -f config.status config.h Makefile 22 23 UNAME_R=$(uname -r) 22 24 23 ./configure -- host=$i--enable-warnings --enable-pthreads --enable-ssl || exit 125 ./configure --build=$(./config.guess) --host="$i-apple-darwin$UNAME_R" --enable-warnings --enable-pthreads --enable-ssl || exit 1 24 26 25 27 mv config.h "$CONFIG_H"
