[Cppunit-cvs] cppunit2/src/cpput cpput.vcproj,1.30,1.31 SConscript,1.5,1.6
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-03-06 18:48:34
|
Update of /cvsroot/cppunit/cppunit2/src/cpput In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13982/src/cpput Modified Files: cpput.vcproj SConscript Log Message: * added a library for cpptl for threading functionnalies. Index: SConscript =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/cpput/SConscript,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SConscript 5 Mar 2005 11:02:25 -0000 1.5 --- SConscript 6 Mar 2005 18:48:23 -0000 1.6 *************** *** 10,15 **** testinfo.cpp testrunner.cpp ! testsuite.cpp ! thread.cpp """ ), 'cpput' ) --- 10,14 ---- testinfo.cpp testrunner.cpp ! testsuite.cpp """ ), 'cpput' ) Index: cpput.vcproj =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/cpput/cpput.vcproj,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** cpput.vcproj 3 Mar 2005 08:15:54 -0000 1.30 --- cpput.vcproj 6 Mar 2005 18:48:23 -0000 1.31 *************** *** 209,212 **** --- 209,215 ---- </File> <File + RelativePath="..\..\include\cpptl\enumstringizer.h"> + </File> + <File RelativePath="..\..\include\cpptl\forwards.h"> </File> *************** *** 221,224 **** --- 224,230 ---- </File> <File + RelativePath="..\..\include\cpptl\reflectionimpl10.h"> + </File> + <File RelativePath="..\..\include\cpptl\sharedptr.h"> </File> *************** *** 227,230 **** --- 233,248 ---- </File> <File + RelativePath="..\cpptl\thread.cpp"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + DisableLanguageExtensions="FALSE"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\include\cpptl\thread.h"> + </File> + <File RelativePath="..\..\include\cpptl\typeinfo.h"> </File> *************** *** 429,450 **** </File> <File - RelativePath=".\thread.cpp"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - DisableLanguageExtensions="FALSE"/> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - DisableLanguageExtensions="FALSE"/> - </FileConfiguration> - </File> - <File - RelativePath="..\..\include\cpput\thread.h"> - </File> - <File RelativePath="..\..\include\cpput\translate.h"> </File> --- 447,450 ---- |