Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
377:78358e5df273 | 378:168667cdaa95 |
---|---|
1 structure Config :> CONFIG = struct | |
2 | |
3 val bin = "@BIN@" | |
4 val lib = "@LIB@" | |
5 val includ = "@INCLUDE@" | |
6 val sitelisp = "@SITELISP@" | |
7 | |
8 val libUr = OS.Path.joinDirFile {dir = lib, | |
9 file = "ur"} | |
10 val libC = OS.Path.joinDirFile {dir = lib, | |
11 file = "c"} | |
12 | |
13 end |