|
From: Andre R. <and...@us...> - 2006-03-09 09:46:32
|
Update of /cvsroot/frontierkernel/Frontier/build_VC2K3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4889/build_VC2K3 Modified Files: Frontier.vcproj Log Message: Added sys.winShellCommand, a new kernel verb for calling the system shell on Windows. Complements the Mac OS X only sys.unixShellCommand. Index: Frontier.vcproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_VC2K3/Frontier.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Frontier.vcproj 31 Mar 2005 14:21:02 -0000 1.1 --- Frontier.vcproj 9 Mar 2006 09:46:29 -0000 1.2 *************** *** 2255,2258 **** --- 2255,2261 ---- </File> <File + RelativePath="..\Common\source\sysshellcall.c"> + </File> + <File RelativePath="..\Common\source\textedit.c"> <FileConfiguration *************** *** 7231,7234 **** --- 7234,7240 ---- </File> <File + RelativePath="..\Common\headers\sysshellcall.h"> + </File> + <File RelativePath="..\Common\headers\tabledisplay.h"> </File> |