|
From: <jmk...@us...> - 2003-08-13 05:55:10
|
Update of /cvsroot/emc/rtapi/examples/extint In directory sc8-pr-cvs1:/tmp/cvs-serv29419/examples/extint Modified Files: Makefile Log Message: major changes to tasks API. Task IDs are now ints, not pointers. More changes on the way. RTAI builds and examples work. RTLinux and sim will be updated once rtai is done. Index: Makefile =================================================================== RCS file: /cvsroot/emc/rtapi/examples/extint/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 10 Aug 2003 21:13:03 -0000 1.4 --- Makefile 13 Aug 2003 05:55:06 -0000 1.5 *************** *** 32,33 **** --- 32,36 ---- # DO NOT DELETE + + /home/John/emcdev/rtapi/rtlib/extint.o: /home/John/emcdev/rtapi/include/rtapi.h + /home/John/emcdev/rtapi/rtlib/extint.o: /home/John/emcdev/rtapi/include/rtapi_app.h |