zoukankan      html  css  js  c++  java
  • Some MACRO In VS Project Setting

    Macros for Custom Build Commands

    You can use the File and Directory drop-down lists to insert any of the following directory and filename macros in either grid at the current insertion point location. The File and Directory drop-down lists are on the Custom Build tab of the Project Settings dialog box (the Settings command on the Build menu).

    Label Macro Description
    Intermediate $(IntDir) Path to the directory specified for intermediate files, relative to the project directory.
    Output $(OutDir) Path to the directory specified for output files, relative to the project directory.
    Target $(TargetDir) Fully qualified path to the directory specified to output files.
    Input $(InputDir) Relative path to the project directory.
    Project $(ProjDir) Fully qualified path to the project directory.
    Workspace $(WkspDir) Fully qualified path to the project directory.
    Microsoft Developer $(MSDevDir) Fully qualified path to the installation directory for Microsoft Visual C++.
    Remote Target $(RemoteDir) Fully qualified path to the remote output file.
    Target Path $(TargetPath) Fully qualified name for the project output file.
    Target Name $(TargetName) Base name for the output file.
    Input Path $(InputPath) Fully qualified name for the input file.
    Input Name $(InputName) Base name for the input file.
    Workspace Name $(WkspName) Name of the project workspace.
    Remote Target Path $(RemoteTargetPath) Fully qualified name for the remote output file.

  • 相关阅读:
    PHP $_SERVER变量
    Buddy system伙伴分配器实现
    Linux iconv使用
    内存管理(memory allocation内存分配)
    内存碎片
    《STL源码剖析》chapter2空间配置器allocator
    Effective C++学习笔记:初始化列表中成员列出的顺序和它们在类中声明的顺序相同
    c++ explicit
    《STL源码剖析》环境配置
    C++ STL的各种实现版本
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/1427196.html
Copyright © 2011-2022 走看看