File tree Expand file tree Collapse file tree 11 files changed +132
-0
lines changed
Expand file tree Collapse file tree 11 files changed +132
-0
lines changed Original file line number Diff line number Diff line change 1+ #lang racket
2+ (provide runtime-path)
3+
4+ (require racket/runtime-path)
5+ (define-runtime-path here ". " )
6+
7+ (system (string-append "make -C "
8+ (path->string (normalize-path here))
9+ " runtime.o " ))
10+
11+ (define runtime-path
12+ (normalize-path (build-path here "runtime.o " )))
Original file line number Diff line number Diff line change 1+ #lang racket
2+ (provide runtime-path)
3+
4+ (require racket/runtime-path)
5+ (define-runtime-path here ". " )
6+
7+ (system (string-append "make -C "
8+ (path->string (normalize-path here))
9+ " runtime.o " ))
10+
11+ (define runtime-path
12+ (normalize-path (build-path here "runtime.o " )))
Original file line number Diff line number Diff line change 1+ #lang racket
2+ (provide runtime-path)
3+
4+ (require racket/runtime-path)
5+ (define-runtime-path here ". " )
6+
7+ (system (string-append "make -C "
8+ (path->string (normalize-path here))
9+ " runtime.o " ))
10+
11+ (define runtime-path
12+ (normalize-path (build-path here "runtime.o " )))
Original file line number Diff line number Diff line change 1+ #lang racket
2+ (provide runtime-path)
3+
4+ (require racket/runtime-path)
5+ (define-runtime-path here ". " )
6+
7+ (system (string-append "make -C "
8+ (path->string (normalize-path here))
9+ " runtime.o " ))
10+
11+ (define runtime-path
12+ (normalize-path (build-path here "runtime.o " )))
Original file line number Diff line number Diff line change 1+ #lang racket
2+ (provide runtime-path)
3+
4+ (require racket/runtime-path)
5+ (define-runtime-path here ". " )
6+
7+ (system (string-append "make -C "
8+ (path->string (normalize-path here))
9+ " runtime.o " ))
10+
11+ (define runtime-path
12+ (normalize-path (build-path here "runtime.o " )))
Original file line number Diff line number Diff line change 1+ #lang racket
2+ (provide runtime-path)
3+
4+ (require racket/runtime-path)
5+ (define-runtime-path here ". " )
6+
7+ (system (string-append "make -C "
8+ (path->string (normalize-path here))
9+ " runtime.o " ))
10+
11+ (define runtime-path
12+ (normalize-path (build-path here "runtime.o " )))
Original file line number Diff line number Diff line change 1+ #lang racket
2+ (provide runtime-path)
3+
4+ (require racket/runtime-path)
5+ (define-runtime-path here ". " )
6+
7+ (system (string-append "make -C "
8+ (path->string (normalize-path here))
9+ " runtime.o " ))
10+
11+ (define runtime-path
12+ (normalize-path (build-path here "runtime.o " )))
Original file line number Diff line number Diff line change 1+ #lang racket
2+ (provide runtime-path)
3+
4+ (require racket/runtime-path)
5+ (define-runtime-path here ". " )
6+
7+ (system (string-append "make -C "
8+ (path->string (normalize-path here))
9+ " runtime.o " ))
10+
11+ (define runtime-path
12+ (normalize-path (build-path here "runtime.o " )))
Original file line number Diff line number Diff line change 1+ #lang racket
2+ (provide runtime-path)
3+
4+ (require racket/runtime-path)
5+ (define-runtime-path here ". " )
6+
7+ (system (string-append "make -C "
8+ (path->string (normalize-path here))
9+ " runtime.o " ))
10+
11+ (define runtime-path
12+ (normalize-path (build-path here "runtime.o " )))
Original file line number Diff line number Diff line change 1+ #lang racket
2+ (provide runtime-path)
3+
4+ (require racket/runtime-path)
5+ (define-runtime-path here ". " )
6+
7+ (system (string-append "make -C "
8+ (path->string (normalize-path here))
9+ " runtime.o " ))
10+
11+ (define runtime-path
12+ (normalize-path (build-path here "runtime.o " )))
You can’t perform that action at this time.
0 commit comments