NMAKE Fatal Error U1003 (Windows CE 5.0)

Send Feedback

syntax error : '=' missing in macro

A macro invocation contains a colon (:), which begins a substitution, but does not contain an equal sign (=).

The correct form is

$(macroname:oldstring=newstring)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.