|
144 | 144 | A9C70E101C0E5B51000B3D14 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9C70E0E1C0E5B51000B3D14 /* File.cpp */; }; |
145 | 145 | A9CC526D1950C9F6004E4E22 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9CC526C1950C9F6004E4E22 /* Cocoa.framework */; }; |
146 | 146 | A9D40D1A195DFAA60086EE52 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9D40D19195DFAA60086EE52 /* OpenGL.framework */; }; |
| 147 | + B590161321ED4A0F00799178 /* Utf8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B590161121ED4A0E00799178 /* Utf8.cpp */; }; |
147 | 148 | B55C239D2303CE8B005C1A14 /* GameWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B55C239B2303CE8A005C1A14 /* GameWindow.cpp */; }; |
148 | 149 | B5DDA6942001B7F600DBA76A /* News.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5DDA6922001B7F600DBA76A /* News.cpp */; }; |
149 | 150 | DF8D57E11FC25842001525DA /* Dictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF8D57DF1FC25842001525DA /* Dictionary.cpp */; }; |
|
431 | 432 | A9CC52701950C9F6004E4E22 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; |
432 | 433 | A9CC52711950C9F6004E4E22 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
433 | 434 | A9D40D19195DFAA60086EE52 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; |
| 435 | + B590161121ED4A0E00799178 /* Utf8.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Utf8.cpp; path = source/Utf8.cpp; sourceTree = "<group>"; }; |
| 436 | + B590161221ED4A0F00799178 /* Utf8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Utf8.h; path = source/Utf8.h; sourceTree = "<group>"; }; |
434 | 437 | B55C239B2303CE8A005C1A14 /* GameWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GameWindow.cpp; path = source/GameWindow.cpp; sourceTree = "<group>"; }; |
435 | 438 | B55C239C2303CE8A005C1A14 /* GameWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GameWindow.h; path = source/GameWindow.h; sourceTree = "<group>"; }; |
436 | 439 | B5DDA6922001B7F600DBA76A /* News.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = News.cpp; path = source/News.cpp; sourceTree = "<group>"; }; |
|
717 | 720 | A96863991AE6FD0D004FE1FE /* TradingPanel.h */, |
718 | 721 | A968639A1AE6FD0D004FE1FE /* UI.cpp */, |
719 | 722 | A968639B1AE6FD0D004FE1FE /* UI.h */, |
| 723 | + B590161121ED4A0E00799178 /* Utf8.cpp */, |
| 724 | + B590161221ED4A0F00799178 /* Utf8.h */, |
720 | 725 | DF8D57E21FC25889001525DA /* Visual.cpp */, |
721 | 726 | DF8D57E31FC25889001525DA /* Visual.h */, |
722 | 727 | A968639C1AE6FD0D004FE1FE /* Weapon.cpp */, |
|
881 | 886 | A96863E01AE6FD0E004FE1FE /* Panel.cpp in Sources */, |
882 | 887 | A96863D21AE6FD0E004FE1FE /* MapDetailPanel.cpp in Sources */, |
883 | 888 | DFAAE2AA1FD4A27B0072C0A8 /* ImageSet.cpp in Sources */, |
| 889 | + B590161321ED4A0F00799178 /* Utf8.cpp in Sources */, |
884 | 890 | A96863D41AE6FD0E004FE1FE /* Mask.cpp in Sources */, |
885 | 891 | A96863E61AE6FD0E004FE1FE /* Point.cpp in Sources */, |
886 | 892 | A96863DE1AE6FD0E004FE1FE /* OutfitterPanel.cpp in Sources */, |
|
998 | 1004 | isa = XCBuildConfiguration; |
999 | 1005 | buildSettings = { |
1000 | 1006 | ALWAYS_SEARCH_USER_PATHS = NO; |
1001 | | - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 1007 | + CLANG_CXX_LANGUAGE_STANDARD = "c++11"; |
1002 | 1008 | CLANG_CXX_LIBRARY = "libc++"; |
1003 | 1009 | CLANG_ENABLE_MODULES = YES; |
1004 | 1010 | CLANG_ENABLE_OBJC_ARC = YES; |
|
1040 | 1046 | GCC_WARN_UNUSED_VARIABLE = YES; |
1041 | 1047 | MACOSX_DEPLOYMENT_TARGET = 10.9; |
1042 | 1048 | ONLY_ACTIVE_ARCH = YES; |
| 1049 | + OTHER_CFLAGS = "-Werror"; |
1043 | 1050 | SDKROOT = macosx; |
1044 | 1051 | }; |
1045 | 1052 | name = Debug; |
|
1048 | 1055 | isa = XCBuildConfiguration; |
1049 | 1056 | buildSettings = { |
1050 | 1057 | ALWAYS_SEARCH_USER_PATHS = NO; |
1051 | | - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 1058 | + CLANG_CXX_LANGUAGE_STANDARD = "c++11"; |
1052 | 1059 | CLANG_CXX_LIBRARY = "libc++"; |
1053 | 1060 | CLANG_ENABLE_MODULES = YES; |
1054 | 1061 | CLANG_ENABLE_OBJC_ARC = YES; |
|
1083 | 1090 | GCC_WARN_UNUSED_FUNCTION = YES; |
1084 | 1091 | GCC_WARN_UNUSED_VARIABLE = YES; |
1085 | 1092 | MACOSX_DEPLOYMENT_TARGET = 10.9; |
| 1093 | + OTHER_CFLAGS = "-Werror"; |
1086 | 1094 | SDKROOT = macosx; |
1087 | 1095 | }; |
1088 | 1096 | name = Release; |
|
0 commit comments