Update of /cvsroot/cpptool/rfta/src/rftaparser
In directory sc8-pr-cvs1:/tmp/cvs-serv30050/src/rftaparser
Modified Files:
rftaparser.dsp
Log Message:
* added missing file
* added CPPParserTest
Index: rftaparser.dsp
===================================================================
RCS file: /cvsroot/cpptool/rfta/src/rftaparser/rftaparser.dsp,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** rftaparser.dsp 28 Apr 2003 22:18:06 -0000 1.45
--- rftaparser.dsp 29 Apr 2003 22:03:43 -0000 1.46
***************
*** 202,205 ****
--- 202,213 ----
# Begin Source File
+ SOURCE=.\DeclarationDetailsParser.cpp
+ # End Source File
+ # Begin Source File
+
+ SOURCE=.\DeclarationDetailsParser.h
+ # End Source File
+ # Begin Source File
+
SOURCE=.\DeclarationListParser.cpp
# End Source File
***************
*** 1227,1230 ****
--- 1235,1246 ----
# Begin Source File
+ SOURCE=.\CPPParserTest.cpp
+ # End Source File
+ # Begin Source File
+
+ SOURCE=.\CPPParserTest.h
+ # End Source File
+ # Begin Source File
+
SOURCE=.\NonSemanticBlankerTest.h
***************
*** 1280,1287 ****
--- 1296,1321 ----
SOURCE=.\ParserToolsTest.cpp
+
+ !IF "$(CFG)" == "rftaparser - Win32 Release"
+
+ # PROP Exclude_From_Build 1
+
+ !ELSEIF "$(CFG)" == "rftaparser - Win32 Debug"
+
+ !ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\ParserToolsTest.h
+
+ !IF "$(CFG)" == "rftaparser - Win32 Release"
+
+ # PROP Exclude_From_Build 1
+
+ !ELSEIF "$(CFG)" == "rftaparser - Win32 Debug"
+
+ !ENDIF
+
# End Source File
# Begin Source File
|