From: Mapi B. <ma...@us...> - 2009-09-24 21:14:11
|
Update of /cvsroot/easycalc/PPCport In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13858 Modified Files: EasyCalc.vcproj Log Message: Subset of the code, compiling, but not yet linking Index: EasyCalc.vcproj =================================================================== RCS file: /cvsroot/easycalc/PPCport/EasyCalc.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** EasyCalc.vcproj 6 Aug 2009 21:40:37 -0000 1.6 --- EasyCalc.vcproj 24 Sep 2009 21:14:00 -0000 1.7 *************** *** 380,399 **** UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > - <File - RelativePath=".\core_main.cpp" - > - </File> - <File - RelativePath=".\Main.cpp" - > - </File> <Filter Name="system - UI" > <File - RelativePath=".\system - UI\core_display.cpp" - > - </File> - <File RelativePath=".\system - UI\EasyCalc.cpp" > --- 380,387 ---- *************** *** 452,458 **** --- 440,470 ---- > <File + RelativePath=".\core\ansops.cpp" + > + </File> + <File + RelativePath=".\core\core_display.cpp" + > + </File> + <File RelativePath=".\core\core_globals.cpp" > </File> + <File + RelativePath=".\core\core_main.cpp" + > + </File> + <File + RelativePath=".\core\defmgr.cpp" + > + </File> + <File + RelativePath=".\core\Main.cpp" + > + </File> + <File + RelativePath=".\core\varmgr.cpp" + > + </File> <Filter Name="mlib" *************** *** 475,478 **** --- 487,494 ---- </File> <File + RelativePath=".\core\mlib\guess.cpp" + > + </File> + <File RelativePath=".\core\mlib\history.cpp" > *************** *** 512,515 **** --- 528,535 ---- </File> <File + RelativePath=".\compat\PalmOS.cpp" + > + </File> + <File RelativePath=".\compat\Preferences.cpp" > *************** *** 523,538 **** > <File - RelativePath=".\ansops.h" - > - </File> - <File RelativePath=".\chkstack.h" > </File> <File - RelativePath=".\core_main.h" - > - </File> - <File RelativePath=".\core_tables.h" > --- 543,550 ---- *************** *** 542,557 **** > </File> - <File - RelativePath=".\Main.h" - > - </File> - <File - RelativePath=".\prefs.h" - > - </File> - <File - RelativePath=".\varmgr.h" - > - </File> <Filter Name="include" --- 554,557 ---- *************** *** 570,577 **** </File> <File - RelativePath=".\include\defuns.h" - > - </File> - <File RelativePath=".\include\integ.h" > --- 570,573 ---- *************** *** 610,617 **** > <File - RelativePath=".\system - UI\core_display.h" - > - </File> - <File RelativePath=".\system - UI\EasyCalc.h" > --- 606,609 ---- *************** *** 674,680 **** --- 666,700 ---- > <File + RelativePath=".\core\ansops.h" + > + </File> + <File + RelativePath=".\core\core_display.h" + > + </File> + <File RelativePath=".\core\core_globals.h" > </File> + <File + RelativePath=".\core\core_main.h" + > + </File> + <File + RelativePath=".\core\defmgr.h" + > + </File> + <File + RelativePath=".\core\Main.h" + > + </File> + <File + RelativePath=".\core\prefs.h" + > + </File> + <File + RelativePath=".\core\varmgr.h" + > + </File> <Filter Name="mlib" *************** *** 685,688 **** --- 705,712 ---- </File> <File + RelativePath=".\core\mlib\defuns.h" + > + </File> + <File RelativePath=".\core\mlib\display.h" > |