make all targets compile text-based pref handling in prefs.cpp
mac replays use preference std::map
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
413AAF662D38A4A0002E9BF1 /* creature.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 914698FE1A747C4500F20F5E /* creature.cpp */; };
|
||||
413AAF672D38A4A5002E9BF1 /* living.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 914698FB1A7362D900F20F5E /* living.cpp */; };
|
||||
413FE08F2CECFAFF000D97DC /* winutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 413FE08E2CECFAFF000D97DC /* winutil.cpp */; };
|
||||
415EEEB02D5534A500B47408 /* prefs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 415EEEAF2D5534A500B47408 /* prefs.cpp */; };
|
||||
91034D211B225E4A008F01C1 /* scen.appleevents.mm in Sources */ = {isa = PBXBuildFile; fileRef = 91034D201B225E49008F01C1 /* scen.appleevents.mm */; };
|
||||
911A14031B8FAFC600900FD9 /* town_read.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91C2A6EC1B8FA91400346948 /* town_read.cpp */; };
|
||||
911A14041B8FB00300900FD9 /* talk_read.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91C2A6EE1B8FAA8E00346948 /* talk_read.cpp */; };
|
||||
@@ -616,6 +617,7 @@
|
||||
2BF04B090BF51924006C0831 /* boe.town.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = boe.town.cpp; sourceTree = "<group>"; wrapsLines = 1; };
|
||||
2BF04B0A0BF51924006C0831 /* boe.town.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = boe.town.hpp; sourceTree = "<group>"; };
|
||||
413FE08E2CECFAFF000D97DC /* winutil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = winutil.cpp; sourceTree = "<group>"; };
|
||||
415EEEAF2D5534A500B47408 /* prefs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = prefs.cpp; sourceTree = "<group>"; };
|
||||
91034D201B225E49008F01C1 /* scen.appleevents.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = scen.appleevents.mm; sourceTree = "<group>"; };
|
||||
9103DC652C6A406600849E60 /* cli.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = cli.hpp; sourceTree = "<group>"; };
|
||||
910BBA170FB8BECA001E34EA /* dialog.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dialog.hpp; sourceTree = "<group>"; };
|
||||
@@ -1277,6 +1279,7 @@
|
||||
9185BDA11EA041570027C346 /* tools */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
415EEEAF2D5534A500B47408 /* prefs.cpp */,
|
||||
413FE08E2CECFAFF000D97DC /* winutil.cpp */,
|
||||
9103DC652C6A406600849E60 /* cli.hpp */,
|
||||
D384F6A22C1B9D4000A806C3 /* replay.cpp */,
|
||||
@@ -2093,6 +2096,7 @@
|
||||
919CC26E1B3773E000273FDA /* pict.cpp in Sources */,
|
||||
919CC26F1B3773E700273FDA /* stack.cpp in Sources */,
|
||||
915473C62C7FCDBB00EB1C94 /* alchemy.cpp in Sources */,
|
||||
415EEEB02D5534A500B47408 /* prefs.cpp in Sources */,
|
||||
919CC2701B3773EC00273FDA /* scrollbar.cpp in Sources */,
|
||||
919CC2711B3773F300273FDA /* cursors.mac.mm in Sources */,
|
||||
919CC2721B3773F800273FDA /* fileio.cpp in Sources */,
|
||||
|
Reference in New Issue
Block a user