2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Added new transformation.

[SVN r14921]
This commit is contained in:
Vladimir Prus
2002-08-16 13:25:26 +00:00
parent 2c5e91002a
commit 9e8f904cdf

View File

@@ -29,7 +29,20 @@ EXE <------- OBJ* <-------- foo.cpp
|
O------ foo_moc.cpp <------- foo.h
(MSVC transformation sequence, thanks to Markus Schöpflin)
(Transofrmation sequence I need)
EST.EXE <---- OBJ* <----- TARGET.CPP <------ MARKED.CPP <----- foo.cpp
^
|
EST.DATA, EST.CPP <------ {EST.DATA, EST.POSITION}*
^ ^
| |
| O---------------------O
| |-- foo.cpp
NM.ASM <-- TARGET.CPP <--- MARKED.CPP-O
(MSVC transformation seqeuence, thanks to Markus Schöpflin)
The project consists of a static library (build with cl and not using
precompiled headers), ressources and more source files (compiled using
@@ -39,8 +52,8 @@ information are build as well. A debug build is assumed.
The picture gets a little more complicated if you're doing COM. :-)
bscmake
stdafx.cpp stdafx.sbr ---------+-----+------------> project.bsc
bscmake
stdafx.cpp stdafx.sbr ---------+-----+------------> project.bsc
*.h \ cl ^ ^ (7)
>--------> stdafx.obj----+ | |
/ (1) project.pch +----------------+