From 7f7c74a2b3857745982079c7bb996bb4bdabe760 Mon Sep 17 00:00:00 2001 From: janwas Date: Fri, 2 Jun 2006 04:13:37 +0000 Subject: [PATCH] slight improvement: make pyrogenesis the default project. This was SVN commit r3933. --- build/premake/premake.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/premake/premake.lua b/build/premake/premake.lua index 7f15ba92a6..d26bba88f0 100755 --- a/build/premake/premake.lua +++ b/build/premake/premake.lua @@ -564,8 +564,10 @@ end -------------------------------- -setup_all_libs() +-- must come first, so that VC sets it as the default project and therefore +-- allows running via F5 without the "where is the EXE" dialog. setup_main_exe() +setup_all_libs() if options["atlas"] then setuppackages_atlas()