From 230989108ae52e3a79f4a308c2e4c73cba1472a4 Mon Sep 17 00:00:00 2001 From: kreatordxx <> Date: Mon, 30 Nov 2009 13:04:58 +0000 Subject: [PATCH] Update to not compile redundant net_ipx.c for Mac OS X --- CHANGELOG.txt | 4 ++++ d2x-rebirth.xcodeproj/project.pbxproj | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 383247cc0..6378505f1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,9 @@ D2X-Rebirth Changelog +20091130 +-------- +d2x-rebirth.xcodeproj/project.pbxproj: Update to not compile redundant net_ipx.c for Mac OS X + 20091129 -------- d1x-Info.plist, d1x-rebirth.xcodeproj/project.pbxproj, d1xgl-Info.plist, English.lproj/InfoPlist.strings: Make Mac version numbers consistent, Xcode build settings tidy up diff --git a/d2x-rebirth.xcodeproj/project.pbxproj b/d2x-rebirth.xcodeproj/project.pbxproj index 787abbabf..be348d44a 100755 --- a/d2x-rebirth.xcodeproj/project.pbxproj +++ b/d2x-rebirth.xcodeproj/project.pbxproj @@ -9,11 +9,9 @@ /* Begin PBXBuildFile section */ 17DFA6B710C1A2D100674D11 /* net_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = 17DFA6B510C1A2D100674D11 /* net_udp.c */; }; 17DFA6B910C1A2D100674D11 /* net_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = 17DFA6B510C1A2D100674D11 /* net_udp.c */; }; - 17DFA6BF10C1A32300674D11 /* net_ipx.c in Sources */ = {isa = PBXBuildFile; fileRef = EBF658A00F936D5300CB5C73 /* net_ipx.c */; }; 17DFA6C410C1A3BA00674D11 /* multi.c in Sources */ = {isa = PBXBuildFile; fileRef = 676032DC066B399A008A67A3 /* multi.c */; }; 17DFA6C510C1A3BC00674D11 /* multibot.c in Sources */ = {isa = PBXBuildFile; fileRef = 676032DD066B399A008A67A3 /* multibot.c */; }; 17DFA6C610C1A3D400674D11 /* kmatrix.c in Sources */ = {isa = PBXBuildFile; fileRef = 676032F9066B39CE008A67A3 /* kmatrix.c */; }; - 17DFA6C810C1A42F00674D11 /* net_ipx.c in Sources */ = {isa = PBXBuildFile; fileRef = EBF658A00F936D5300CB5C73 /* net_ipx.c */; }; 670E39B0066C598A0085B671 /* mve_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 67B4421406687AD900DF26D8 /* mve_audio.c */; }; 670E39B1066C598A0085B671 /* decoder16.c in Sources */ = {isa = PBXBuildFile; fileRef = 67B4421006687AD900DF26D8 /* decoder16.c */; }; 670E39B3066C598B0085B671 /* decoder8.c in Sources */ = {isa = PBXBuildFile; fileRef = 67B4421106687AD900DF26D8 /* decoder8.c */; }; @@ -1821,7 +1819,6 @@ EB28D9A40ECEAF1C00E68E9B /* init.c in Sources */, EBE8D6EC0FC583B4009D181F /* window.c in Sources */, 17DFA6B910C1A2D100674D11 /* net_udp.c in Sources */, - 17DFA6C810C1A42F00674D11 /* net_ipx.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1960,7 +1957,6 @@ EB28D9A30ECEAF1C00E68E9B /* init.c in Sources */, EBE8D6EB0FC583B4009D181F /* window.c in Sources */, 17DFA6B710C1A2D100674D11 /* net_udp.c in Sources */, - 17DFA6BF10C1A32300674D11 /* net_ipx.c in Sources */, 17DFA6C410C1A3BA00674D11 /* multi.c in Sources */, 17DFA6C510C1A3BC00674D11 /* multibot.c in Sources */, 17DFA6C610C1A3D400674D11 /* kmatrix.c in Sources */,