Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Dec 6, 2013
1 parent f2d18ff commit b1dadbd
Show file tree
Hide file tree
Showing 20 changed files with 6 additions and 51 deletions.
9 changes: 4 additions & 5 deletions arc.bat
Expand Up @@ -26,11 +26,10 @@ echo "%ProgramFiles%\Racket\Racket.exe"
echo "%ProgramFiles(x86)%\Racket\Racket.exe"

rem This is so it will work on both 64-bit and 32-bit systems
IF EXISTS "%ProgramFiles%\Racket\Racket.exe" (
"%ProgramFiles%\Racket\Racket.exe" "%~dp0arc"
) ELSE (
"%ProgramFiles(x86)%\Racket\Racket.exe" "%~dp0arc"
)
IF NOT EXISTS "%ProgramFiles%\Racket\Racket.exe" GOTO win64
"%ProgramFiles%\Racket\Racket.exe" "%~dp0arc"
:win64
"%ProgramFiles(x86)%\Racket\Racket.exe" "%~dp0arc"

rem The "pause" command displays a "press any key" message. If Racket
rem exits with an error, this command keeps the batch script running
Expand Down
1 change: 1 addition & 0 deletions compiler
Expand Up @@ -1102,6 +1102,7 @@
(exec-dir dir)
(import-dirs (list ;(path->string (current-directory)) ; TODO
(path->string (build-path dir "lib"))
(path->string (build-path dir "lib/arc3.1"))
(path->string dir)
))
(import-cache (make-hash))
Expand Down
2 changes: 0 additions & 2 deletions lang/arc/3.1/copyright

This file was deleted.

44 changes: 0 additions & 44 deletions lang/arc/3.1/how-to-run-news

This file was deleted.

1 change: 1 addition & 0 deletions lang/arc/3.1/main
Expand Up @@ -604,6 +604,7 @@
;; thanks, Eli!
;;
;; Currently only used by srv.arc
;; TODO does this break on Windows ?
(assign setuid #:sig (i) (get-ffi-obj 'setuid #f (_fun _int -> _int)))

;: TODO: need to use a better seed (Arc 3.1???)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit b1dadbd

Please sign in to comment.