[BSP] Fix the simulator build for Win32.

This commit is contained in:
bernard
2017-12-13 20:38:56 +08:00
parent 3d28f8f512
commit eb1daff7d4
9 changed files with 511 additions and 207 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ LIBPATH = []
CPPPATH = [cwd]
# remove no need file.
if GetDepend('RT_USING_RTGUI') == False:
if GetDepend('RT_USING_GUIENGINE') == False:
SrcRemove(src, 'sdl_fb.c')
else:
LIBS.append('SDL')