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

Add files

git-svn-id: http://svn.net-core.org/repos/t-engine4@1999 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7b260df0
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
282AC036125B15E100F7C346 /* te4-xmpp.c in Sources */ = {isa = PBXBuildFile; fileRef = 282AC034125B15E100F7C346 /* te4-xmpp.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 */; };
289E379711D86DC00065B265 /* sdnoise1234.c in Sources */ = {isa = PBXBuildFile; fileRef = 289E379611D86DC00065B265 /* sdnoise1234.c */; };
28B4238A119F50AE00562F94 /* SDL_image.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28B42386119F50AE00562F94 /* SDL_image.framework */; };
28B4238B119F50AE00562F94 /* SDL_mixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28B42387119F50AE00562F94 /* SDL_mixer.framework */; };
......@@ -180,6 +181,8 @@
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>"; };
285E4C5111B3B42700E7CAD8 /* noise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = noise.c; path = ../../src/noise.c; sourceTree = SOURCE_ROOT; };
28786CDB129A437700285801 /* serial.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = serial.c; path = ../../src/serial.c; sourceTree = SOURCE_ROOT; };
28786CDC129A437700285801 /* serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = serial.h; path = ../../src/serial.h; sourceTree = SOURCE_ROOT; };
289E379611D86DC00065B265 /* sdnoise1234.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdnoise1234.c; path = ../../src/sdnoise1234.c; sourceTree = SOURCE_ROOT; };
289E379F11D86EE20065B265 /* sdnoise1234.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdnoise1234.h; path = ../../src/sdnoise1234.h; sourceTree = SOURCE_ROOT; };
28B42386119F50AE00562F94 /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = "<absolute>"; };
......@@ -731,6 +734,7 @@
28139876127C20F000AC3C20 /* particles_gas.h */,
28B4260D119F520F00562F94 /* script.h */,
289E379F11D86EE20065B265 /* sdnoise1234.h */,
28786CDC129A437700285801 /* serial.h */,
28B4260E119F520F00562F94 /* SFMT-params.h */,
28B4260F119F520F00562F94 /* SFMT-params19937.h */,
28B42610119F520F00562F94 /* SFMT.h */,
......@@ -747,6 +751,7 @@
28B42619119F520F00562F94 /* particles.c */,
28139875127C20F000AC3C20 /* particles_gas.c */,
289E379611D86DC00065B265 /* sdnoise1234.c */,
28786CDB129A437700285801 /* serial.c */,
28B4261A119F520F00562F94 /* SFMT.c */,
28133EFC11C9096E00A7FDAC /* shaders.c */,
28B4261B119F520F00562F94 /* struct.c */,
......@@ -972,6 +977,7 @@
282AC033125B15D400F7C346 /* lxplib.c in Sources */,
282AC036125B15E100F7C346 /* te4-xmpp.c in Sources */,
28139877127C20F000AC3C20 /* particles_gas.c in Sources */,
28786CDD129A437700285801 /* serial.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