mirror of
https://github.com/depp/syncfiles.git
synced 2025-08-15 21:27:47 +00:00
Remove usage of Carbon from command-line tool
The use of Carbon turns out to be less useful than originally thought, so it makes sense to remove it.
This commit is contained in:
@@ -6,10 +6,6 @@
|
|||||||
|
|
||||||
#include <MacTypes.h>
|
#include <MacTypes.h>
|
||||||
|
|
||||||
#elif USE_CARBON
|
|
||||||
|
|
||||||
/* We get definitions from pre-compiled headers. */
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/* Definitions in <MacTypes.h> */
|
/* Definitions in <MacTypes.h> */
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
3892E74027EBDBCB00C0FC23 /* syncfiles */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = syncfiles; sourceTree = BUILT_PRODUCTS_DIR; };
|
3892E74027EBDBCB00C0FC23 /* syncfiles */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = syncfiles; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
3892E74D27EBFC0B00C0FC23 /* convert.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = convert.c; sourceTree = "<group>"; };
|
3892E74D27EBFC0B00C0FC23 /* convert.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = convert.c; sourceTree = "<group>"; };
|
||||||
3892E74E27EBFC0B00C0FC23 /* convert.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = convert.h; sourceTree = "<group>"; };
|
3892E74E27EBFC0B00C0FC23 /* convert.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = convert.h; sourceTree = "<group>"; };
|
||||||
3892E74F27EBFC0B00C0FC23 /* convert_1f.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = convert_1f.c; sourceTree = "<group>"; };
|
3892E74F27EBFC0B00C0FC23 /* convert_1f.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = convert_1f.c; sourceTree = "<group>"; };
|
||||||
@@ -156,14 +156,7 @@
|
|||||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||||
GCC_MODEL_TUNING = G5;
|
GCC_MODEL_TUNING = G5;
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
||||||
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = USE_CARBON;
|
|
||||||
INSTALL_PATH = "$(HOME)/bin";
|
INSTALL_PATH = "$(HOME)/bin";
|
||||||
OTHER_LDFLAGS = (
|
|
||||||
"-framework",
|
|
||||||
Carbon,
|
|
||||||
);
|
|
||||||
PREBINDING = NO;
|
PREBINDING = NO;
|
||||||
PRODUCT_NAME = syncfiles;
|
PRODUCT_NAME = syncfiles;
|
||||||
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
|
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
|
||||||
@@ -178,14 +171,7 @@
|
|||||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||||
GCC_MODEL_TUNING = G5;
|
GCC_MODEL_TUNING = G5;
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
||||||
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = USE_CARBON;
|
|
||||||
INSTALL_PATH = "$(HOME)/bin";
|
INSTALL_PATH = "$(HOME)/bin";
|
||||||
OTHER_LDFLAGS = (
|
|
||||||
"-framework",
|
|
||||||
Carbon,
|
|
||||||
);
|
|
||||||
PREBINDING = NO;
|
PREBINDING = NO;
|
||||||
PRODUCT_NAME = syncfiles;
|
PRODUCT_NAME = syncfiles;
|
||||||
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
|
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
|
||||||
|
Reference in New Issue
Block a user