Skip to content

Commit

Permalink
import thunk
Browse files Browse the repository at this point in the history
  • Loading branch information
changpingc committed Feb 17, 2011
1 parent cb116eb commit b439de9
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 120 deletions.
8 changes: 6 additions & 2 deletions kernet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SDKROOT = macosx10.6;
};
name = Debug;
};
Expand All @@ -278,14 +278,16 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx10.6;
};
name = Release;
};
743DE177130CF3400082DB4D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand All @@ -298,6 +300,7 @@
MODULE_STOP = kernet_stop;
MODULE_VERSION = 1.0.0d1;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.6;
WRAPPER_EXTENSION = kext;
};
name = Debug;
Expand All @@ -318,6 +321,7 @@
MODULE_STOP = kernet_stop;
MODULE_VERSION = 1.0.0d1;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.6;
WRAPPER_EXTENSION = kext;
};
name = Release;
Expand Down
Loading

0 comments on commit b439de9

Please sign in to comment.