Undo main/wWinMain changes in preparation for new method

of doing a startup AVX check.

This reverts commit 4030cff3ec.
This commit is contained in:
gibbed
2019-04-20 01:31:38 -05:00
parent 18d8a59cfa
commit 1145d57007
11 changed files with 70 additions and 157 deletions

View File

@@ -47,15 +47,11 @@ 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",