2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

More use case clarification.

[SVN r18666]
This commit is contained in:
Vladimir Prus
2003-06-04 10:34:39 +00:00
parent 650f8de5f1
commit f98371b844

View File

@@ -34,15 +34,18 @@ EXE <------- OBJ* <-------- foo.cpp
EST.EXE <---- OBJ* <----------------------------------------- CPP
^
|
+--------------------- CPP <---+-------------- ASM
+--------------------- CPP <---+------------NM_ ASM
| |
+- CPP <------ STATIC_DATA* <--+
| STATIC_DATA ^
| |
| |
| ASM <--- TCPP <---------- ECPP
| NM_ASM <--- CPP <---------- ECPP
+--------------------------- CPP <-+
NM.EXE <---- NM_OBJ * <-------- NM_ASM <------ CPP
<-------- NM_ASM
Note: all STATIC_DATA files produced from sources are linked together
to create one CPP and one STATIC_DATA file.