From: <bl...@us...> - 2003-04-01 08:31:03
|
Update of /cvsroot/cpptool/rfta/src/rfta In directory sc8-pr-cvs1:/tmp/cvs-serv19207/src/rfta Modified Files: rfta.dsp Log Message: * upgraded to the official boost 1.30 filesystem Index: rfta.dsp =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rfta/rfta.dsp,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** rfta.dsp 16 Mar 2003 07:37:05 -0000 1.40 --- rfta.dsp 1 Apr 2003 08:30:26 -0000 1.41 *************** *** 928,931 **** --- 928,940 ---- SOURCE=.\CodeWriterInsertTest.cpp + + !IF "$(CFG)" == "rfta - Win32 Release" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "rfta - Win32 Debug" + + !ENDIF + # End Source File # Begin Source File *************** *** 962,965 **** --- 971,983 ---- SOURCE=.\CodeWriterTestBase.cpp + + !IF "$(CFG)" == "rfta - Win32 Release" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "rfta - Win32 Debug" + + !ENDIF + # End Source File # Begin Source File |