From: Tom H. <tom...@us...> - 2003-03-24 18:41:44
|
Update of /cvsroot/rccparser/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv12191/rccparser Modified Files: rccparser.dsp rccparser.plg Log Message: 2003-03-24 Tom Howard <tom...@us...> * ./rccparser.ncb * ./rccparser.opt * ./rccparser/rccparser.dsp * ./rccparser/rccparser.plg * ./rccptest/rccptest.dsp * ./rccptest/rccptest.plg * ./src/rccparser.h Fixed VC++ compilation problems Index: rccparser.dsp =================================================================== RCS file: /cvsroot/rccparser/rccparser/rccparser/rccparser.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rccparser.dsp 17 Dec 2002 17:52:58 -0000 1.1 --- rccparser.dsp 24 Mar 2003 18:41:06 -0000 1.2 *************** *** 42,46 **** # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c ! # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD BASE RSC /l 0x809 /d "NDEBUG" # ADD RSC /l 0x809 /d "NDEBUG" --- 42,46 ---- # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c ! # ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "HAVE_SSTREAM" /YX /FD /c # ADD BASE RSC /l 0x809 /d "NDEBUG" # ADD RSC /l 0x809 /d "NDEBUG" *************** *** 64,69 **** # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" ! # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c ! # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c # ADD BASE RSC /l 0x809 /d "_DEBUG" # ADD RSC /l 0x809 /d "_DEBUG" --- 64,69 ---- # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" ! # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c ! # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_LIB" /D "_DEBUG" /D "HAVE_SSTREAM" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c # ADD BASE RSC /l 0x809 /d "_DEBUG" # ADD RSC /l 0x809 /d "_DEBUG" *************** *** 91,94 **** --- 91,98 ---- SOURCE=..\src\rccparse.cpp + # End Source File + # Begin Source File + + SOURCE=..\src\rccparser.cpp # End Source File # End Group Index: rccparser.plg =================================================================== RCS file: /cvsroot/rccparser/rccparser/rccparser/rccparser.plg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rccparser.plg 17 Dec 2002 17:52:59 -0000 1.1 --- rccparser.plg 24 Mar 2003 18:41:09 -0000 1.2 *************** *** 4,23 **** <h1>Build Log</h1> <h3> ! --------------------Configuration: rccparser - Win32 Debug-------------------- </h3> <h3>Command Lines</h3> ! Creating temporary file "C:\DOCUME~1\THOWAR~1.PCT\LOCALS~1\Temp\RSP49.tmp" with contents [ ! /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Fp"Debug/rccparser.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c ! "H:\rccparser\src\rccparse.cpp" ! "H:\rccparser\src\rcclexer.cpp" ] ! Creating command line "cl.exe @C:\DOCUME~1\THOWAR~1.PCT\LOCALS~1\Temp\RSP49.tmp" ! Creating command line "link.exe -lib /nologo /out:"Debug\rccparser.lib" .\Debug\rccparse.obj .\Debug\rcclexer.obj " <h3>Output Window</h3> Compiling... - rccparse.cpp - h:\rccparser\src\rccparser.h(81) : warning C4355: 'this' : used in base member initializer list rcclexer.cpp Creating library... --- 4,27 ---- <h1>Build Log</h1> <h3> ! --------------------Configuration: rccparser - Win32 Release-------------------- </h3> <h3>Command Lines</h3> ! Creating temporary file "C:\DOCUME~1\THOWAR~1.PCT\LOCALS~1\Temp\RSP10.tmp" with contents [ ! /nologo /ML /W3 /GX /O2 /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "HAVE_SSTREAM" /Fp"Release/rccparser.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c ! "H:\RCCPARSER\src\rcclexer.cpp" ! "H:\RCCPARSER\src\rccparse.cpp" ! "H:\rccparser\src\rccparser.cpp" ] ! Creating command line "cl.exe @C:\DOCUME~1\THOWAR~1.PCT\LOCALS~1\Temp\RSP10.tmp" ! Creating command line "link.exe -lib /nologo /out:"Release\rccparser.lib" .\Release\rcclexer.obj .\Release\rccparse.obj .\Release\rccparser.obj " <h3>Output Window</h3> Compiling... rcclexer.cpp + H:\RCCPARSER\src\rccparser.h(1633) : warning C4355: 'this' : used in base member initializer list + rccparse.cpp + H:\RCCPARSER\src\rccparser.h(1633) : warning C4355: 'this' : used in base member initializer list + rccparser.cpp + H:\rccparser\src\rccparser.h(1633) : warning C4355: 'this' : used in base member initializer list Creating library... *************** *** 25,29 **** <h3>Results</h3> ! rccparser.lib - 0 error(s), 1 warning(s) </pre> </body> --- 29,33 ---- <h3>Results</h3> ! rccparser.lib - 0 error(s), 3 warning(s) </pre> </body> |