|
From: David G. <dav...@us...> - 2005-04-01 11:55:53
|
Update of /cvsroot/frontierkernel/Frontier/build_VC2K3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv329/build_VC2K3 Modified Files: Tag: mysql-embedded-experimental-branch Frontier.suo Frontier.vcproj Added Files: Tag: mysql-embedded-experimental-branch .cvsignore Log Message: First cut at mysql code, simply adding verb stubs. --- NEW FILE: .cvsignore --- *.plg *.opt *.ncb Release MemTrack debug DbTracker _build Index: Frontier.suo =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_VC2K3/Frontier.suo,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsGxdFKd and /tmp/cvsLdJA8k differ Index: Frontier.vcproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_VC2K3/Frontier.vcproj,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** Frontier.vcproj 31 Mar 2005 14:21:02 -0000 1.1 --- Frontier.vcproj 1 Apr 2005 11:55:44 -0000 1.1.2.1 *************** *** 6,10 **** ProjectGUID="{D834EFC1-8805-4046-9A49-F9925A0808EF}" SccProjectName=""$/Frontier/Projects/Winland", CNAAAAAA" ! SccLocalPath="."> <Platforms> <Platform --- 6,12 ---- ProjectGUID="{D834EFC1-8805-4046-9A49-F9925A0808EF}" SccProjectName=""$/Frontier/Projects/Winland", CNAAAAAA" ! SccAuxPath="" ! SccLocalPath="." ! SccProvider="MSSCCI:Microsoft Visual SourceSafe"> <Platforms> <Platform *************** *** 3449,3452 **** --- 3451,3457 ---- </File> <File + RelativePath="..\Common\source\langmysql.c"> + </File> + <File RelativePath="..\Common\source\langops.c"> <FileConfiguration *************** *** 7027,7030 **** --- 7032,7038 ---- </File> <File + RelativePath="..\Common\headers\langmysql.h"> + </File> + <File RelativePath="..\Common\headers\langparser.h"> </File> |