Skip to content
Snippets Groups Projects
Commit 01bde460 authored by neil's avatar neil
Browse files

build the last release, whenever that was

git-svn-id: http://svn.net-core.org/repos/t-engine4@2192 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5eb35001
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,11 @@
282AC02F125B15C100F7C346 /* xmltok_ns.c in Sources */ = {isa = PBXBuildFile; fileRef = 282AC02A125B15C100F7C346 /* xmltok_ns.c */; };
282AC033125B15D400F7C346 /* lxplib.c in Sources */ = {isa = PBXBuildFile; fileRef = 282AC031125B15D400F7C346 /* lxplib.c */; };
282AC036125B15E100F7C346 /* te4-xmpp.c in Sources */ = {isa = PBXBuildFile; fileRef = 282AC034125B15E100F7C346 /* te4-xmpp.c */; };
2844E39D12C8FB210021A2F5 /* fov.c in Sources */ = {isa = PBXBuildFile; fileRef = 2844E39C12C8FB210021A2F5 /* fov.c */; };
2844E3B012C8FB3F0021A2F5 /* des56.c in Sources */ = {isa = PBXBuildFile; fileRef = 2844E3A912C8FB3F0021A2F5 /* des56.c */; };
2844E3B112C8FB3F0021A2F5 /* ldes56.c in Sources */ = {isa = PBXBuildFile; fileRef = 2844E3AB12C8FB3F0021A2F5 /* ldes56.c */; };
2844E3B212C8FB3F0021A2F5 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 2844E3AD12C8FB3F0021A2F5 /* md5.c */; };
2844E3B312C8FB3F0021A2F5 /* md5lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 2844E3AF12C8FB3F0021A2F5 /* md5lib.c */; };
285E4C5011B3B41C00E7CAD8 /* noise_c.c in Sources */ = {isa = PBXBuildFile; fileRef = 285E4C4F11B3B41C00E7CAD8 /* noise_c.c */; };
285E4C5211B3B42700E7CAD8 /* noise.c in Sources */ = {isa = PBXBuildFile; fileRef = 285E4C5111B3B42700E7CAD8 /* noise.c */; };
28786CDD129A437700285801 /* serial.c in Sources */ = {isa = PBXBuildFile; fileRef = 28786CDB129A437700285801 /* serial.c */; };
......@@ -177,6 +182,15 @@
282AC032125B15D400F7C346 /* lxplib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lxplib.h; sourceTree = "<group>"; };
282AC034125B15E100F7C346 /* te4-xmpp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "te4-xmpp.c"; path = "../../src/te4-xmpp.c"; sourceTree = SOURCE_ROOT; };
282AC035125B15E100F7C346 /* te4-xmpp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "te4-xmpp.h"; path = "../../src/te4-xmpp.h"; sourceTree = SOURCE_ROOT; };
2844E39B12C8FB1C0021A2F5 /* fov.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fov.h; path = ../../src/fov.h; sourceTree = SOURCE_ROOT; };
2844E39C12C8FB210021A2F5 /* fov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fov.c; path = ../../src/fov.c; sourceTree = SOURCE_ROOT; };
2844E3A912C8FB3F0021A2F5 /* des56.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = des56.c; sourceTree = "<group>"; };
2844E3AA12C8FB3F0021A2F5 /* des56.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = des56.h; sourceTree = "<group>"; };
2844E3AB12C8FB3F0021A2F5 /* ldes56.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldes56.c; sourceTree = "<group>"; };
2844E3AC12C8FB3F0021A2F5 /* ldes56.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ldes56.h; sourceTree = "<group>"; };
2844E3AD12C8FB3F0021A2F5 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = "<group>"; };
2844E3AE12C8FB3F0021A2F5 /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = "<group>"; };
2844E3AF12C8FB3F0021A2F5 /* md5lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5lib.c; sourceTree = "<group>"; };
285E4C4D11B3B41C00E7CAD8 /* libtcod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libtcod.h; sourceTree = "<group>"; };
285E4C4E11B3B41C00E7CAD8 /* noise.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = noise.h; sourceTree = "<group>"; };
285E4C4F11B3B41C00E7CAD8 /* noise_c.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = noise_c.c; sourceTree = "<group>"; };
......@@ -454,6 +468,21 @@
path = ../../src/lxp;
sourceTree = SOURCE_ROOT;
};
2844E3A812C8FB3F0021A2F5 /* luamd5 */ = {
isa = PBXGroup;
children = (
2844E3A912C8FB3F0021A2F5 /* des56.c */,
2844E3AA12C8FB3F0021A2F5 /* des56.h */,
2844E3AB12C8FB3F0021A2F5 /* ldes56.c */,
2844E3AC12C8FB3F0021A2F5 /* ldes56.h */,
2844E3AD12C8FB3F0021A2F5 /* md5.c */,
2844E3AE12C8FB3F0021A2F5 /* md5.h */,
2844E3AF12C8FB3F0021A2F5 /* md5lib.c */,
);
name = luamd5;
path = ../../src/luamd5;
sourceTree = SOURCE_ROOT;
};
285E4C4C11B3B41C00E7CAD8 /* libtcod_import */ = {
isa = PBXGroup;
children = (
......@@ -724,6 +753,7 @@
28B42605119F520F00562F94 /* core_lua.h */,
28B42606119F520F00562F94 /* display_sdl.h */,
28B42607119F520F00562F94 /* display.h */,
2844E39B12C8FB1C0021A2F5 /* fov.h */,
28B42608119F520F00562F94 /* getself.h */,
28133EFA11C9095100A7FDAC /* glew.h */,
28133EFB11C9095500A7FDAC /* glxew.h */,
......@@ -743,6 +773,7 @@
28133EFE11C9097600A7FDAC /* wglew.h */,
28B42613119F520F00562F94 /* core_lua.c */,
28B42614119F520F00562F94 /* display_sdl.c */,
2844E39C12C8FB210021A2F5 /* fov.c */,
28133EF811C9094900A7FDAC /* glew.c */,
28B42616119F520F00562F94 /* main.c */,
28B42617119F520F00562F94 /* map.c */,
......@@ -764,6 +795,7 @@
282AC030125B15D400F7C346 /* lxp */,
28B42501119F51A600562F94 /* lua */,
28B42538119F51A600562F94 /* lualanes */,
2844E3A812C8FB3F0021A2F5 /* luamd5 */,
28B4253F119F51A600562F94 /* luaprofiler */,
28B4254D119F51A600562F94 /* luasocket */,
28B4256D119F51A700562F94 /* mac */,
......@@ -978,6 +1010,11 @@
282AC036125B15E100F7C346 /* te4-xmpp.c in Sources */,
28139877127C20F000AC3C20 /* particles_gas.c in Sources */,
28786CDD129A437700285801 /* serial.c in Sources */,
2844E39D12C8FB210021A2F5 /* fov.c in Sources */,
2844E3B012C8FB3F0021A2F5 /* des56.c in Sources */,
2844E3B112C8FB3F0021A2F5 /* ldes56.c in Sources */,
2844E3B212C8FB3F0021A2F5 /* md5.c in Sources */,
2844E3B312C8FB3F0021A2F5 /* md5lib.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment