From: Mapi B. <ma...@us...> - 2009-10-21 20:54:49
|
Update of /cvsroot/easycalc/PPCport In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27444 Modified Files: EasyCalc.vcproj EasyCalc.vcproj.CLIENT5.Admin.user grprefs.h Log Message: Bug fixes, dynamic language change enabled on UI. Index: grprefs.h =================================================================== RCS file: /cvsroot/easycalc/PPCport/grprefs.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** grprefs.h 24 Jun 2009 21:38:50 -0000 1.3 --- grprefs.h 21 Oct 2009 20:54:35 -0000 1.4 *************** *** 26,30 **** #define _GRPREFS_H_ ! #include "segment.h" #include "defuns.h" --- 26,30 ---- #define _GRPREFS_H_ ! #include "compat/segment.h" #include "defuns.h" Index: EasyCalc.vcproj =================================================================== RCS file: /cvsroot/easycalc/PPCport/EasyCalc.vcproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** EasyCalc.vcproj 17 Oct 2009 13:43:46 -0000 1.8 --- EasyCalc.vcproj 21 Oct 2009 20:54:35 -0000 1.9 *************** *** 16,19 **** --- 16,22 ---- Name="Windows Mobile 6 Professional SDK (ARMV4I)" /> + <Platform + Name="Windows Mobile 5.0 Smartphone SDK (ARMV4I)" + /> </Platforms> <ToolFiles> *************** *** 138,142 **** ExecutionBucket="7" Optimization="0" ! PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCKETPC2003_UI_MODEL" MinimalRebuild="true" RuntimeLibrary="1" --- 141,235 ---- ExecutionBucket="7" Optimization="0" ! AdditionalIncludeDirectories="E:\AppsDev\EasyCalc\EasyCalc;E:\AppsDev\EasyCalc\EasyCalc\include;E:\AppsDev\EasyCalc\EasyCalc\core\mlib;"E:\AppsDev\EasyCalc\EasyCalc\system - UI"" ! PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCKETPC2003_UI_MODEL;SPECFUN_ENABLED;GRAPHS_ENABLED" ! MinimalRebuild="true" ! RuntimeLibrary="1" ! UsePrecompiledHeader="2" ! WarningLevel="3" ! DebugInformationFormat="3" ! ShowIncludes="true" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)" ! Culture="1033" ! AdditionalIncludeDirectories="$(IntDir)" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions=" /subsystem:windowsce,5.02" ! OutputFile="$(OutDir)/EasyCalc.exe" ! LinkIncremental="2" ! DelayLoadDLLs="$(NOINHERIT)" ! GenerateDebugInformation="true" ! ProgramDatabaseFile="$(OutDir)/EasyCalc.pdb" ! SubSystem="0" ! StackReserveSize="65536" ! StackCommitSize="4096" ! RandomizedBaseAddress="1" ! DataExecutionPrevention="0" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCCodeSignTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! <DeploymentTool ! ForceDirty="-1" ! RemoteDirectory="" ! RegisterOutput="0" ! AdditionalFiles="" ! /> ! <DebuggerTool ! /> ! </Configuration> ! <Configuration ! Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" ! OutputDirectory="Windows Mobile 5.0 Smartphone SDK (ARMV4I)\$(ConfigurationName)" ! IntermediateDirectory="Windows Mobile 5.0 Smartphone SDK (ARMV4I)\$(ConfigurationName)" ! ConfigurationType="1" ! CharacterSet="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! TargetEnvironment="1" ! /> ! <Tool ! Name="VCCLCompilerTool" ! ExecutionBucket="7" ! Optimization="0" ! AdditionalIncludeDirectories="E:\AppsDev\EasyCalc\EasyCalc;E:\AppsDev\EasyCalc\EasyCalc\include;E:\AppsDev\EasyCalc\EasyCalc\core\mlib;"E:\AppsDev\EasyCalc\EasyCalc\system - UI"" ! PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCKETPC2003_UI_MODEL;;SPECFUN_ENABLED;GRAPHS_ENABLED" MinimalRebuild="true" RuntimeLibrary="1" *************** *** 144,147 **** --- 237,241 ---- WarningLevel="3" DebugInformationFormat="3" + ShowIncludes="true" /> <Tool *************** *** 170,173 **** --- 264,268 ---- RandomizedBaseAddress="1" DataExecutionPrevention="0" + TargetMachine="0" /> <Tool *************** *** 374,377 **** --- 469,562 ---- /> </Configuration> + <Configuration + Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" + OutputDirectory="Windows Mobile 5.0 Smartphone SDK (ARMV4I)\$(ConfigurationName)" + IntermediateDirectory="Windows Mobile 5.0 Smartphone SDK (ARMV4I)\$(ConfigurationName)" + ConfigurationType="1" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="1" + /> + <Tool + Name="VCCLCompilerTool" + ExecutionBucket="7" + Optimization="2" + FavorSizeOrSpeed="2" + PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCKETPC2003_UI_MODEL" + RuntimeLibrary="0" + UsePrecompiledHeader="2" + WarningLevel="3" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)" + Culture="1033" + AdditionalIncludeDirectories="$(IntDir)" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions=" /subsystem:windowsce,5.02" + OutputFile="$(OutDir)/EasyCalc.exe" + LinkIncremental="1" + DelayLoadDLLs="$(NOINHERIT)" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(OutDir)/EasyCalc.pdb" + SubSystem="0" + StackReserveSize="65536" + StackCommitSize="4096" + OptimizeReferences="2" + EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + TargetMachine="0" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCCodeSignTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + <DeploymentTool + ForceDirty="-1" + RemoteDirectory="" + RegisterOutput="0" + AdditionalFiles="" + /> + <DebuggerTool + /> + </Configuration> </Configurations> <References> *************** *** 422,425 **** --- 607,618 ---- </FileConfiguration> <FileConfiguration + Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" > *************** *** 437,440 **** --- 630,641 ---- /> </FileConfiguration> + <FileConfiguration + Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> </File> </Filter> Index: EasyCalc.vcproj.CLIENT5.Admin.user =================================================================== RCS file: /cvsroot/easycalc/PPCport/EasyCalc.vcproj.CLIENT5.Admin.user,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EasyCalc.vcproj.CLIENT5.Admin.user 6 Aug 2009 21:43:14 -0000 1.2 --- EasyCalc.vcproj.CLIENT5.Admin.user 21 Oct 2009 20:54:35 -0000 1.3 *************** *** 69,76 **** /> <DeploymentTool ! DeploymentDevice="d1a7b239-28d5-4485-9b8c-5764e3dc79b6" /> <DebuggerTool ! RemoteExecutable="" Arguments="" /> --- 69,111 ---- /> <DeploymentTool ! DeploymentDevice="1f261bf1-9987-41a3-ba3c-ca801816d8f3" /> <DebuggerTool ! RemoteExecutable="%CSIDL_PROGRAM_FILES%\EasyCalc\EasyCalc.exe" ! Arguments="" ! /> ! </Configuration> ! <Configuration ! Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" ! > ! <DebugSettings ! Command="$(TargetPath)" ! WorkingDirectory="" ! CommandArguments="" ! Attach="false" ! DebuggerType="3" ! Remote="1" ! RemoteMachine="CLIENT5" ! RemoteCommand="" ! HttpUrl="" ! PDBPath="" ! SQLDebugging="" ! Environment="" ! EnvironmentMerge="true" ! DebuggerFlavor="5" ! MPIRunCommand="" ! MPIRunArguments="" ! MPIRunWorkingDirectory="" ! ApplicationCommand="" ! ApplicationArguments="" ! ShimCommand="" ! MPIAcceptMode="" ! MPIAcceptFilter="" ! /> ! <DeploymentTool ! DeploymentDevice="BEDE20EF-6548-413E-943F-1E87FEC249FA" ! /> ! <DebuggerTool ! RemoteExecutable="%CSIDL_PROGRAM_FILES%\EasyCalc\EasyCalc.exe" Arguments="" /> *************** *** 146,149 **** --- 181,219 ---- /> </Configuration> + <Configuration + Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" + > + <DebugSettings + Command="$(TargetPath)" + WorkingDirectory="" + CommandArguments="" + Attach="false" + DebuggerType="3" + Remote="1" + RemoteMachine="CLIENT5" + RemoteCommand="" + HttpUrl="" + PDBPath="" + SQLDebugging="" + Environment="" + EnvironmentMerge="true" + DebuggerFlavor="" + MPIRunCommand="" + MPIRunArguments="" + MPIRunWorkingDirectory="" + ApplicationCommand="" + ApplicationArguments="" + ShimCommand="" + MPIAcceptMode="" + MPIAcceptFilter="" + /> + <DeploymentTool + DeploymentDevice="BEDE20EF-6548-413E-943F-1E87FEC249FA" + /> + <DebuggerTool + RemoteExecutable="" + Arguments="" + /> + </Configuration> </Configurations> </VisualStudioUserFile> |