Browse Source

update Xcodeproj with *dat files (#93)

pull/100/head
Benny Franco Dennis 7 years ago committed by Anders Jenbo
parent
commit
6290153266
  1. 36
      Xcode/devilutionX.xcodeproj/project.pbxproj

36
Xcode/devilutionX.xcodeproj/project.pbxproj

@ -7,6 +7,8 @@
objects = {
/* Begin PBXBuildFile section */
032E95600DA8694091B99E01 /* spelldat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF5EF1B0CBE63E676700D98F /* spelldat.cpp */; };
2C3599B2CA5DBDB42B1BE7A8 /* monstdat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE0A12E19BA25264D89498BD /* monstdat.cpp */; };
433449A42240500B003AB4F2 /* libpng16.16.dylib in Embed Libraries */ = {isa = PBXBuildFile; fileRef = 433449A222404FFA003AB4F2 /* libpng16.16.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
43398749223E5D3A001F8420 /* SDL2_mixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43398741223E5CB0001F8420 /* SDL2_mixer.framework */; };
4339874A223E5D3A001F8420 /* SDL2_mixer.framework in Embed Libraries */ = {isa = PBXBuildFile; fileRef = 43398741223E5CB0001F8420 /* SDL2_mixer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@ -134,11 +136,14 @@
43DA13422271574900E21D4A /* misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43DA133A2271574800E21D4A /* misc.cpp */; };
652BBCD55FBE46CC941FD64C /* smk_bitstream.c in Sources */ = {isa = PBXBuildFile; fileRef = 670494A24D7F4CFFACCD3BFB /* smk_bitstream.c */; };
73E86BC9E2714148AD560C46 /* smacker.c in Sources */ = {isa = PBXBuildFile; fileRef = 622A8C6A02D94FFC996C2CAE /* smacker.c */; };
769D23B7F293054B68BEE3D8 /* misdat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7AC290594F8E8AFC64A9BD6 /* misdat.cpp */; };
8305C713732C4CECA36F37E9 /* explode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D7FE30F050049FB933D2788 /* explode.cpp */; };
83FC98A9D008E3B0FC44D7BC /* objdat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9544864FEB328522685D5D6E /* objdat.cpp */; };
8FA4E9B3FA7D4B6AAB10EF73 /* implode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1B2D29A5A284CD29205745F /* implode.cpp */; };
C794AF87232B4745B3C48397 /* Key.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0B8A000CA684B9FAF88F313 /* Key.cpp */; };
E3C499D08A284F95BDB46B42 /* smk_hufftree.c in Sources */ = {isa = PBXBuildFile; fileRef = 500C9F6E13FE44BFAEFCB81B /* smk_hufftree.c */; };
EF709BC9D0B245338D17E9D7 /* Section.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F074DDFE42C4B46A93CC4A9 /* Section.cpp */; };
F16C32785EE2116E6D0573E5 /* itemdat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8C902DAE79069232EF316BF /* itemdat.cpp */; };
F425942E977042C9AAD29647 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 722EB8D86DBF49368AAFEE3C /* File.cpp */; };
FB80B52A619D452FA9BDE316 /* Named.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B229DB87369B4D76B0A60580 /* Named.cpp */; };
/* End PBXBuildFile section */
@ -334,10 +339,15 @@
6F074DDFE42C4B46A93CC4A9 /* Section.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Section.cpp; path = 3rdParty/Radon/Radon/source/Section.cpp; sourceTree = SOURCE_ROOT; };
722EB8D86DBF49368AAFEE3C /* File.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = File.cpp; path = 3rdParty/Radon/Radon/source/File.cpp; sourceTree = SOURCE_ROOT; };
92E1DAF5C7BA48E5A1E39C04 /* libRadon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRadon.a; sourceTree = BUILT_PRODUCTS_DIR; };
9544864FEB328522685D5D6E /* objdat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = objdat.cpp; path = Source/objdat.cpp; sourceTree = "<group>"; };
A8C902DAE79069232EF316BF /* itemdat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = itemdat.cpp; path = Source/itemdat.cpp; sourceTree = "<group>"; };
B1B2D29A5A284CD29205745F /* implode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = implode.cpp; path = 3rdParty/PKWare/implode.cpp; sourceTree = SOURCE_ROOT; };
B229DB87369B4D76B0A60580 /* Named.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Named.cpp; path = 3rdParty/Radon/Radon/source/Named.cpp; sourceTree = SOURCE_ROOT; };
BF5EF1B0CBE63E676700D98F /* spelldat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = spelldat.cpp; path = Source/spelldat.cpp; sourceTree = "<group>"; };
C0B8A000CA684B9FAF88F313 /* Key.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Key.cpp; path = 3rdParty/Radon/Radon/source/Key.cpp; sourceTree = SOURCE_ROOT; };
D7AC290594F8E8AFC64A9BD6 /* misdat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = misdat.cpp; path = Source/misdat.cpp; sourceTree = "<group>"; };
DCC453E263C842279A5E02E7 /* libsmacker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsmacker.a; sourceTree = BUILT_PRODUCTS_DIR; };
DE0A12E19BA25264D89498BD /* monstdat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = monstdat.cpp; path = Source/monstdat.cpp; sourceTree = "<group>"; };
F249E02C422E4EC2B812E004 /* libStormLib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libStormLib.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@ -595,6 +605,11 @@
isa = PBXGroup;
children = (
7F95B2EF6FB44A038C321DA7 /* Source Files */,
A8C902DAE79069232EF316BF /* itemdat.cpp */,
D7AC290594F8E8AFC64A9BD6 /* misdat.cpp */,
DE0A12E19BA25264D89498BD /* monstdat.cpp */,
9544864FEB328522685D5D6E /* objdat.cpp */,
BF5EF1B0CBE63E676700D98F /* spelldat.cpp */,
);
name = devilution;
sourceTree = "<group>";
@ -736,6 +751,7 @@
Base,
);
mainGroup = 9D3E0550F1EA4EA2A17A9E26;
productRefGroup = 23279744C0AF493896E2217C /* Products */;
projectDirPath = ../;
projectRoot = "";
targets = (
@ -832,6 +848,11 @@
43B6C869224068CF007313EA /* track.cpp in Sources */,
43B6C86A224068CF007313EA /* trigs.cpp in Sources */,
43B6C86B224068CF007313EA /* wave.cpp in Sources */,
F16C32785EE2116E6D0573E5 /* itemdat.cpp in Sources */,
769D23B7F293054B68BEE3D8 /* misdat.cpp in Sources */,
2C3599B2CA5DBDB42B1BE7A8 /* monstdat.cpp in Sources */,
83FC98A9D008E3B0FC44D7BC /* objdat.cpp in Sources */,
032E95600DA8694091B99E01 /* spelldat.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -1355,7 +1376,10 @@
LIBRARY_STYLE = STATIC;
MACOSX_DEPLOYMENT_TARGET = 10.13;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = " -DNDEBUG ";
OTHER_CFLAGS = (
"-DNDEBUG",
" ",
);
OTHER_LIBTOOLFLAGS = " ";
OTHER_REZFLAGS = "";
PRODUCT_NAME = smacker;
@ -1499,7 +1523,10 @@
LIBRARY_STYLE = STATIC;
MACOSX_DEPLOYMENT_TARGET = 10.13;
ONLY_ACTIVE_ARCH = NO;
OTHER_CPLUSPLUSFLAGS = " '-std=c++14' ";
OTHER_CPLUSPLUSFLAGS = (
"'-std=c++14'",
" ",
);
OTHER_LIBTOOLFLAGS = " ";
OTHER_REZFLAGS = "";
PRODUCT_NAME = PKWare;
@ -1610,7 +1637,10 @@
LIBRARY_STYLE = STATIC;
MACOSX_DEPLOYMENT_TARGET = 10.13;
ONLY_ACTIVE_ARCH = NO;
OTHER_CPLUSPLUSFLAGS = " '-std=c++14' ";
OTHER_CPLUSPLUSFLAGS = (
"'-std=c++14'",
" ",
);
OTHER_LIBTOOLFLAGS = " ";
OTHER_REZFLAGS = "";
PRODUCT_NAME = StormLib;

Loading…
Cancel
Save