NMAKE Help (nmake.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
U1002
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     NMAKE Fatal Error U1002
 
     syntax error : invalid macro invocation '$'
 
     A single dollar sign ($) appeared without a macro name associated
     with it.
 
     The correct form is $(name). To specify a dollar sign, use a
     double dollar sign ($$) or precede it with a caret (^).
                                    -♦-