Procházet zdrojové kódy

SConscript 头文件包含路径调整;

yangfasheng před 8 roky
rodič
revize
1d8df76d15
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      SConscript

+ 1 - 3
SConscript

@@ -5,9 +5,7 @@ from building import *
 
 cwd = GetCurrentDir()
 src = []
-CPPPATH = [ cwd + '/include',
-            cwd + '/include/rtgui',
-            cwd + '/include/rtgui/widgets']
+CPPPATH = [ cwd + '/include']
 
 objs = DefineGroup('GuiEngine', src, depend = ['PKG_USING_GUIENGINE'], CPPPATH = CPPPATH)
 list = os.listdir(cwd)