From: Martin H. <mh...@us...> - 2005-07-23 08:59:44
|
Update of /cvsroot/opengtoolkit/serial/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13191/c_source Modified Files: lvserial.ncb lvserial.sln lvserial.suo lvserial.vcproj Log Message: Changed compiler option from /Tp (compile as C++ code) to /Tc (compile as C code). Index: lvserial.sln =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.sln,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lvserial.sln 12 Apr 2005 08:33:51 -0000 1.3 --- lvserial.sln 23 Jul 2005 08:59:36 -0000 1.4 *************** *** 2,5 **** --- 2,7 ---- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lvserial", "lvserial.vcproj", "{1CD853E4-2CCB-499E-B9BF-9E653D6D3B54}" EndProject + Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "lvserial_driver", "lvserial_driver.vdproj", "{A7A15E11-98BB-4AFD-9569-BEBBF3F93320}" + EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dftables", "dftables.vcproj", "{0E49C1D0-1D2F-46C3-932F-6C8D08DA2FA0}" EndProject *************** *** 16,19 **** --- 18,23 ---- {1CD853E4-2CCB-499E-B9BF-9E653D6D3B54}.Release.ActiveCfg = Release|Win32 {1CD853E4-2CCB-499E-B9BF-9E653D6D3B54}.Release.Build.0 = Release|Win32 + {A7A15E11-98BB-4AFD-9569-BEBBF3F93320}.Debug.ActiveCfg = Debug + {A7A15E11-98BB-4AFD-9569-BEBBF3F93320}.Release.ActiveCfg = Release {0E49C1D0-1D2F-46C3-932F-6C8D08DA2FA0}.Debug.ActiveCfg = Debug|Win32 {0E49C1D0-1D2F-46C3-932F-6C8D08DA2FA0}.Debug.Build.0 = Debug|Win32 Index: lvserial.vcproj =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lvserial.vcproj 18 Mar 2005 23:23:06 -0000 1.1 --- lvserial.vcproj 23 Jul 2005 08:59:36 -0000 1.2 *************** *** 27,31 **** UsePrecompiledHeader="0" WarningLevel="3" ! Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="4"/> <Tool --- 27,31 ---- UsePrecompiledHeader="0" WarningLevel="3" ! Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="4"/> <Tool *************** *** 74,78 **** UsePrecompiledHeader="0" WarningLevel="3" ! Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> <Tool --- 74,78 ---- UsePrecompiledHeader="0" WarningLevel="3" ! Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="3"/> <Tool *************** *** 111,134 **** Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> <File RelativePath="dftables.exe"> <FileConfiguration ! Name="Debug|Win32"> <Tool Name="VCCustomBuildTool" ! CommandLine="dftables chartables.c" Outputs="chartables.c"/> </FileConfiguration> </File> <File - RelativePath="get.c"> - </File> - <File RelativePath="listports.c"> </File> <File ! RelativePath="lv_error.cpp"> </File> <File ! RelativePath="lvserial.cpp"> </File> <File --- 111,142 ---- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> <File + RelativePath="chartables.c"> + </File> + <File RelativePath="dftables.exe"> <FileConfiguration ! Name="Debug|Win32" ! ExcludedFromBuild="TRUE"> <Tool Name="VCCustomBuildTool" ! CommandLine="dftables chartables.c ! " Outputs="chartables.c"/> </FileConfiguration> </File> <File RelativePath="listports.c"> </File> <File ! RelativePath="lv_error.c"> </File> <File ! RelativePath="lvserial.c"> ! <FileConfiguration ! Name="Release|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1"/> ! </FileConfiguration> </File> <File *************** *** 136,149 **** </File> <File ! RelativePath="maketables.c"> </File> <File ! RelativePath="pcre.c"> ! <FileConfiguration ! Name="Debug|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! Detect64BitPortabilityProblems="FALSE"/> ! </FileConfiguration> </File> <File --- 144,202 ---- </File> <File ! RelativePath="pcre_compile.c"> </File> <File ! RelativePath="pcre_config.c"> ! </File> ! <File ! RelativePath="pcre_dfa_exec.c"> ! </File> ! <File ! RelativePath="pcre_exec.c"> ! </File> ! <File ! RelativePath="pcre_fullinfo.c"> ! </File> ! <File ! RelativePath="pcre_get.c"> ! </File> ! <File ! RelativePath="pcre_globals.c"> ! </File> ! <File ! RelativePath="pcre_info.c"> ! </File> ! <File ! RelativePath="pcre_maketables.c"> ! </File> ! <File ! RelativePath="pcre_ord2utf8.c"> ! </File> ! <File ! RelativePath="pcre_printint.c"> ! </File> ! <File ! RelativePath="pcre_refcount.c"> ! </File> ! <File ! RelativePath="pcre_study.c"> ! </File> ! <File ! RelativePath="pcre_tables.c"> ! </File> ! <File ! RelativePath="pcre_try_flipped.c"> ! </File> ! <File ! RelativePath="pcre_ucp_findchar.c"> ! </File> ! <File ! RelativePath="pcre_valid_utf8.c"> ! </File> ! <File ! RelativePath="pcre_version.c"> ! </File> ! <File ! RelativePath="pcre_xclass.c"> </File> <File *************** *** 157,164 **** </File> <File ! RelativePath="plist.cpp"> </File> <File ! RelativePath="study.c"> </File> </Filter> --- 210,232 ---- </File> <File ! RelativePath="plist.c"> </File> <File ! RelativePath="ucp.c"> ! </File> ! <File ! RelativePath="ucp_findchar.c"> ! <FileConfiguration ! Name="Debug|Win32" ! ExcludedFromBuild="TRUE"> ! <Tool ! Name="VCCLCompilerTool"/> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! ExcludedFromBuild="TRUE"> ! <Tool ! Name="VCCLCompilerTool"/> ! </FileConfiguration> </File> </Filter> *************** *** 170,176 **** </File> <File - RelativePath="internal.h"> - </File> - <File RelativePath="listports.h"> </File> --- 238,241 ---- *************** *** 188,191 **** --- 253,259 ---- </File> <File + RelativePath="pcre_internal.h"> + </File> + <File RelativePath="pcreposix.h"> </File> *************** *** 197,209 **** </File> <File - RelativePath="ucp.c"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCLCompilerTool"/> - </FileConfiguration> - </File> - <File RelativePath="ucp.h"> </File> --- 265,268 ---- *************** *** 219,222 **** --- 278,287 ---- Name="VCCLCompilerTool"/> </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCLCompilerTool"/> + </FileConfiguration> </File> <File *************** *** 228,231 **** --- 293,302 ---- Name="VCCLCompilerTool"/> </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCLCompilerTool"/> + </FileConfiguration> </File> </Filter> Index: lvserial.suo =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.suo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs0Iyin7 and /tmp/cvsYG0v6w differ Index: lvserial.ncb =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.ncb,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvstw7Qda and /tmp/cvsD7Gm1z differ |