view src/config.sml.in @ 1454:96353138f016

Fix bug in projection of constructors from modules in class rules.
author Karn Kallio <kkallio@eka>
date Sun, 01 May 2011 00:26:08 -0430
parents b2bc8bcd546f
children 969b90b1f2f9
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"}
val libJs = OS.Path.joinDirFile {dir = lib,
                                 file = "js"}

val gccArgs = "@GCCARGS@"
val openssl = "@OPENSSL_LDFLAGS@ @OPENSSL_LIBS@"

end