/BIND[:PATH=path]

This option sets the addresses of the entry points in the import
address table for an executable file or DLL. Use this option to reduce
load time of a program.

Specify the program's executable file and DLLs in the files argument
on the EDITBIN command line. The optional path argument to /BIND
specifies the location of the DLLs used by the specified files.
Separate multiple directories with a semicolon (;). If path is not
specified, EDITBIN searches the directories specified in the PATH
environment variable. If path is specified, EDITBIN ignores the PATH
variable.

No comments:

Post a Comment