- Move main, wWinMain entrypoints to their own file.

- Fix startup AVX checks.
This commit is contained in:
gibbed
2019-04-18 16:57:42 -05:00
parent a296e17f06
commit 4030cff3ec
11 changed files with 157 additions and 70 deletions

View File

@@ -47,11 +47,15 @@ project("xenia-ui-window-vulkan-demo")
"../window_demo.cc",
"vulkan_window_demo.cc",
project_root.."/src/xenia/base/main_"..platform_suffix..".cc",
project_root.."/src/xenia/base/main_entrypoint_"..platform_suffix..".cc",
})
resincludedirs({
project_root,
})
filter("files:"..project_root.."/src/xenia/base/main_entrypoint_"..platform_suffix..".cc")
vectorextensions("IA32") -- Disable AVX so our AVX check/error can happen.
filter("platforms:Linux")
links({
"X11",