Mercurial > urweb
comparison src/settings.sig @ 1871:c3119c263bd3
Add -ccompiler command line argument
This allows user to overwrite the compiler set during the configure phase
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Tue, 20 Aug 2013 17:13:50 +0400 |
parents | e15234fbb163 |
children | df6a040f5389 |
comparison
equal
deleted
inserted
replaced
1870:434921f54f54 | 1871:c3119c263bd3 |
---|---|
254 val addNoXsrfProtection : string -> unit | 254 val addNoXsrfProtection : string -> unit |
255 val checkNoXsrfProtection : string -> bool | 255 val checkNoXsrfProtection : string -> bool |
256 | 256 |
257 val setTimeFormat : string -> unit | 257 val setTimeFormat : string -> unit |
258 val getTimeFormat : unit -> string | 258 val getTimeFormat : unit -> string |
259 | |
260 val getCCompiler : unit -> string | |
261 val setCCompiler : string -> unit | |
259 end | 262 end |