Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 43245e6

Browse files
committed
[[ ExternalsApiV5 ]] Moved 'LiveCode.h' into public 'include' folder in lcidlc and added to include path.
1 parent 2b00bbb commit 43245e6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

lcidlc/lcidlc.xcodeproj/project.pbxproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
4D3B10121367E35D00E00C1E /* Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = ../rules/Release.xcconfig; sourceTree = SOURCE_ROOT; };
4646
4D4051A1176B2D340097F2D6 /* NativeType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NativeType.cpp; path = src/NativeType.cpp; sourceTree = "<group>"; };
4747
4D4051A2176B2D340097F2D6 /* NativeType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NativeType.h; path = src/NativeType.h; sourceTree = "<group>"; };
48+
4D40538D176B43090097F2D6 /* LiveCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LiveCode.h; path = include/LiveCode.h; sourceTree = "<group>"; };
4849
4D57DF461338F14B0044FFEC /* lcidlc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lcidlc; sourceTree = BUILT_PRODUCTS_DIR; };
4950
4D9036901398FC0800CBC7F6 /* EncodedSupport.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = EncodedSupport.c; path = src/EncodedSupport.c; sourceTree = "<group>"; };
5051
4D9036911398FC0800CBC7F6 /* Error.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Error.cpp; path = src/Error.cpp; sourceTree = "<group>"; };
@@ -53,7 +54,6 @@
5354
4D9036941398FC0800CBC7F6 /* Interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Interface.h; path = src/Interface.h; sourceTree = "<group>"; };
5455
4D9036951398FC0800CBC7F6 /* InterfaceGenerate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InterfaceGenerate.cpp; path = src/InterfaceGenerate.cpp; sourceTree = "<group>"; };
5556
4D9036961398FC0800CBC7F6 /* InterfacePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InterfacePrivate.h; path = src/InterfacePrivate.h; sourceTree = "<group>"; };
56-
4D9036971398FC0800CBC7F6 /* LiveCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LiveCode.h; path = src/LiveCode.h; sourceTree = "<group>"; };
5757
4D9036981398FC0800CBC7F6 /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = src/Main.cpp; sourceTree = "<group>"; };
5858
4D9036991398FC0800CBC7F6 /* Parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Parser.cpp; path = src/Parser.cpp; sourceTree = "<group>"; };
5959
4D90369A1398FC0800CBC7F6 /* Parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Parser.h; path = src/Parser.h; sourceTree = "<group>"; };
@@ -90,13 +90,22 @@
9090
/* End PBXFrameworksBuildPhase section */
9191

9292
/* Begin PBXGroup section */
93+
4D40538C176B42E10097F2D6 /* Public Headers */ = {
94+
isa = PBXGroup;
95+
children = (
96+
4D40538D176B43090097F2D6 /* LiveCode.h */,
97+
);
98+
name = "Public Headers";
99+
sourceTree = "<group>";
100+
};
93101
4D57DF281338F1280044FFEC = {
94102
isa = PBXGroup;
95103
children = (
96104
4D99EA331363A9050056938B /* References */,
97105
4D99EA311363A8C90056938B /* Configurations */,
98106
4D57DF471338F14B0044FFEC /* Products */,
99107
4D9036AE1398FC1600CBC7F6 /* Derived Sources */,
108+
4D40538C176B42E10097F2D6 /* Public Headers */,
100109
4D9036AD1398FC0C00CBC7F6 /* Sources */,
101110
4D99EEB5136496970056938B /* interface_error_test.txt */,
102111
4DE553EC13A4D9E200C99D11 /* lclink.sh */,
@@ -126,7 +135,6 @@
126135
4D9036941398FC0800CBC7F6 /* Interface.h */,
127136
4D9036951398FC0800CBC7F6 /* InterfaceGenerate.cpp */,
128137
4D9036961398FC0800CBC7F6 /* InterfacePrivate.h */,
129-
4D9036971398FC0800CBC7F6 /* LiveCode.h */,
130138
4D9036981398FC0800CBC7F6 /* Main.cpp */,
131139
4D9036991398FC0800CBC7F6 /* Parser.cpp */,
132140
4D90369A1398FC0800CBC7F6 /* Parser.h */,

rules/Global.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SYMROOT = $(SOLUTION_DIR)/_build/mac
88
OBJROOT = $(SOLUTION_DIR)/_cache/mac
99
CONFIGURATION_BUILD_DIR = $(SYMROOT)/$(CONFIGURATION)
1010
CONFIGURATION_TEMP_DIR = $(OBJROOT)/$(CONFIGURATION)
11-
HEADER_SEARCH_PATHS = "$(SOLUTION_DIR)/engine/include" "$(SOLUTION_DIR)/libcore/include" "$(SOLUTION_DIR)/libexternal/include" "$(SOLUTION_DIR)/libexternalv1/include" "$(SOLUTION_DIR)/thirdparty/libz/include" "$(SOLUTION_DIR)/thirdparty/libpng/include" "$(SOLUTION_DIR)/thirdparty/libjpeg/include" "$(SOLUTION_DIR)/thirdparty/libpcre/include" "$(SOLUTION_DIR)/thirdparty/libcairo/src" "$(SOLUTION_DIR)/thirdparty/libsqlite/include" "$(SOLUTION_DIR)/thirdparty/libmysql/include" "$(SOLUTION_DIR)/thirdparty/libmysql/include" "$(SOLUTION_DIR)/thirdparty/libgif/include" "$(SOLUTION_DIR)/thirdparty/libpq/include" "$(SOLUTION_DIR)/thirdparty/libiodbc/include" "$(SOLUTION_DIR)/thirdparty/libxml/include" "$(SOLUTION_DIR)/thirdparty/libzip/include"
11+
HEADER_SEARCH_PATHS = "$(SOLUTION_DIR)/engine/include" "$(SOLUTION_DIR)/lcidlc/include" "$(SOLUTION_DIR)/libcore/include" "$(SOLUTION_DIR)/libexternal/include" "$(SOLUTION_DIR)/libexternalv1/include" "$(SOLUTION_DIR)/thirdparty/libz/include" "$(SOLUTION_DIR)/thirdparty/libpng/include" "$(SOLUTION_DIR)/thirdparty/libjpeg/include" "$(SOLUTION_DIR)/thirdparty/libpcre/include" "$(SOLUTION_DIR)/thirdparty/libcairo/src" "$(SOLUTION_DIR)/thirdparty/libsqlite/include" "$(SOLUTION_DIR)/thirdparty/libmysql/include" "$(SOLUTION_DIR)/thirdparty/libmysql/include" "$(SOLUTION_DIR)/thirdparty/libgif/include" "$(SOLUTION_DIR)/thirdparty/libpq/include" "$(SOLUTION_DIR)/thirdparty/libiodbc/include" "$(SOLUTION_DIR)/thirdparty/libxml/include" "$(SOLUTION_DIR)/thirdparty/libzip/include"
1212
GCC_ENABLE_CPP_EXCEPTIONS = NO
1313
GCC_ENABLE_CPP_RTTI = NO
1414
GCC_THREADSAFE_STATICS = NO

0 commit comments

Comments
 (0)