From: Alex M. <ale...@us...> - 2007-07-06 09:01:56
|
Update of /cvsroot/win32forth/win32forth-stc/src/kernel In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10258 Modified Files: gmeta-fkernel.f Log Message: arm: correct executable types reported during meta Index: gmeta-fkernel.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/kernel/gmeta-fkernel.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** gmeta-fkernel.f 22 Mar 2007 02:13:56 -0000 1.3 --- gmeta-fkernel.f 6 Jul 2007 09:01:53 -0000 1.4 *************** *** 85,89 **** .( Build: ) #build# . CR .( Build Image: ) KERN-NAME COUNT TYPE ! .( Type: ) Z" GUI CUI DLL " EXETYPE 1- CELLS+ 4 TYPE [debug] [if] cr .( [DEBUG] generating basic debug) [then] --- 85,89 ---- .( Build: ) #build# . CR .( Build Image: ) KERN-NAME COUNT TYPE ! .( Type: ) Z" GUI DLL CUI " EXETYPE 1- CELLS+ 4 TYPE [debug] [if] cr .( [DEBUG] generating basic debug) [then] |