view src/config.sml.in @ 378:168667cdaa95

Proper configuration and installation
author Adam Chlipala <adamc@hcoop.net>
date Sun, 19 Oct 2008 12:47:10 -0400
parents
children f7b25375c0cf
line wrap: on
line source
structure Config :> CONFIG = struct

val bin = "@BIN@"
val lib = "@LIB@"
val includ = "@INCLUDE@"
val sitelisp = "@SITELISP@"

val libUr = OS.Path.joinDirFile {dir = lib,
                                 file = "ur"}
val libC = OS.Path.joinDirFile {dir = lib,
                                file = "c"}

end