Fix Xcode build
This commit is contained in:
parent
9af9f9e616
commit
06435d3cc0
1 changed files with 0 additions and 8 deletions
|
@ -650,7 +650,6 @@
|
|||
91A214FA1CAD66B900927AEA /* hotkey_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECFA82E0184E59F3006782FB /* hotkey_manager.cpp */; };
|
||||
91A214FB1CAD66CC00927AEA /* picture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5599A0F0EC62181008DD061 /* picture.cpp */; };
|
||||
91A214FC1CAD66CC00927AEA /* image_modifications.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4E4E0B21367244F001C7528 /* image_modifications.cpp */; };
|
||||
91A214FD1CAD66CC00927AEA /* joystick.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F444907513C5483E003B6442 /* joystick.cpp */; };
|
||||
91A214FE1CAD66CC00927AEA /* key.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5599A0B0EC62181008DD061 /* key.cpp */; };
|
||||
91A214FF1CAD66CC00927AEA /* language.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5599A090EC62181008DD061 /* language.cpp */; };
|
||||
91A215001CAD66D000927AEA /* label.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B55999FB0EC62181008DD061 /* label.cpp */; };
|
||||
|
@ -1307,7 +1306,6 @@
|
|||
F419A1F414E21246002F9ADC /* game_end_exceptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F419A1F314E21246002F9ADC /* game_end_exceptions.cpp */; };
|
||||
F419A2C314F5BCFE002F9ADC /* info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F419A2C114F5BCFE002F9ADC /* info.cpp */; };
|
||||
F419A31214F8868A002F9ADC /* manager_ui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F419A31014F8868A002F9ADC /* manager_ui.cpp */; };
|
||||
F444914013C5483F003B6442 /* joystick.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F444907513C5483E003B6442 /* joystick.cpp */; };
|
||||
F444916613C5483F003B6442 /* network_asio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F44490B413C5483F003B6442 /* network_asio.cpp */; };
|
||||
F468E6AD16DF872200A31A5A /* movetype.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F468E6AC16DF872200A31A5A /* movetype.cpp */; };
|
||||
F46C5DCF13A5074C00DD0816 /* commandline_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F46C5DCB13A5074C00DD0816 /* commandline_options.cpp */; };
|
||||
|
@ -2765,8 +2763,6 @@
|
|||
F419E43E13354E220031448A /* teleport.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = teleport.hpp; sourceTree = "<group>"; };
|
||||
F419E44313354E620031448A /* lua_jailbreak_exception.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lua_jailbreak_exception.hpp; sourceTree = "<group>"; };
|
||||
F419E44413354E620031448A /* lua_jailbreak_exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lua_jailbreak_exception.cpp; sourceTree = "<group>"; };
|
||||
F444907513C5483E003B6442 /* joystick.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = joystick.cpp; sourceTree = "<group>"; };
|
||||
F444907613C5483E003B6442 /* joystick.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = joystick.hpp; sourceTree = "<group>"; };
|
||||
F44490B413C5483F003B6442 /* network_asio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = network_asio.cpp; sourceTree = "<group>"; };
|
||||
F44490B513C5483F003B6442 /* network_asio.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = network_asio.hpp; sourceTree = "<group>"; };
|
||||
F468E6AB16DF872200A31A5A /* movetype.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = movetype.hpp; sourceTree = "<group>"; };
|
||||
|
@ -3081,8 +3077,6 @@
|
|||
91B621A01B76754E00B00E0F /* hotkey */,
|
||||
F4E4E0B21367244F001C7528 /* image_modifications.cpp */,
|
||||
F4E4E0B31367244F001C7528 /* image_modifications.hpp */,
|
||||
F444907513C5483E003B6442 /* joystick.cpp */,
|
||||
F444907613C5483E003B6442 /* joystick.hpp */,
|
||||
B5599A0B0EC62181008DD061 /* key.cpp */,
|
||||
B5599A0A0EC62181008DD061 /* key.hpp */,
|
||||
B5599A090EC62181008DD061 /* language.cpp */,
|
||||
|
@ -5205,7 +5199,6 @@
|
|||
F419A2C314F5BCFE002F9ADC /* info.cpp in Sources */,
|
||||
EC0341E11ECF46FE000F2E2B /* config_attribute_value.cpp in Sources */,
|
||||
62114CC91750B9AF00CA42C7 /* item_palette.cpp in Sources */,
|
||||
F444914013C5483F003B6442 /* joystick.cpp in Sources */,
|
||||
B5599B340EC62181008DD061 /* key.cpp in Sources */,
|
||||
46F92E9D2174F6A400602C1C /* menu_button.cpp in Sources */,
|
||||
B5599B330EC62181008DD061 /* language.cpp in Sources */,
|
||||
|
@ -5934,7 +5927,6 @@
|
|||
91A214FC1CAD66CC00927AEA /* image_modifications.cpp in Sources */,
|
||||
4649B88420288DFB00827CFB /* game.cpp in Sources */,
|
||||
46F92E322174F6A400602C1C /* custom_tod.cpp in Sources */,
|
||||
91A214FD1CAD66CC00927AEA /* joystick.cpp in Sources */,
|
||||
91A214FE1CAD66CC00927AEA /* key.cpp in Sources */,
|
||||
91A214FF1CAD66CC00927AEA /* language.cpp in Sources */,
|
||||
91A215001CAD66D000927AEA /* label.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue