Преглед изворни кода

Update building script.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2342 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong пре 13 година
родитељ
комит
991f1c1492
1 измењених фајлова са 2 додато и 5 уклоњено
  1. 2 5
      bsp/lpc176x/SConstruct

+ 2 - 5
bsp/lpc176x/SConstruct

@@ -28,8 +28,5 @@ Export('rtconfig')
 # prepare building environment
 # prepare building environment
 objs = PrepareBuilding(env, RTT_ROOT)
 objs = PrepareBuilding(env, RTT_ROOT)
 
 
-# build program 
-env.Program(TARGET, objs)
-
-# end building 
-EndBuilding(TARGET)
+# make a building
+DoBuilding(TARGET, objs)