Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The /ILK
linker option tells the linker where to put the .ilk
database file for incremental link information (/INCREMENTAL
).
Syntax
/ILK:
[pathname
]
Arguments
pathname
The destination directory and filename for the generated .ilk
file. If the /ILK
option isn't specified when /INCREMENTAL
is used, the filename is created by appending .ilk
to the target base filename. When expanded, the fully qualified filename must not exceed MAX_PATH
(260 characters).
Remarks
The /ILK
linker option tells the linker the path and filename to use for the .ilk
incremental database file when you specify /INCREMENTAL
.
To set this compiler option in the Visual Studio development environment
- Open the project Property Pages dialog box. For more information, see Set compiler and build properties.
- Select the Configuration Properties > Linker > General property page.
- Modify the Incremental Link Database File property. The default value is
$(IntDir)$(TargetName).ilk
.
To set this compiler option programmatically
- See AdditionalOptions.