From: <laz...@us...> - 2004-02-28 07:56:53
|
Update of /cvsroot/rtk/rtk/ide/vcpp6/rtk_static In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17692/ide/vcpp6/rtk_static Modified Files: rtk_static.dsp Log Message: - Fixed string stuff for W32..... - printf convert defined as macro and uses alloca now PLEASE do not ANY GNU GCC specific code, e.g. in test.h PRINTF macro.. There's no way in this world compile vector test.. So, I changed PRINTF macro to what MS VCPP support, though no idea about gcc... Index: rtk_static.dsp =================================================================== RCS file: /cvsroot/rtk/rtk/ide/vcpp6/rtk_static/rtk_static.dsp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** rtk_static.dsp 22 Feb 2004 10:21:29 -0000 1.7 --- rtk_static.dsp 28 Feb 2004 07:39:43 -0000 1.8 *************** *** 114,117 **** --- 114,121 ---- # Begin Source File + SOURCE=..\..\..\src\core\rchar.cpp + # End Source File + # Begin Source File + SOURCE=..\..\..\src\core\SList.cpp # End Source File *************** *** 128,131 **** --- 132,139 ---- SOURCE=..\..\..\src\core\Variant.cpp # End Source File + # Begin Source File + + SOURCE=..\..\..\src\core\Vector.cpp + # End Source File # End Group # Begin Group "Header Files" *************** *** 150,153 **** --- 158,165 ---- # Begin Source File + SOURCE=..\..\..\rtk\DList.h + # End Source File + # Begin Source File + SOURCE=..\..\..\rtk\error.h # End Source File *************** *** 206,215 **** --- 218,239 ---- # Begin Source File + SOURCE=..\..\..\rtk\TArray.h + # End Source File + # Begin Source File + SOURCE=..\..\..\rtk\Thread.h # End Source File # Begin Source File + SOURCE=..\..\..\rtk\TVector.h + # End Source File + # Begin Source File + SOURCE=..\..\..\rtk\Variant.h # End Source File + # Begin Source File + + SOURCE=..\..\..\rtk\Vector.h + # End Source File # End Group # End Target |