|
|
@@ -9,6 +9,7 @@
|
|
|
/* Begin PBXBuildFile section */
|
|
|
37A517B32159597E00FBA241 /* Screens.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37A517B22159597E00FBA241 /* Screens.mm */; };
|
|
|
37C09D8821580FE4006A6758 /* SystemDialogs.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37C09D8721580FE4006A6758 /* SystemDialogs.mm */; };
|
|
|
+ 37DDA9B0219330F8002E132B /* AvnString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37DDA9AF219330F8002E132B /* AvnString.mm */; };
|
|
|
37E2330F21583241000CB7E2 /* KeyTransform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37E2330E21583241000CB7E2 /* KeyTransform.mm */; };
|
|
|
5B21A982216530F500CEE36E /* cursor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B21A981216530F500CEE36E /* cursor.mm */; };
|
|
|
5B8BD94F215BFEA6005ED2A7 /* clipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B8BD94E215BFEA6005ED2A7 /* clipboard.mm */; };
|
|
|
@@ -26,6 +27,8 @@
|
|
|
37A517B22159597E00FBA241 /* Screens.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Screens.mm; sourceTree = "<group>"; };
|
|
|
37C09D8721580FE4006A6758 /* SystemDialogs.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SystemDialogs.mm; sourceTree = "<group>"; };
|
|
|
37C09D8A21581EF2006A6758 /* window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = window.h; sourceTree = "<group>"; };
|
|
|
+ 37DDA9AF219330F8002E132B /* AvnString.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AvnString.mm; sourceTree = "<group>"; };
|
|
|
+ 37DDA9B121933371002E132B /* AvnString.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AvnString.h; sourceTree = "<group>"; };
|
|
|
37E2330E21583241000CB7E2 /* KeyTransform.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = KeyTransform.mm; sourceTree = "<group>"; };
|
|
|
5B21A981216530F500CEE36E /* cursor.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = cursor.mm; sourceTree = "<group>"; };
|
|
|
5B8BD94E215BFEA6005ED2A7 /* clipboard.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = clipboard.mm; sourceTree = "<group>"; };
|
|
|
@@ -65,6 +68,8 @@
|
|
|
AB7A61E62147C814003C5833 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 37DDA9B121933371002E132B /* AvnString.h */,
|
|
|
+ 37DDA9AF219330F8002E132B /* AvnString.mm */,
|
|
|
37A4E71A2178846A00EACBCD /* headers */,
|
|
|
AB573DC3217605E400D389A2 /* gl.mm */,
|
|
|
5BF943652167AD1D009CAE35 /* cursor.h */,
|
|
|
@@ -161,6 +166,7 @@
|
|
|
files = (
|
|
|
5B8BD94F215BFEA6005ED2A7 /* clipboard.mm in Sources */,
|
|
|
5B21A982216530F500CEE36E /* cursor.mm in Sources */,
|
|
|
+ 37DDA9B0219330F8002E132B /* AvnString.mm in Sources */,
|
|
|
AB8F7D6B21482D7F0057DBA5 /* platformthreading.mm in Sources */,
|
|
|
37E2330F21583241000CB7E2 /* KeyTransform.mm in Sources */,
|
|
|
37A517B32159597E00FBA241 /* Screens.mm in Sources */,
|