更新替换 SDL;

This commit is contained in:
yangfasheng
2018-01-19 13:38:43 +08:00
parent ceefcb9732
commit 0415298ceb
100 changed files with 21030 additions and 12311 deletions
+3 -3
View File
@@ -11,10 +11,10 @@ CPPPATH = [cwd]
if GetDepend('RT_USING_GUIENGINE') == False:
SrcRemove(src, 'sdl_fb.c')
else:
LIBS.append('SDL')
LIBS.append('SDL2')
if sys.platform == 'win32':
LIBPATH.append(os.path.abspath(os.path.join(cwd, '../SDL/lib/x86')))
CPPPATH.append(os.path.abspath(os.path.join(cwd, '../SDL/include')))
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')))
if GetDepend('RT_USING_DFS') == False or GetDepend('RT_USING_DFS_ELMFAT') == False:
SrcRemove(src, 'sd_sim.c')