Building programs and libraries

library(X) compile the sources in the set PGM_SOURCES and build a library, X, from the resulting compiled object files. The visibility of the library is hidden.

Library(X) The same as library.

program(X) constructs an executable program named X from the given sources.

Program(X) like program, but X is exported to /bin.

build_standalone() ensures that the program being built does not depend on dynamic linking and shared libraries. To have an effect, this procedure must be called before program or Program is called.


[Modula-3 home page]

m3-request@src.dec.com
Last modified on Thu Jan  4 11:07:50 PST 1996 by heydon 
     modified on Thu Apr 21 16:48:23 PDT 1994 by kalsow 
     modified on Thu Jan  7 18:40:57 PST 1993 by muller 
Copyright (C) 1992, 1996, Digital Equipment Corporation. All rights reserved.
See the COPYRIGHT for a full description.