-!: Filenames are clipped to DOS Length

Group

INPUT

Scope

Compilation Unit

Syntax
  -!
  
  
Arguments

None

Default

None

Defines

None

Pragmas

None

Description

Use this option, called cut, when compiling files copied from an MS-DOS file system. Filenames are clipped to eight characters ( DOS length). The cut option truncates the filename in the following include directive:

Listing: Example of the Cut Option (-!)


#include "mylongfilename.h"
to:

#include "mylongfi.h"