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.
U1035
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     NMAKE Fatal Error U1035
 
     syntax error : expected ':' or '=' separator
 
     Either a colon (:) or an equal sign (=) was expected.
 
     Possible causes include the following:
 
        ■ A target was not followed by a colon.
 
        ■ A single-letter target was followed by a colon and no space
          (such as a:). NMAKE interpreted it as a drive specification.
 
        ■ An inference rule was not followed by a colon.
 
        ■ A macro definition was not followed by an equal sign.
 
        ■ A character followed a backslash (\) that was used to
          continue a command to a new line.
 
        ■ A string appeared that did not follow any NMAKE syntax rule.
 
        ■ The makefile was formatted by a word processor.
                                    -♦-