Home
last modified time | relevance | path

Searched refs:bool2vcstr (Results 1 – 1 of 1) sorted by relevance

/dports/finance/moneymanagerex/bakefile-0.2.9/output/
H A Dmsvs200xprj.py222 def bool2vcstr(value): function
551 tool.setAttribute("SuppressStartupBanner", bool2vcstr(True))
575 tool.setAttribute("MinimalRebuild", bool2vcstr(True))
580 eh = bool2vcstr(eh) # True/False -> 'TRUE'/'FALSE'
610 tool.setAttribute("BufferSecurityCheck",bool2vcstr(True))
613 tool.setAttribute("RuntimeTypeInfo", bool2vcstr(True))
615 tool.setAttribute("RuntimeTypeInfo", bool2vcstr(False))
660 tool.setAttribute("SuppressStartupBanner", bool2vcstr(True))
696 tool.setAttribute("SuppressStartupBanner", bool2vcstr(True))
699 tool.setAttribute("GenerateManifest", bool2vcstr(True))
[all …]