From: <bl...@us...> - 2003-05-03 17:38:48
|
Update of /cvsroot/cpptool/rfta/src/rfta In directory sc8-pr-cvs1:/tmp/cvs-serv425/src/rfta Modified Files: rfta.dsp Log Message: * moved SourceBuilder to include/rfta/test and src/rftatest * added EnumBodyParser Index: rfta.dsp =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rfta/rfta.dsp,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** rfta.dsp 26 Apr 2003 12:08:24 -0000 1.45 --- rfta.dsp 3 May 2003 17:38:45 -0000 1.46 *************** *** 896,900 **** # Begin Source File ! SOURCE=.\SourceBuilder.cpp !IF "$(CFG)" == "rfta - Win32 Release" --- 896,900 ---- # Begin Source File ! SOURCE=..\rftatest\SourceBuilder.cpp !IF "$(CFG)" == "rfta - Win32 Release" *************** *** 909,913 **** # Begin Source File ! SOURCE=.\SourceBuilder.h !IF "$(CFG)" == "rfta - Win32 Release" --- 909,913 ---- # Begin Source File ! SOURCE=..\..\include\rfta\test\SourceBuilder.h !IF "$(CFG)" == "rfta - Win32 Release" |