CREATE_PROJECT: Fix Xcode project
This commit is contained in:
parent
c62257f720
commit
9cc3abc0fb
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
076583601D660492006CBB9B /* cmake.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0765835E1D660492006CBB9B /* cmake.cpp */; };
|
||||
F9A66C691396D4DF00CEE494 /* codeblocks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A66C5F1396D4DF00CEE494 /* codeblocks.cpp */; };
|
||||
F9A66C6A1396D4DF00CEE494 /* create_project.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A66C621396D4DF00CEE494 /* create_project.cpp */; };
|
||||
F9A66C6B1396D4DF00CEE494 /* msbuild.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A66C651396D4DF00CEE494 /* msbuild.cpp */; };
|
||||
|
@ -41,6 +42,8 @@
|
|||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
0765835E1D660492006CBB9B /* cmake.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cmake.cpp; path = ../cmake.cpp; sourceTree = "<group>"; };
|
||||
0765835F1D660492006CBB9B /* cmake.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmake.h; path = ../cmake.h; sourceTree = "<group>"; };
|
||||
F9A66C271396D36100CEE494 /* create_project */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = create_project; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
F9A66C491396D47500CEE494 /* installer.vbs */ = {isa = PBXFileReference; lastKnownFileType = text; name = installer.vbs; path = ../scripts/installer.vbs; sourceTree = "<group>"; };
|
||||
F9A66C4A1396D47500CEE494 /* postbuild.cmd */ = {isa = PBXFileReference; lastKnownFileType = text; name = postbuild.cmd; path = ../scripts/postbuild.cmd; sourceTree = "<group>"; };
|
||||
|
@ -76,6 +79,8 @@
|
|||
F9A66C1C1396D36100CEE494 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0765835E1D660492006CBB9B /* cmake.cpp */,
|
||||
0765835F1D660492006CBB9B /* cmake.h */,
|
||||
F9A66C861396E2F500CEE494 /* xcode.cpp */,
|
||||
F9A66C841396E2D800CEE494 /* xcode.h */,
|
||||
F9A66C6D1396D4E800CEE494 /* visualstudio.cpp */,
|
||||
|
@ -169,6 +174,7 @@
|
|||
F9A66C6A1396D4DF00CEE494 /* create_project.cpp in Sources */,
|
||||
F9A66C6B1396D4DF00CEE494 /* msbuild.cpp in Sources */,
|
||||
F9A66C6C1396D4DF00CEE494 /* msvc.cpp in Sources */,
|
||||
076583601D660492006CBB9B /* cmake.cpp in Sources */,
|
||||
F9A66C6F1396D4E800CEE494 /* visualstudio.cpp in Sources */,
|
||||
F9A66C871396E2F500CEE494 /* xcode.cpp in Sources */,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue