]> git.lizzy.rs Git - irrlicht.git/commitdiff
Another fix for OSX build file.
authorcutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>
Tue, 3 Nov 2020 21:29:57 +0000 (21:29 +0000)
committercutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>
Tue, 3 Nov 2020 21:29:57 +0000 (21:29 +0000)
And a bit unifying it with trunk.
Likely one more bug in there... so another patch coming.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6149 dfc29bdd-3216-0410-991c-e03cc46cb475

source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj

index 9a8e328e3d4702be2e3e679ad94a09e25f4de582..daf0e7706ad4bc8438cd66199f58bea2e386c1f1 100644 (file)
@@ -7,7 +7,6 @@
        objects = {
 
 /* Begin PBXBuildFile section */
-               5E1DF8E11E96BFE100FC3523 /* CIrrDeviceOSX.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8141B7F535C00F212E8 /* CIrrDeviceOSX.mm */; };
                5E34C9F91B7F6EBF00F212E8 /* CDefaultGUIElementFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7E21B7F50DE00F212E8 /* CDefaultGUIElementFactory.cpp */; };
                5E34C9FB1B7F6EBF00F212E8 /* CGUIButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7A91B7F50A900F212E8 /* CGUIButton.cpp */; };
                5E34C9FD1B7F6EBF00F212E8 /* CGUICheckBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7AB1B7F50A900F212E8 /* CGUICheckBox.cpp */; };
@@ -53,6 +52,7 @@
                5E34CA4F1B7F6EBF00F212E8 /* CXMLWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8001B7F51D900F212E8 /* CXMLWriter.cpp */; };
                5E34CA511B7F6EBF00F212E8 /* CZipReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8021B7F51D900F212E8 /* CZipReader.cpp */; };
                5E34CA541B7F6EBF00F212E8 /* irrXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8051B7F51D900F212E8 /* irrXML.cpp */; };
+               5E34CA581B7F6EBF00F212E8 /* CIrrDeviceOSX.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8141B7F535C00F212E8 /* CIrrDeviceOSX.mm */; };
                5E34CA591B7F6EBF00F212E8 /* CIrrDeviceStub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C80D1B7F52AC00F212E8 /* CIrrDeviceStub.cpp */; };
                5E34CA5C1B7F6EBF00F212E8 /* aescrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8161B7F540B00F212E8 /* aescrypt.cpp */; };
                5E34CA5D1B7F6EBF00F212E8 /* aeskey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8171B7F540B00F212E8 /* aeskey.cpp */; };
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               5E1DF8E11E96BFE100FC3523 /* CIrrDeviceOSX.mm in Sources */,
                                5E34C9F91B7F6EBF00F212E8 /* CDefaultGUIElementFactory.cpp in Sources */,
                                5E34C9FB1B7F6EBF00F212E8 /* CGUIButton.cpp in Sources */,
                                5E34C9FD1B7F6EBF00F212E8 /* CGUICheckBox.cpp in Sources */,
                                5E34CA4F1B7F6EBF00F212E8 /* CXMLWriter.cpp in Sources */,
                                5E34CA511B7F6EBF00F212E8 /* CZipReader.cpp in Sources */,
                                5E34CA541B7F6EBF00F212E8 /* irrXML.cpp in Sources */,
+                               5E34CA581B7F6EBF00F212E8 /* CIrrDeviceOSX.mm in Sources */,
                                84A219B7249F82E800E189FC /* burning_shader_color.cpp in Sources */,
                                5E34CA591B7F6EBF00F212E8 /* CIrrDeviceStub.cpp in Sources */,
                                5E34CA5C1B7F6EBF00F212E8 /* aescrypt.cpp in Sources */,