[simulator] upgrade SDL2.0 to 2.0.20

This commit is contained in:
Meco Man
2022-04-13 22:37:59 +08:00
committed by guo
parent 80f20f668b
commit 3cacdf6ddb
131 changed files with 20762 additions and 9719 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ if GetDepend('PKG_USING_GUIENGINE') == False:
else:
LIBS.append('SDL2')
if sys.platform == 'win32':
LIBPATH.append(os.path.abspath(os.path.join(cwd, '../SDL2-2.0.7/lib/x86')))
CPPPATH.append(os.path.abspath(os.path.join(cwd, '../SDL2-2.0.7/include')))
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') == False or GetDepend('RT_USING_DFS_ELMFAT') == False:
SrcRemove(src, 'sd_sim.c')