This topic has not yet been rated - Rate this topic

LDEFINES (Windows Embedded Compact 7)

1/23/2013

This macro defines the flags specific to the linker.

For information about the linker options that you can set by using this macro, see this Microsoft Web site.

The following example code shows how to set linker options by using the LDEFINES macro:

LDEFINES=$(LDEFINES) /subsystem:windows /verbose /incremental:no /machine:I386
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.