21.03.2012, 00:54, "Jason McKesson" <jmckes...@gmail.com>:
> Most IDEs have the concept of an "active" project. It's the one that is
> executed when you say "Debug". Premake has no way to designate that a
> particular project should be the initial "active" project. By default,
> the first project you create is the active one.
>
> Now personally, I don't care. It's a minor annoyance, having to switch
> active projects after creating them. However, I often get bugs like this
> one:
>
> https://bitbucket.org/alfonse/gltut/issue/72/problems-with-frameworkdlib
>
> This is from a user who's obviously not very familiar with their build
> tools. They've probably never seen a multi-project solution before, and
> so on. And since the first project I create is my "framework" project
> (it has to be for ease-of-use reasons), it is always the default
> "active" project. And since it's a static library, users can't execute it.
>
> Is it possible that we could add some setting to the solution that
> states which project is the default "active" project?

Feature request already exists:

http://sourceforge.net/tracker/?func=detail&aid=3463413&group_id=71616&atid=531881

-- 
Regards,
Konstantin

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Premake-users mailing list
Premake-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/premake-users

Reply via email to