From: <bl...@us...> - 2003-04-22 19:26:12
|
Update of /cvsroot/cpptool/rfta/src/rfta In directory sc8-pr-cvs1:/tmp/cvs-serv27487/src/rfta Modified Files: rfta.dsp Log Message: * added SplitDeclarationRefactoring * fixed release configuration Index: rfta.dsp =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rfta/rfta.dsp,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** rfta.dsp 10 Apr 2003 08:37:51 -0000 1.43 --- rfta.dsp 22 Apr 2003 19:25:35 -0000 1.44 *************** *** 255,258 **** --- 255,266 ---- # Begin Source File + SOURCE=.\SplitDeclarationRefactoring.cpp + # End Source File + # Begin Source File + + SOURCE=..\..\include\rfta\refactoring\SplitDeclarationRefactoring.h + # End Source File + # Begin Source File + SOURCE=.\SplitTempRefactoring.cpp # End Source File *************** *** 780,783 **** --- 788,817 ---- # Begin Source File + SOURCE=.\SplitDeclarationRefactoringTest.cpp + + !IF "$(CFG)" == "rfta - Win32 Release" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "rfta - Win32 Debug" + + !ENDIF + + # End Source File + # Begin Source File + + SOURCE=.\SplitDeclarationRefactoringTest.h + + !IF "$(CFG)" == "rfta - Win32 Release" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "rfta - Win32 Debug" + + !ENDIF + + # End Source File + # Begin Source File + SOURCE=.\SplitTempRefactoringTest.cpp *************** *** 945,948 **** --- 979,991 ---- SOURCE=.\CodeWriterInsertTest.h + + !IF "$(CFG)" == "rfta - Win32 Release" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "rfta - Win32 Debug" + + !ENDIF + # End Source File # Begin Source File *************** *** 988,991 **** --- 1031,1043 ---- SOURCE=.\CodeWriterTestBase.h + + !IF "$(CFG)" == "rfta - Win32 Release" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "rfta - Win32 Debug" + + !ENDIF + # End Source File # End Group |