Share via


NMAKE Warning U4007 (Windows Embedded CE 6.0)

1/5/2010

filename 'filename' too long; truncating to 8.3

The base name of the given file has more than eight characters, or the extension has more than three characters. NMAKE truncated the name to an eight-character base and a three-character extension.

If long filenames are supported by your file system, enclose the name in double quotation marks (").

See Also

Reference

NMAKE Errors U1000 through U4011