[rtems-graphics-toolkit commit] Adding RTEMS

Gedare Bloom gedare at rtems.org
Tue Dec 24 15:24:16 UTC 2013


Module:    rtems-graphics-toolkit
Branch:    master
Commit:    1ddc1ada48a25cca021a4a2b645a8ebc27a07dc9
Changeset: http://git.rtems.org/rtems-graphics-toolkit/commit/?id=1ddc1ada48a25cca021a4a2b645a8ebc27a07dc9

Author:    Alexandru-Sever Horin <alex.sever.h at gmail.com>
Date:      Thu Aug  9 17:54:09 2012 +0300

Adding RTEMS

---

 fltk-1.3.0/src/Makefile  |    6 ++++++
 fltk-1.3.0/test/Makefile |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/fltk-1.3.0/src/Makefile b/fltk-1.3.0/src/Makefile
index 7806854..95b9596 100644
--- a/fltk-1.3.0/src/Makefile
+++ b/fltk-1.3.0/src/Makefile
@@ -1,3 +1,9 @@
+include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
+include $(RTEMS_CUSTOM)
+include $(PROJECT_ROOT)/make/leaf.cfg
+
+LDLIBS+= ../../microwin/src/obj/rtems_init.o ../../microwin/src/obj/FilesystemImage.o 
+
 #
 # "$Id: Makefile 8389 2011-02-06 14:08:08Z manolo $"
 #
diff --git a/fltk-1.3.0/test/Makefile b/fltk-1.3.0/test/Makefile
index cb501bc..f7bbd6c 100644
--- a/fltk-1.3.0/test/Makefile
+++ b/fltk-1.3.0/test/Makefile
@@ -31,7 +31,9 @@ include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
 include $(PROJECT_ROOT)/make/leaf.cfg
 
-LDLIBS+= ../../microwin/src/obj/rtems_init.o ../../microwin/src/obj/FilesystemImage.o ../rtems_main.cxx 
+LDLIBS+= $(IMAGELIBS) 
+LDLIBS+= ../../microwin/src/obj/rtems_init.o ../../microwin/src/obj/FilesystemImage.o 
+LDLIBS+= ../rtems_main.cxx 
 
 CPPFILES =\
 	unittests.cxx \




More information about the vc mailing list