Resend to the list.

On 19 February 2012 18:16, liam mail <liam.l...@googlemail.com> wrote:
> On 19 February 2012 17:46, Jason Perkins <star...@industriousone.com> wrote:
>> I just dropped another big change in premake-dev: configuration and platform 
>> lists may now be specified per-project.
>>
>> For instance, if you have a project that should build for Windows, but not 
>> PS3, you can now do:
>>
>>   solution "MySolution"
>>      configurations { "Debug", "Release" }
>>      platforms { "Windows", "PS3" }
>>
>>   project "MyProject"
>>      removeplatforms { "PS3" }
>>
>> Like all the rest of the new platforms API stuff, this is only works with 
>> the new vs2008ng and vs2010ng actions, for now. Feedback welcome and 
>> appreciated!
>>
>> -st.
>>
>>
>> ------------------------------------------------------------------------------
>> Virtualization & Cloud Management Using Capacity Planning
>> Cloud computing makes use of virtualization - but cloud computing
>> also focuses on allowing computing to be delivered as a service.
>> http://www.accelacomm.com/jaw/sfnl/114/51521223/
>> _______________________________________________
>> Premake-users mailing list
>> Premake-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/premake-users
>
>
> I can see the logic of why you would introduce this (and remember a
> feature request for such feature)  yet can not see from the diff if
> this make platforms a project level or still a solution level
> function?
>
> Liam

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Premake-users mailing list
Premake-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/premake-users

Reply via email to