Update of /cvsroot/easycalc/PPCport In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17473 Modified Files: ansops.h calcrsc.h chkstack.h EasyCalc.vcproj grprefs.h Main.cpp Main.h prefs.h varmgr.h Log Message: 2nd upload, getting closer Index: EasyCalc.vcproj =================================================================== RCS file: /cvsroot/easycalc/PPCport/EasyCalc.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** EasyCalc.vcproj 22 Jun 2009 21:53:07 -0000 1.3 --- EasyCalc.vcproj 24 Jun 2009 21:38:50 -0000 1.4 *************** *** 459,466 **** --- 459,474 ---- > <File + RelativePath=".\core\mlib\calcDB.cpp" + > + </File> + <File RelativePath=".\core\mlib\display.cpp" > </File> <File + RelativePath=".\core\mlib\fp.cpp" + > + </File> + <File RelativePath=".\core\mlib\funcs.cpp" > *************** *** 538,545 **** > <File - RelativePath=".\include\calcDB.h" - > - </File> - <File RelativePath=".\include\cmatrix.h" > --- 546,549 ---- *************** *** 558,565 **** </File> <File - RelativePath=".\include\fp.h" - > - </File> - <File RelativePath=".\include\integ.h" > --- 562,565 ---- *************** *** 638,641 **** --- 638,645 ---- </File> <File + RelativePath=".\compat\FloatManager.h" + > + </File> + <File RelativePath=".\compat\Lang.h" > *************** *** 657,664 **** --- 661,676 ---- > <File + RelativePath=".\core\mlib\calcDB.h" + > + </File> + <File RelativePath=".\core\mlib\display.h" > </File> <File + RelativePath=".\core\mlib\fp.h" + > + </File> + <File RelativePath=".\core\mlib\funcs.h" > |