SCM Repository
Annotation of /sml/trunk/src/eXene/lib/user/build.sml
Parent Directory
|
Revision Log
Revision 2 - (view) (download)
1 : | monnier | 2 | (* build.sml |
2 : | * | ||
3 : | * COPYRIGHT (c) 1995 AT&T Bell Laboratories. | ||
4 : | * | ||
5 : | * Bind the eXene library structures at top-level. | ||
6 : | *) | ||
7 : | |||
8 : | structure Geometry : GEOMETRY = EXene.Geometry | ||
9 : | structure EXeneBase : EXENE_BASE = EXene.EXeneBase | ||
10 : | structure Font : FONT = EXene.Font | ||
11 : | structure Drawing : DRAWING = EXene.Drawing | ||
12 : | structure ICCC : ICCC = EXene.ICCC | ||
13 : | structure Interact : INTERACT = EXene.Interact | ||
14 : | structure EXeneWin : EXENE_WIN = EXene.EXeneWin | ||
15 : | structure StdCursor : STD_CURSOR = EXene.StdCursor | ||
16 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |