Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
将CMake以及NMake的VC-LTL设置描述同步下,也解决一些错别字。
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Jun 30, 2019
1 parent 1814211 commit ccc49dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions VC-LTL helper for cmake.cmake
Expand Up @@ -25,12 +25,12 @@

#####################################################################VC-LTL设置#####################################################################

#取消下方注释可以开启XP兼容模式,默认才用Vista兼容模式。
#set(SupportWinXP "true")

#取消下方注释可以开启VC-LTL轻量模式,轻量模式更加注重体积控制,但是CRT规范将会维持在VS2008。如果你需要高度兼容微软UCRT,那么请不要打开此选项!!!
#set(DisableAdvancedSupport "true")

#取消下方注释可以开启强制XP兼容模式,默认情况下仅在选择WinXP工具集时才开启。
#set(SupportWinXP "true")

####################################################################################################################################################

if(NOT VC_LTL_Root)
Expand Down
6 changes: 3 additions & 3 deletions VC-LTL helper for nmake.cmd
Expand Up @@ -27,12 +27,12 @@

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::VC-LTL设置::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

::取消下方注释可以开启XP兼容模式,默认才用Vista兼容模式。
::set SupportWinXP=true

::取消下方注释可以开启VC-LTL轻量模式,轻量模式更加注重体积控制,但是CRT规范将会维持在VS2008。如果你需要高度兼容微软UCRT,那么请不要打开此选项!!!
::set DisableAdvancedSupport=true

::取消下方注释可以开启强制XP兼容模式,默认情况下仅在选择WinXP工具集时才开启。
::set SupportWinXP=true

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


Expand Down

0 comments on commit ccc49dc

Please sign in to comment.