mirror of
https://github.com/OldUnreal/KTexComp.git
synced 2026-04-02 21:28:59 -07:00
312 lines
11 KiB
Plaintext
312 lines
11 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
2B731BBA1C8D9C2000A9B109 /* ispc_texcomp_astc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B731BB51C8D9C2000A9B109 /* ispc_texcomp_astc.cpp */; };
|
|
2B731BBB1C8D9C2000A9B109 /* ispc_texcomp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B731BB61C8D9C2000A9B109 /* ispc_texcomp.cpp */; };
|
|
2B731BBC1C8D9C2000A9B109 /* ispc_texcomp.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B731BB71C8D9C2000A9B109 /* ispc_texcomp.h */; };
|
|
2B731BBF1C8DB24000A9B109 /* libispc_texcomp.dylib in Copy dylib into final location */ = {isa = PBXBuildFile; fileRef = 2B731BAE1C8D9B6500A9B109 /* libispc_texcomp.dylib */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
2B731BBE1C8DB22300A9B109 /* Copy dylib into final location */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "$(PROJECT_DIR)/build";
|
|
dstSubfolderSpec = 0;
|
|
files = (
|
|
2B731BBF1C8DB24000A9B109 /* libispc_texcomp.dylib in Copy dylib into final location */,
|
|
);
|
|
name = "Copy dylib into final location";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
2B731BAE1C8D9B6500A9B109 /* libispc_texcomp.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libispc_texcomp.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
2B731BB51C8D9C2000A9B109 /* ispc_texcomp_astc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ispc_texcomp_astc.cpp; path = ispc_texcomp/ispc_texcomp_astc.cpp; sourceTree = "<group>"; };
|
|
2B731BB61C8D9C2000A9B109 /* ispc_texcomp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ispc_texcomp.cpp; path = ispc_texcomp/ispc_texcomp.cpp; sourceTree = "<group>"; };
|
|
2B731BB71C8D9C2000A9B109 /* ispc_texcomp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ispc_texcomp.h; path = ispc_texcomp/ispc_texcomp.h; sourceTree = "<group>"; };
|
|
2B731BB81C8D9C2000A9B109 /* kernel_astc.ispc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = kernel_astc.ispc; path = ispc_texcomp/kernel_astc.ispc; sourceTree = "<group>"; };
|
|
2B731BB91C8D9C2000A9B109 /* kernel.ispc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = kernel.ispc; path = ispc_texcomp/kernel.ispc; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
2B731BAB1C8D9B6500A9B109 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
2B731BA51C8D9B6500A9B109 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2B731BB51C8D9C2000A9B109 /* ispc_texcomp_astc.cpp */,
|
|
2B731BB61C8D9C2000A9B109 /* ispc_texcomp.cpp */,
|
|
2B731BB71C8D9C2000A9B109 /* ispc_texcomp.h */,
|
|
2B731BB81C8D9C2000A9B109 /* kernel_astc.ispc */,
|
|
2B731BB91C8D9C2000A9B109 /* kernel.ispc */,
|
|
2B731BAF1C8D9B6500A9B109 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
2B731BAF1C8D9B6500A9B109 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2B731BAE1C8D9B6500A9B109 /* libispc_texcomp.dylib */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
2B731BAC1C8D9B6500A9B109 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2B731BBC1C8D9C2000A9B109 /* ispc_texcomp.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
2B731BAD1C8D9B6500A9B109 /* ispc_texcomp */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 2B731BB21C8D9B6500A9B109 /* Build configuration list for PBXNativeTarget "ispc_texcomp" */;
|
|
buildPhases = (
|
|
2B731BBD1C8DA87B00A9B109 /* Compile ISPC files */,
|
|
2B731BAA1C8D9B6500A9B109 /* Sources */,
|
|
2B731BAB1C8D9B6500A9B109 /* Frameworks */,
|
|
2B731BAC1C8D9B6500A9B109 /* Headers */,
|
|
2B731BBE1C8DB22300A9B109 /* Copy dylib into final location */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = ispc_texcomp;
|
|
productName = ispc_texcomp;
|
|
productReference = 2B731BAE1C8D9B6500A9B109 /* libispc_texcomp.dylib */;
|
|
productType = "com.apple.product-type.library.dynamic";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
2B731BA61C8D9B6500A9B109 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0730;
|
|
ORGANIZATIONNAME = GameTechDev;
|
|
TargetAttributes = {
|
|
2B731BAD1C8D9B6500A9B109 = {
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 2B731BA91C8D9B6500A9B109 /* Build configuration list for PBXProject "ispc_texcomp" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 2B731BA51C8D9B6500A9B109;
|
|
productRefGroup = 2B731BAF1C8D9B6500A9B109 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
2B731BAD1C8D9B6500A9B109 /* ispc_texcomp */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
2B731BBD1C8DA87B00A9B109 /* Compile ISPC files */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"$(SRCROOT)/ispc_texcomp/kernel.ispc",
|
|
"$(SRCROOT)/ispc_texcomp/kernel_astc.ispc",
|
|
);
|
|
name = "Compile ISPC files";
|
|
outputPaths = (
|
|
"$(SRCROOT)/ispc_texcomp/kernel_ispc.h",
|
|
"$(SRCROOT)/ispc_texcomp/kernel_astc_ispc.h",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "chmod 755 ispc_osx\n./ispc_osx -O2 ispc_texcomp/kernel.ispc -o \"$OBJROOT/kernel.o\" -h ispc_texcomp/kernel_ispc.h --arch=x86-64 --target=sse2,avx --opt=fast-math\n./ispc_osx -O2 ispc_texcomp/kernel_astc.ispc -o \"$OBJROOT/kernel_astc.o\" -h ispc_texcomp/kernel_astc_ispc.h --arch=x86-64 --target=sse2 --opt=fast-math";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
2B731BAA1C8D9B6500A9B109 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2B731BBA1C8D9C2000A9B109 /* ispc_texcomp_astc.cpp in Sources */,
|
|
2B731BBB1C8D9C2000A9B109 /* ispc_texcomp.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
2B731BB01C8D9B6500A9B109 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
2B731BB11C8D9B6500A9B109 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
2B731BB31C8D9B6500A9B109 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "";
|
|
EXECUTABLE_PREFIX = lib;
|
|
INSTALL_PATH = "";
|
|
LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/$(EXECUTABLE_PATH)";
|
|
OTHER_LDFLAGS = (
|
|
"$(OBJROOT)/kernel.o",
|
|
"$(OBJROOT)/kernel_sse2.o",
|
|
"$(OBJROOT)/kernel_avx.o",
|
|
"$(OBJROOT)/kernel_astc.o",
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
2B731BB41C8D9B6500A9B109 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "";
|
|
EXECUTABLE_PREFIX = lib;
|
|
INSTALL_PATH = "";
|
|
LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/$(EXECUTABLE_PATH)";
|
|
OTHER_LDFLAGS = (
|
|
"$(OBJROOT)/kernel.o",
|
|
"$(OBJROOT)/kernel_sse2.o",
|
|
"$(OBJROOT)/kernel_avx.o",
|
|
"$(OBJROOT)/kernel_astc.o",
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
2B731BA91C8D9B6500A9B109 /* Build configuration list for PBXProject "ispc_texcomp" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2B731BB01C8D9B6500A9B109 /* Debug */,
|
|
2B731BB11C8D9B6500A9B109 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
2B731BB21C8D9B6500A9B109 /* Build configuration list for PBXNativeTarget "ispc_texcomp" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2B731BB31C8D9B6500A9B109 /* Debug */,
|
|
2B731BB41C8D9B6500A9B109 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 2B731BA61C8D9B6500A9B109 /* Project object */;
|
|
}
|