<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi Ahmet,<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">On 3/18/2019 11:40 AM, Ahmet Bilgin
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:52386d2ec9414cf896e45549a2a4de13@magmasoft.de">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Sprechblasentext Zchn";
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-fareast-language:EN-US;}
span.E-MailFormatvorlage17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.SprechblasentextZchn
{mso-style-name:"Sprechblasentext Zchn";
mso-style-priority:99;
mso-style-link:Sprechblasentext;
font-family:"Tahoma","sans-serif";}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><br>
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">I have successfully
build TAO 6.5.1 with the included vc12 solution file.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">What I’m missing is an
install step which deploys the build to a dist directory
like ‘make install’ would do in the linux build. The
straight forward Build+Install documentation does not
mention such a step.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Is there a script or VS
solution project which packages the final distribution?<o:p></o:p></span></p>
<span lang="EN-US"><o:p> </o:p></span></div>
</blockquote>
<p>MPC includes support for this. Unfortunately unlike the GNU Make
"make install", we don't have continuous integration tests for it,
but the tools are there. The prj_install.pl script reads .ins
files</p>
<p><a class="moz-txt-link-freetext" href="https://github.com/objectcomputing/MPC/blob/master/prj_install.pl">https://github.com/objectcomputing/MPC/blob/master/prj_install.pl</a></p>
<p>which are generated from mwc.pl when generating
projects/solutions:</p>
<p><a class="moz-txt-link-freetext" href="https://github.com/objectcomputing/MPC/blob/ad9d830bc576efb366df00021bd31faa614f56e8/docs/USAGE#L47">https://github.com/objectcomputing/MPC/blob/ad9d830bc576efb366df00021bd31faa614f56e8/docs/USAGE#L47</a></p>
<p>Please give it a try and if it works for you, use a GitHub Pull
Request to add to the documentation.</p>
<p>Thanks,<br>
Adam Mitz<br>
Principal Software Engineer<br>
Object Computing, Inc.<br>
</p>
</body>
</html>