From a2c5b921511c555410425e1f099624c391a2b7fc Mon Sep 17 00:00:00 2001 From: "dzzxzz@gmail.com" Date: Mon, 27 Aug 2012 07:21:22 +0000 Subject: [PATCH] update mini2440 MDK4 project file, because the rtm.c was deleted git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2264 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/mini2440/project.uvproj | 45 ++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/bsp/mini2440/project.uvproj b/bsp/mini2440/project.uvproj index 724d09a0c5..648e2ddbc0 100644 --- a/bsp/mini2440/project.uvproj +++ b/bsp/mini2440/project.uvproj @@ -498,11 +498,6 @@ 1 ..\..\src\object.c - - rtm.c - 1 - ..\..\src\rtm.c - scheduler.c 1 @@ -1303,6 +1298,11 @@ 1 ..\..\components\rtgui\common\rtgui_xml.c + + rtgui_app.c + 1 + ..\..\components\rtgui\common\rtgui_app.c + dc.c 1 @@ -1413,11 +1413,6 @@ 1 ..\..\components\rtgui\common\pixel_driver.c - - rtgui_application.c - 1 - ..\..\components\rtgui\server\rtgui_application.c - driver.c 1 @@ -1543,11 +1538,6 @@ 1 ..\..\components\rtgui\widgets\list_view.c - - about_view.c - 1 - ..\..\components\rtgui\widgets\about_view.c - filelist_view.c 1 @@ -1563,6 +1553,21 @@ 1 ..\..\components\rtgui\widgets\window.c + + panel.c + 1 + ..\..\components\rtgui\widgets\panel.c + + + groupbox.c + 1 + ..\..\components\rtgui\widgets\groupbox.c + + + edit.c + 1 + ..\..\components\rtgui\widgets\edit.c + @@ -1688,6 +1693,16 @@ 1 ..\..\examples\gui\demo_view_mywidget.c + + demo_view_box.c + 1 + ..\..\examples\gui\demo_view_box.c + + + demo_view_edit.c + 1 + ..\..\examples\gui\demo_view_edit.c + mywidget.c 1 -- GitLab