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.
U1064
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     NMAKE Fatal Error U1064
 
     MAKEFILE not found and no target specified
 
     The NMAKE command line did not specify a makefile or a target, and
     the current directory did not contain a file named MAKEFILE.
 
     NMAKE requires either a makefile or a command-line target. To make
     a makefile available to NMAKE, either specify the /F option or
     place a file named MAKEFILE in the current directory. NMAKE can
     create a command-line target by using an inference rule if a
     makefile is not provided.
                                    -♦-