GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ML-BUILD(1)   ML-BUILD(1)

ml-build - command-line build tool for SML/NJ programs

ml-build [OPTIONS] group.cm [main [heap-image]]

ML-Build is a command-line tool for building applications from SML source files using the Compilation Manager and SML/NJ compiler.

-C’ctl'=value
set the control ctl to value.

-D’name'=value

define the CM variable name to have the given value.

-D’name

define the CM variable name to have the value 1.

-U’name'

remove any definition of the CM variable name.

-S setup.cm

load and execute the code specified by the CM file setup.cm prior to the main build process. This option allows one to customizes the compiler via side-effect.

ml-build foo.cm
builds the program foo assuming a main function named Test.main.

ml-build foo.cm Main.main

builds the program foo with main function named Main.main.

ml-build sources.cm Main.main prog

builds the program prog with main function named Main.main.

ML-Build was written by Matthias Blume.

ml-makedepend(1), sml(1), smlnj(7)

Copyright © 2020 The Fellowship of SML/NJ

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

2020-04-02 SML/NJ

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.