mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Set pyrogenesis as start project in Visual Studio
Fixes #7218 Refs #3729, #404
This commit is contained in:
parent
9f15df2831
commit
ed55976c6c
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ targetdir(rootdir.."/binaries/system")
|
|||
libdirs(rootdir.."/binaries/system")
|
||||
location(_OPTIONS["outpath"])
|
||||
configurations { "Release", "Debug" }
|
||||
startproject "pyrogenesis"
|
||||
|
||||
source_root = rootdir.."/source/" -- default for most projects - overridden by local in others
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue