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()