|
List Info
Thread: Win-msvc.cf
|
|
| Win-msvc.cf |

|
2006-05-01 17:21:33 |
|
Eric,
The -tnodll will make a static helix libraries. The /MD and /MT tells the VC6.0 compiler to use either link to the static C libraries or the dynamic C libraries that are provided by VC6.0. I think VC7.0 uses the same options.
more information can be found at the following link
http://msdn2.microsoft.com/en-US/library/2kzt1wy3.aspx
-stan
From: "Eric Hyche" <ehyche real.com> Reply-To: ehyche real.com To: Helix-client-dev helixcommunity.org, player-dev helixcommunity.org Subject: RE: [Helix-client-dev] Win-msvc.cf Date: Mon, 1 May 2006 10:04:33 -0400 > >If you are using MSVC 6, then you should use the hxclient_1_5_0_cayenne >branch (BIF file has same name as the branch), since MSVC 6 is >no longer supported on the HEAD. You may still be able to get it >to work, however... > > > -tnodll option it is still using /MDd, I need it to use /MTd. > >Refresh my memory on VC6 - what do these two options do? > > > How do I set the project.build_choices.count variable? > > > >You might try "-t force_static_runtime" and see if
that >works. > >Also, since this is a ribosome-specific question, if none >of this works, then you may want to post to ribosome-dev lists.helixcommunity.org, >since there are probably more ribosome experts there. > >Eric > > > -----Original Message----- > > From: helix-client-dev-bounces helixcommunity.org > > [mailto:helix-client-dev-bounces helixcommunity.org] On > > Behalf Of stankao > > Sent: Friday, April 28, 2006 8:16 PM > > To: Helix-client-dev helixcommunity.org; player-dev helixcommunity.org > > Subject: [Helix-client-dev] Win-msvc.cf > > > > Hi all, > > > > I am using helix.bif, and msvc++ 6.0. When I build > > helix client and > > have the > > -tnodll option it is still using /MDd, I need it to
use /MTd. > > How do I do > > that? In umakecf\win-msvc.cf are the following lines > > > > > > ## This is an external function for overriding purposes... > > def wincompiler_add_m_arg(extra_args): > > if project.build_choices.count('static'): > > extra_args = '%s /MT' % (extra_args) > > else: > > if project.build_choices.count('force_static_runtime'): > > extra_args = '%s /MT' % (extra_args) > > else: > > extra_args = '%s
/MD' % (extra_args) > > > > if project.build_choices.count('debug'): > > extra_args = extra_args + 'd' > > > > return extra_args > > > > How do I set the project.build_choices.count variable? > > > > -stan > > > > > > > > _______________________________________________ > > Helix-client-dev mailing list > > Helix-client-dev helixcommunity.org > > http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev > > > > >_______________________________________________ >Helix-client-dev mailing list >Helix-client-dev helixcommunity.org >http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev
|
[1]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|