Add opengl.h and wzapp_c.h to the xcode project.
Randomness from http://whatthecommit.com/ : whooooooooooooooooooooooooooo git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11680 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
09f6b46276
commit
447bba3120
|
@ -1477,6 +1477,8 @@
|
|||
438BDDF01129DC9A00998660 /* uk_UA */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = uk_UA; path = uk_UA.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
438BDDF11129DC9A00998660 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = zh_CN; path = zh_CN.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
438BDDF21129DC9A00998660 /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = zh_TW; path = zh_TW.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
439B592F1243BB1400FE83C1 /* opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opengl.h; path = ../lib/framework/opengl.h; sourceTree = SOURCE_ROOT; };
|
||||
439B59301243BB1400FE83C1 /* wzapp_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wzapp_c.h; path = ../lib/framework/wzapp_c.h; sourceTree = SOURCE_ROOT; };
|
||||
43A0C82912176C8A006C3B89 /* netqueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = netqueue.cpp; path = ../lib/netplay/netqueue.cpp; sourceTree = SOURCE_ROOT; };
|
||||
43A0C82A12176C8A006C3B89 /* netqueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netqueue.h; path = ../lib/netplay/netqueue.h; sourceTree = SOURCE_ROOT; };
|
||||
43A8417611028EDD00733CCB /* pointtree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pointtree.cpp; path = ../src/pointtree.cpp; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -1914,6 +1916,8 @@
|
|||
0246A0D00BD3CBE1004D1C70 /* Framework */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
439B592F1243BB1400FE83C1 /* opengl.h */,
|
||||
439B59301243BB1400FE83C1 /* wzapp_c.h */,
|
||||
43F3405911CAA83D00D1E6C8 /* crc.cpp */,
|
||||
43F3405A11CAA83D00D1E6C8 /* crc.h */,
|
||||
974964250F5ABBE100A38899 /* endian_hack.h */,
|
||||
|
@ -3434,6 +3438,7 @@
|
|||
};
|
||||
buildConfigurationList = 02356D670BD3BB2600E9A019 /* Build configuration list for PBXProject "Warzone" */;
|
||||
compatibilityVersion = "Xcode 3.1";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
English,
|
||||
|
|
Loading…
Reference in New Issue