หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The NMake property page lets you specify build settings for Makefile projects. (NMAKE is the Microsoft implementation of Make.)
For more information about Makefile projects, see Create a Makefile project. For non-Windows Makefile projects, see Makefile Project Properties (Linux C++), General project properties (Android C++ Makefile), or NMake properties (Android C++).
The property page contains the following properties:
General
Build Command Line
Specifies the command to run when Build is selected on the Build menu.
Rebuild All Command Line
Specifies the command to run when Rebuild All is selected on the Build menu.
Clean Command Line
Specifies the command to run when Clean is selected on the Build menu.
Compile File Command Line
Specifies the command to run for the Compile (Ctrl+F7) command.
Output
Specifies the name of the file that will contain the output for the command line. By default, this file name is based on the project name.
IntelliSense
Preprocessor Definitions
Specifies any preprocessor definitions that the source files use. The default value is determined by the current platform and configuration.
Include Search Path
Specifies the directories where the compiler searches for include files.
Forced Includes
Specifies files that the preprocessor automatically processes even if they aren't included in the project files.
Assembly Search Path
Specifies the directories where the .NET Framework searches when it resolves .NET assemblies.
Forced Using Assemblies
Specifies assemblies that the .NET Framework automatically processes.
Additional Options
Specifies any extra compiler switches for IntelliSense to use when it parses C++ files.
For information about how to access this property page, see Set C++ compiler and build properties in Visual Studio.
For information about how to programmatically access members of this object, see VCNMakeTool.