MANAGED_ADDMODULES (Windows Embedded CE 6.0)
1/5/2010
This macro definition specifies additional modules that contain managed code by listing module names, separated by semicolons. Do not include a trailing semicolon at the end of the list.
Example
The following code example shows you how to use the MANAGED_ADDMODULES macro:
MANAGED_ADDMODULES=$(NETMOD_SERVER_COMMON);$(NETMOD_SERVER_PMGR);$(NETMOD_SERVER_MRES)