bsp/simulator: improve Visual Studio 2012 project (#10253)

* bsp/simulator: update SDL2 Windows prebuilt binaries to 2.32.6 with x86 and x64 binaries

* bsp/simulator: tidy and extend the Visual Studio 2012 project

* bsp/simulator: fix format for SDL2 Windows headers
This commit is contained in:
Kenji Mouri / 毛利 研二
2025-05-12 20:19:36 +08:00
committed by GitHub
parent 02287790b5
commit 74245ed18c
107 changed files with 14448 additions and 7377 deletions
-4
View File
@@ -32,10 +32,6 @@ if GetDepend('PKG_USING_GUIENGINE') == True:
src += ['sdl_fb.c']
else:
LIBS.append('SDL2')
if sys.platform == 'win32':
LIBPATH.append(os.path.abspath(os.path.join(cwd, '../SDL2/lib/x86')))
CPPPATH.append(os.path.abspath(os.path.join(cwd, '../SDL2/include')))
if GetDepend('RT_USING_DFS') == True:
if GetDepend('RT_USING_DFS_ELMFAT') == True: