mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 13:34:37 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user