Skip to content

Commit 776c13a

Browse files
committed
Include Tiny CLOS in the form of library (lispkit clos).
1 parent 4f87c9f commit 776c13a

File tree

3 files changed

+958
-0
lines changed

3 files changed

+958
-0
lines changed

LispKit.xcodeproj/project.pbxproj

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
CC703A15218BC54800E71EA9 /* 16.sld in Copy pre-installed SRFI libraries */ = {isa = PBXBuildFile; fileRef = CCC1DBFC216BA2600019A374 /* 16.sld */; };
122122
CC703A18218BC8D800E71EA9 /* 34.sld in Copy pre-installed SRFI libraries */ = {isa = PBXBuildFile; fileRef = CC703A16218BC61D00E71EA9 /* 34.sld */; };
123123
CC703A19218BC8E400E71EA9 /* 39.sld in Copy pre-installed SRFI libraries */ = {isa = PBXBuildFile; fileRef = CC703A17218BC7D000E71EA9 /* 39.sld */; };
124+
CC703A1D218D0AE400E71EA9 /* clos.sld in Copy pre-installed LispKit libraries */ = {isa = PBXBuildFile; fileRef = CC703A1A218D09B600E71EA9 /* clos.sld */; };
125+
CC703A1F218D0B3000E71EA9 /* support.sld in Copy pre-installed LispKit library: LispKit CLOS Support */ = {isa = PBXBuildFile; fileRef = CC703A1C218D09F700E71EA9 /* support.sld */; };
124126
CC72862D1F52B32C00EEBC58 /* heap.sld in Copy pre-installed LispKit libraries */ = {isa = PBXBuildFile; fileRef = CC72862C1F52B2F600EEBC58 /* heap.sld */; };
125127
CC750BD81F5AC71500CD82A2 /* PDF.scm in Copy examples */ = {isa = PBXBuildFile; fileRef = CC750BD71F5AC68900CD82A2 /* PDF.scm */; };
126128
CC750BDA1F5B776700CD82A2 /* prettify.sld in Copy pre-installed LispKit libraries */ = {isa = PBXBuildFile; fileRef = CC750BD91F5B772200CD82A2 /* prettify.sld */; };
@@ -322,6 +324,7 @@
322324
dstPath = LispKit/Resources/Libraries/lispkit;
323325
dstSubfolderSpec = 7;
324326
files = (
327+
CC703A1D218D0AE400E71EA9 /* clos.sld in Copy pre-installed LispKit libraries */,
325328
CC96D10B203997F0006AA27B /* test.sld in Copy pre-installed LispKit libraries */,
326329
CC436C401FFBD52F0095559E /* logic.sld in Copy pre-installed LispKit libraries */,
327330
CC90B2361FE5D7BC0044F724 /* queue.sld in Copy pre-installed LispKit libraries */,
@@ -352,6 +355,17 @@
352355
name = "Copy dSYM data";
353356
runOnlyForDeploymentPostprocessing = 0;
354357
};
358+
CC703A1E218D0AF500E71EA9 /* Copy pre-installed LispKit library: LispKit CLOS Support */ = {
359+
isa = PBXCopyFilesBuildPhase;
360+
buildActionMask = 2147483647;
361+
dstPath = LispKit/Resources/Libraries/lispkit/clos;
362+
dstSubfolderSpec = 7;
363+
files = (
364+
CC703A1F218D0B3000E71EA9 /* support.sld in Copy pre-installed LispKit library: LispKit CLOS Support */,
365+
);
366+
name = "Copy pre-installed LispKit library: LispKit CLOS Support";
367+
runOnlyForDeploymentPostprocessing = 0;
368+
};
355369
CC7F7C191FC04B8A00639166 /* Copy pre-installed Scheme libraries */ = {
356370
isa = PBXCopyFilesBuildPhase;
357371
buildActionMask = 2147483647;
@@ -563,6 +577,8 @@
563577
CC703A12218BC40600E71EA9 /* 23.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = 23.sld; sourceTree = "<group>"; };
564578
CC703A16218BC61D00E71EA9 /* 34.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = 34.sld; sourceTree = "<group>"; };
565579
CC703A17218BC7D000E71EA9 /* 39.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = 39.sld; sourceTree = "<group>"; };
580+
CC703A1A218D09B600E71EA9 /* clos.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = clos.sld; sourceTree = "<group>"; };
581+
CC703A1C218D09F700E71EA9 /* support.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = support.sld; sourceTree = "<group>"; };
566582
CC72862C1F52B2F600EEBC58 /* heap.sld */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = heap.sld; sourceTree = "<group>"; };
567583
CC750BD71F5AC68900CD82A2 /* PDF.scm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PDF.scm; sourceTree = "<group>"; };
568584
CC750BD91F5B772200CD82A2 /* prettify.sld */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = prettify.sld; sourceTree = "<group>"; };
@@ -816,6 +832,8 @@
816832
CC750BD91F5B772200CD82A2 /* prettify.sld */,
817833
CC3A02591F97F3E1009B959C /* json.sld */,
818834
CC10404C1F5378660045144A /* pdf.sld */,
835+
CC703A1A218D09B600E71EA9 /* clos.sld */,
836+
CC703A1B218D09D100E71EA9 /* clos */,
819837
CC26AD3E21470AC90090D9EE /* draw */,
820838
);
821839
path = lispkit;
@@ -868,6 +886,14 @@
868886
path = srfi;
869887
sourceTree = "<group>";
870888
};
889+
CC703A1B218D09D100E71EA9 /* clos */ = {
890+
isa = PBXGroup;
891+
children = (
892+
CC703A1C218D09F700E71EA9 /* support.sld */,
893+
);
894+
path = clos;
895+
sourceTree = "<group>";
896+
};
871897
CC76311F20E95144005F27CE /* Graphics */ = {
872898
isa = PBXGroup;
873899
children = (
@@ -1182,6 +1208,7 @@
11821208
CC48EBD21F3E5B9900233FA9 /* Copy pre-installed LispKit library: SRFI 135 */,
11831209
CC5848001E50ABE100BE6497 /* Copy pre-installed LispKit libraries */,
11841210
CC26AD40214722710090D9EE /* Copy pre-installed LispKit library: LispKit Draw Turtle */,
1211+
CC703A1E218D0AF500E71EA9 /* Copy pre-installed LispKit library: LispKit CLOS Support */,
11851212
CC7F7C191FC04B8A00639166 /* Copy pre-installed Scheme libraries */,
11861213
CC474EAE1ECFAC1300B535E3 /* Copy examples */,
11871214
);

0 commit comments

Comments
 (0)