SYNCHRONIZE_PASS0_BLOCK
The SYNCHRONIZE_PASS0_BLOCK macro affects Pass 0 of the build process. During this pass, the macro causes the Build utility to build a certain directory first.
When the Build utility finds this macro in a Sources file, it stops building all other directories until this directory is built. To use this macro, specify the following in your Sources file:
SYNCHRONIZE_PASS0_BLOCK=1
For more information, see Building on a Multiprocessor Computer.
Note It is strongly recommend that you do not use this macro. To synchronize the build process during Pass 0, use the BUILD_PASS0_CONSUMES and BUILD_PASS0_PRODUCES macros instead
.
Send comments about this topic to Microsoft
Build date: 5/3/2011