- Timestamp:
- Dec 20, 2009, 2:40:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/XCode/libcacaXCode.xcodeproj/project.pbxproj
r4097 r4156 8 8 9 9 /* Begin PBXFileReference section */ 10 E60690EB10DCD81300F80E76 /* pic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pic.c; sourceTree = "<group>"; }; 11 E60690EC10DCD81300F80E76 /* int.asm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm.asm; path = int.asm; sourceTree = "<group>"; }; 12 E60690ED10DCD81300F80E76 /* stage2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stage2.h; sourceTree = "<group>"; }; 13 E60690EE10DCD81300F80E76 /* interruptions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = interruptions.c; sourceTree = "<group>"; }; 14 E60690EF10DCD81300F80E76 /* stage2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stage2.c; sourceTree = "<group>"; }; 15 E60690F010DCD81300F80E76 /* bootsect.asm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm.asm; path = bootsect.asm; sourceTree = "<group>"; }; 16 E60690F110DCD81300F80E76 /* gdt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gdt.c; sourceTree = "<group>"; }; 17 E60690F210DCD81300F80E76 /* idt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = idt.c; sourceTree = "<group>"; }; 18 E60690F410DCD81300F80E76 /* floppy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = floppy.h; sourceTree = "<group>"; }; 19 E60690F510DCD81300F80E76 /* floppy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = floppy.c; sourceTree = "<group>"; }; 20 E60690FA10DCD85300F80E76 /* keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = keyboard.c; sourceTree = "<group>"; }; 21 E606910010DCDA3100F80E76 /* processor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = processor.h; sourceTree = "<group>"; }; 22 E606910110DCDA3100F80E76 /* processor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = processor.c; sourceTree = "<group>"; }; 23 E606911F10DCDF2B00F80E76 /* klibc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = klibc.h; sourceTree = "<group>"; }; 24 E60691C710DCF2EA00F80E76 /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memory.h; sourceTree = "<group>"; }; 25 E60691C810DCF2EA00F80E76 /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memory.c; sourceTree = "<group>"; }; 26 E60691E910DD0D6D00F80E76 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = "<group>"; }; 27 E60691EA10DD0D6D00F80E76 /* timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = timer.c; sourceTree = "<group>"; }; 28 E64A326110DA344400325A66 /* build-kernel */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "build-kernel"; path = "../build-kernel"; sourceTree = SOURCE_ROOT; }; 29 E64A326610DA344400325A66 /* kernel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kernel.c; sourceTree = "<group>"; }; 30 E64A326710DA344400325A66 /* kernel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = kernel.h; sourceTree = "<group>"; }; 31 E64A326810DA344400325A66 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; }; 32 E64A326910DA344400325A66 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; }; 33 E64A331D10DA447500325A66 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../config.h; sourceTree = SOURCE_ROOT; }; 34 E64A33E410DA861600325A66 /* klibc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = klibc.c; sourceTree = "<group>"; }; 10 35 E68A871110CD1F040047EB17 /* mouse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mouse.c; path = ../examples/mouse.c; sourceTree = SOURCE_ROOT; }; 11 36 E6A7681710B560BB008B6DEC /* caca++.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "caca++.cpp"; path = "../cxx/caca++.cpp"; sourceTree = SOURCE_ROOT; }; … … 24 49 E6A7682510B561CE008B6DEC /* caca.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = caca.c; path = ../ruby/caca.c; sourceTree = SOURCE_ROOT; }; 25 50 E6A7682610B561CE008B6DEC /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = common.h; path = ../ruby/common.h; sourceTree = SOURCE_ROOT; }; 26 E6A769B410B85819008B6DEC /* check-build */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "check-build"; path = "../tests/check-build"; sourceTree = SOURCE_ROOT; };27 51 E6DB65F610AECC7800B6F924 /* attr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = attr.c; path = ../caca/attr.c; sourceTree = SOURCE_ROOT; }; 28 52 E6DB65F710AECC7800B6F924 /* box.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = box.c; path = ../caca/box.c; sourceTree = SOURCE_ROOT; }; … … 116 140 isa = PBXGroup; 117 141 children = ( 118 E6A769B410B85819008B6DEC /* check-build */, 142 E64A331D10DA447500325A66 /* config.h */, 143 E64A326110DA344400325A66 /* build-kernel */, 144 E64A326210DA344400325A66 /* kernel */, 119 145 E6A7681A10B561B9008B6DEC /* ruby */, 120 146 E6A7681510B560AE008B6DEC /* cxx */, … … 126 152 name = XCode; 127 153 sourceTree = "<group>"; 154 }; 155 E60690EA10DCD81300F80E76 /* boot */ = { 156 isa = PBXGroup; 157 children = ( 158 E60690ED10DCD81300F80E76 /* stage2.h */, 159 E60690F010DCD81300F80E76 /* bootsect.asm */, 160 E60690EC10DCD81300F80E76 /* int.asm */, 161 E60690EB10DCD81300F80E76 /* pic.c */, 162 E60690EE10DCD81300F80E76 /* interruptions.c */, 163 E60690EF10DCD81300F80E76 /* stage2.c */, 164 E60690F110DCD81300F80E76 /* gdt.c */, 165 E60690F210DCD81300F80E76 /* idt.c */, 166 ); 167 path = boot; 168 sourceTree = "<group>"; 169 }; 170 E60690F310DCD81300F80E76 /* drivers */ = { 171 isa = PBXGroup; 172 children = ( 173 E606910010DCDA3100F80E76 /* processor.h */, 174 E60690F410DCD81300F80E76 /* floppy.h */, 175 E60691C710DCF2EA00F80E76 /* memory.h */, 176 E60691E910DD0D6D00F80E76 /* timer.h */, 177 E60690FA10DCD85300F80E76 /* keyboard.c */, 178 E60690F510DCD81300F80E76 /* floppy.c */, 179 E606910110DCDA3100F80E76 /* processor.c */, 180 E60691C810DCF2EA00F80E76 /* memory.c */, 181 E60691EA10DD0D6D00F80E76 /* timer.c */, 182 ); 183 path = drivers; 184 sourceTree = "<group>"; 185 }; 186 E64A326210DA344400325A66 /* kernel */ = { 187 isa = PBXGroup; 188 children = ( 189 E606911F10DCDF2B00F80E76 /* klibc.h */, 190 E64A326710DA344400325A66 /* kernel.h */, 191 E64A33E410DA861600325A66 /* klibc.c */, 192 E64A326610DA344400325A66 /* kernel.c */, 193 E60690EA10DCD81300F80E76 /* boot */, 194 E60690F310DCD81300F80E76 /* drivers */, 195 E64A326810DA344400325A66 /* Makefile.am */, 196 E64A326910DA344400325A66 /* Makefile */, 197 ); 198 name = kernel; 199 path = ../kernel; 200 sourceTree = SOURCE_ROOT; 128 201 }; 129 202 E6A7681510B560AE008B6DEC /* cxx */ = {
Note: See TracChangeset
for help on using the changeset viewer.