VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Platform/Unix/Pipe.cpp
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-08-10 10:34:20 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:22:21 +0100
commit41a31ac76f55007d793e7bb9fcf64a5cfbc60c09 (patch)
tree6813fbfa9810fc23b6fc4ab6fb86bfa29b123386 /src/Platform/Unix/Pipe.cpp
parent4fefd61ceea569334385ae0afa1f635dbba34cf4 (diff)
downloadVeraCrypt-41a31ac76f55007d793e7bb9fcf64a5cfbc60c09.tar.gz
VeraCrypt-41a31ac76f55007d793e7bb9fcf64a5cfbc60c09.zip
MacOSX : Copy console version of VeraCrypt inside the bundle under the name veracrypt_console.
Diffstat (limited to 'src/Platform/Unix/Pipe.cpp')
0 files changed, 0 insertions, 0 deletions
highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
 .ifndef __YASM__
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif
 .endif