view src/config.sig @ 1258:78b36c50daf9

Fix width/height CSS choices for table rows/columns; stop warning about inability to embed type in JavaScript
author Adam Chlipala <adamc@hcoop.net>
date Sun, 16 May 2010 18:25:00 -0400
parents 162d5308e34f
children e12cef71aa1a
line wrap: on
line source
signature CONFIG = sig
    val bin : string
    val lib : string
    val includ : string
    val sitelisp : string

    val libUr : string
    val libC : string
    val libJs : string

    val gccArgs : string
end