Add wavecast.cpp and wavecast.h.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9565 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
16aa6298b2
commit
3a800c09a3
|
@ -501,7 +501,6 @@
|
|||
432BE3F810D9CD4000A486AB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 432BE3EE10D9CB4D00A486AB /* InfoPlist.strings */; };
|
||||
432BE40210D9CF6F00A486AB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 432BE3FE10D9CF1300A486AB /* InfoPlist.strings */; };
|
||||
432BE41A10D9D32000A486AB /* SDL.framework in Copy frameworks (36) */ = {isa = PBXBuildFile; fileRef = 432BE34C10D9C21900A486AB /* SDL.framework */; };
|
||||
43488CD110D61548001660EB /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 971177E70F87A926000C8A96 /* config.h */; };
|
||||
43488CFD10D61654001660EB /* pixman-access-accessors.c in Sources */ = {isa = PBXBuildFile; fileRef = 43488CD410D61653001660EB /* pixman-access-accessors.c */; };
|
||||
43488CFE10D61654001660EB /* pixman-access.c in Sources */ = {isa = PBXBuildFile; fileRef = 43488CD510D61653001660EB /* pixman-access.c */; };
|
||||
43488CFF10D61654001660EB /* pixman-accessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 43488CD610D61653001660EB /* pixman-accessor.h */; };
|
||||
|
@ -541,6 +540,8 @@
|
|||
4355E13210D6028C00A19EE4 /* theoradec.h in Headers */ = {isa = PBXBuildFile; fileRef = 4355E12E10D6028C00A19EE4 /* theoradec.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
4355E13310D6028C00A19EE4 /* theoraenc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4355E12F10D6028C00A19EE4 /* theoraenc.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
43A8417811028EDD00733CCB /* pointtree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43A8417611028EDD00733CCB /* pointtree.cpp */; };
|
||||
43BE73ED11121A47007DF934 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 971177E70F87A926000C8A96 /* config.h */; };
|
||||
43BE75EA11124BB5007DF934 /* wavecast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43BE75E811124BB4007DF934 /* wavecast.cpp */; };
|
||||
43F3001410D3410C00707B6E /* macosx.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F3FFFE10D33F4D00707B6E /* macosx.c */; };
|
||||
43F3002C10D3417500707B6E /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0246A93A0BD3DD3E004D1C70 /* Carbon.framework */; };
|
||||
43F3003310D341F000707B6E /* hog.c in Sources */ = {isa = PBXBuildFile; fileRef = 02DDA8C20BD3C3450049AB60 /* hog.c */; };
|
||||
|
@ -1522,6 +1523,8 @@
|
|||
4355E12F10D6028C00A19EE4 /* theoraenc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = theoraenc.h; path = external/libtheora/include/theora/theoraenc.h; sourceTree = "<group>"; };
|
||||
43A8417611028EDD00733CCB /* pointtree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pointtree.cpp; path = ../src/pointtree.cpp; sourceTree = SOURCE_ROOT; };
|
||||
43A8417711028EDD00733CCB /* pointtree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pointtree.h; path = ../src/pointtree.h; sourceTree = SOURCE_ROOT; };
|
||||
43BE75E811124BB4007DF934 /* wavecast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = wavecast.cpp; path = ../src/wavecast.cpp; sourceTree = SOURCE_ROOT; };
|
||||
43BE75E911124BB4007DF934 /* wavecast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wavecast.h; path = ../src/wavecast.h; sourceTree = SOURCE_ROOT; };
|
||||
43F3005510D344AF00707B6E /* analyze.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = analyze.c; path = external/libtheora/lib/analyze.c; sourceTree = "<group>"; };
|
||||
43F3005610D344AF00707B6E /* apiwrapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = apiwrapper.c; path = external/libtheora/lib/apiwrapper.c; sourceTree = "<group>"; };
|
||||
43F3005710D344AF00707B6E /* apiwrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = apiwrapper.h; path = external/libtheora/lib/apiwrapper.h; sourceTree = "<group>"; };
|
||||
|
@ -1928,23 +1931,8 @@
|
|||
0246A0980BD3CB97004D1C70 /* Warzone sources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
647D9C551039289A006D37CF /* challenge.c */,
|
||||
647D9C561039289A006D37CF /* challenge.h */,
|
||||
647D9C4F1039288D006D37CF /* dictionary.c */,
|
||||
647D9C501039288D006D37CF /* dictionary.h */,
|
||||
647D9C511039288D006D37CF /* iniparser.c */,
|
||||
647D9C521039288D006D37CF /* iniparser.h */,
|
||||
02BBB2060DA874CF002D438B /* Exception Handler */,
|
||||
43BE75E411124A18007DF934 /* lib */,
|
||||
0246A1970BD3CCC3004D1C70 /* Warzone */,
|
||||
0246A1790BD3CCAB004D1C70 /* Widget */,
|
||||
0246A1640BD3CC90004D1C70 /* Sound */,
|
||||
0246A1570BD3CC78004D1C70 /* Sequence */,
|
||||
0246A13A0BD3CC5B004D1C70 /* Script */,
|
||||
0246A12B0BD3CC47004D1C70 /* Netplay */,
|
||||
0246A1090BD3CC2D004D1C70 /* Ivis OpenGL */,
|
||||
0246A0E90BD3CC10004D1C70 /* Ivis Common */,
|
||||
0246A0D60BD3CBF6004D1C70 /* Gamelib */,
|
||||
0246A0D00BD3CBE1004D1C70 /* Framework */,
|
||||
);
|
||||
name = "Warzone sources";
|
||||
sourceTree = "<group>";
|
||||
|
@ -2208,6 +2196,10 @@
|
|||
0246A1970BD3CCC3004D1C70 /* Warzone */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
43BE75E811124BB4007DF934 /* wavecast.cpp */,
|
||||
43BE75E911124BB4007DF934 /* wavecast.h */,
|
||||
647D9C551039289A006D37CF /* challenge.c */,
|
||||
647D9C561039289A006D37CF /* challenge.h */,
|
||||
43A8417611028EDD00733CCB /* pointtree.cpp */,
|
||||
43A8417711028EDD00733CCB /* pointtree.h */,
|
||||
9749641E0F5ABB9E00A38899 /* stringdef.h */,
|
||||
|
@ -2657,15 +2649,15 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
02CDDCFD0D159BE700722688 /* Autorevision sources */,
|
||||
022B2F460BD55940002E64E3 /* Gettext sources */,
|
||||
02DDA85F0BD3C1A60049AB60 /* Zlib sources */,
|
||||
02DDA8610BD3C1B50049AB60 /* Ogg sources */,
|
||||
02DDA8600BD3C1AF0049AB60 /* Png sources */,
|
||||
02DDA8620BD3C1BB0049AB60 /* Vorbis sources */,
|
||||
02DDA8DE0BD3C3930049AB60 /* PhysFS sources */,
|
||||
02F5CC7F0D1495EB0000A2D0 /* Popt sources */,
|
||||
0223BBE50CFE3F4B0056EF85 /* QuesoGLC sources */,
|
||||
022B2F460BD55940002E64E3 /* Gettext sources */,
|
||||
02DDA8DE0BD3C3930049AB60 /* PhysFS sources */,
|
||||
02DDA8620BD3C1BB0049AB60 /* Vorbis sources */,
|
||||
02DDA8610BD3C1B50049AB60 /* Ogg sources */,
|
||||
9730E8000E8CEB3B009C9481 /* Theora sources */,
|
||||
02DDA8600BD3C1AF0049AB60 /* Png sources */,
|
||||
02DDA85F0BD3C1A60049AB60 /* Zlib sources */,
|
||||
971177840F87A6D9000C8A96 /* Pixman sources */,
|
||||
);
|
||||
name = "Third Party";
|
||||
|
@ -2787,6 +2779,43 @@
|
|||
name = lib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
43BE75E411124A18007DF934 /* lib */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
43BE75E711124AB5007DF934 /* betawidget */,
|
||||
02BBB2060DA874CF002D438B /* Exception Handler */,
|
||||
0246A0D00BD3CBE1004D1C70 /* Framework */,
|
||||
0246A0D60BD3CBF6004D1C70 /* Gamelib */,
|
||||
43BE75E611124A32007DF934 /* iniparser */,
|
||||
0246A0E90BD3CC10004D1C70 /* Ivis Common */,
|
||||
0246A1090BD3CC2D004D1C70 /* Ivis OpenGL */,
|
||||
0246A12B0BD3CC47004D1C70 /* Netplay */,
|
||||
0246A13A0BD3CC5B004D1C70 /* Script */,
|
||||
0246A1570BD3CC78004D1C70 /* Sequence */,
|
||||
0246A1640BD3CC90004D1C70 /* Sound */,
|
||||
0246A1790BD3CCAB004D1C70 /* Widget */,
|
||||
);
|
||||
name = lib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
43BE75E611124A32007DF934 /* iniparser */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
647D9C4F1039288D006D37CF /* dictionary.c */,
|
||||
647D9C501039288D006D37CF /* dictionary.h */,
|
||||
647D9C511039288D006D37CF /* iniparser.c */,
|
||||
647D9C521039288D006D37CF /* iniparser.h */,
|
||||
);
|
||||
name = iniparser;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
43BE75E711124AB5007DF934 /* betawidget */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
name = betawidget;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
43F3008010D344B000707B6E /* x86 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -3054,7 +3083,6 @@
|
|||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
43488CD110D61548001660EB /* config.h in Headers */,
|
||||
43488CFF10D61654001660EB /* pixman-accessor.h in Headers */,
|
||||
43488D0610D61654001660EB /* pixman-combine32.h in Headers */,
|
||||
43488D0810D61654001660EB /* pixman-combine64.h in Headers */,
|
||||
|
@ -3063,6 +3091,7 @@
|
|||
43488D1710D61654001660EB /* pixman-private.h in Headers */,
|
||||
43488D2110D61654001660EB /* pixman-version.h in Headers */,
|
||||
43488D2510D61654001660EB /* pixman.h in Headers */,
|
||||
43BE73ED11121A47007DF934 /* config.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -4049,6 +4078,7 @@
|
|||
EFBC96BF10B92A9C009C6753 /* upnperrors.c in Sources */,
|
||||
EFBC96C010B92A9C009C6753 /* upnpreplyparse.c in Sources */,
|
||||
43A8417811028EDD00733CCB /* pointtree.cpp in Sources */,
|
||||
43BE75EA11124BB5007DF934 /* wavecast.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue