From: <bl...@us...> - 2003-03-15 17:01:37
|
Update of /cvsroot/cpptool/rfta/src/rfta In directory sc8-pr-cvs1:/tmp/cvs-serv29183/src/rfta Modified Files: rfta.dsp Log Message: * stripped heading spaces of assignement value in declaration. Index: rfta.dsp =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rfta/rfta.dsp,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** rfta.dsp 8 Mar 2003 13:11:42 -0000 1.38 --- rfta.dsp 15 Mar 2003 17:01:32 -0000 1.39 *************** *** 902,909 **** --- 902,927 ---- SOURCE=.\CodeModelGeneratorTest.cpp + + !IF "$(CFG)" == "rfta - Win32 Release" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "rfta - Win32 Debug" + + !ENDIF + # End Source File # Begin Source File SOURCE=.\CodeModelGeneratorTest.h + + !IF "$(CFG)" == "rfta - Win32 Release" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "rfta - Win32 Debug" + + !ENDIF + # End Source File # Begin Source File |