Commit 27cfb0ff authored by Sandro Camata Santana's avatar Sandro Camata Santana

Ajuste project options

parent 40559b6f
...@@ -6,6 +6,7 @@ library CurioAddIn; ...@@ -6,6 +6,7 @@ library CurioAddIn;
uses uses
{$IFDEF UNIX} {$IFDEF UNIX}
cmem,
cwstring, cwstring,
{$IFDEF UseCThreads} {$IFDEF UseCThreads}
cthreads, cthreads,
...@@ -45,6 +46,8 @@ exports ...@@ -45,6 +46,8 @@ exports
FinalizeAddIn, FinalizeAddIn,
DoMenuAction; DoMenuAction;
{$R *.res}
begin begin
{$if declared(UseHeapTrace)} {$if declared(UseHeapTrace)}
if UseHeaptrace then if UseHeaptrace then
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<ProjectOptions> <ProjectOptions>
<Version Value="11"/> <Version Value="12"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<General> <General>
<Flags> <Flags>
...@@ -9,21 +9,21 @@ ...@@ -9,21 +9,21 @@
<MainUnitHasCreateFormStatements Value="False"/> <MainUnitHasCreateFormStatements Value="False"/>
<MainUnitHasTitleStatement Value="False"/> <MainUnitHasTitleStatement Value="False"/>
<MainUnitHasScaledStatement Value="False"/> <MainUnitHasScaledStatement Value="False"/>
<CompatibilityMode Value="True"/>
</Flags> </Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="CurioAddIn"/> <Title Value="CurioAddIn"/>
<UseAppBundle Value="False"/> <UseAppBundle Value="False"/>
<ResourceType Value="res"/> <ResourceType Value="res"/>
</General> </General>
<BuildModes Count="3"> <BuildModes Count="5">
<Item1 Name="Default" Default="True"/> <Item1 Name="Default" Default="True"/>
<Item2 Name="Debug"> <Item2 Name="Debug">
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="D:\Users\sandrosantana\Documents\git\StarUML\staruml\src\deploy\modules\staruml-evologica\EVOCurioAddIn.dll"/> <Filename Value="D:\Users\sandrosantana\Documents\git\StarUML\staruml\src\deploy\$(TargetCPU)-$(TargetOS)\modules\staruml-evologica\EVOCurioAddIn.dll"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="InstantCode;$(ProjOutDir)"/> <IncludeFiles Value="InstantCode;$(ProjOutDir)"/>
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
<Linking> <Linking>
<Debugging> <Debugging>
<DebugInfoType Value="dsDwarf2Set"/> <DebugInfoType Value="dsDwarf2Set"/>
<UseExternalDbgSyms Value="True"/>
</Debugging> </Debugging>
<Options> <Options>
<Win32> <Win32>
...@@ -62,7 +61,7 @@ ...@@ -62,7 +61,7 @@
<Other> <Other>
<CustomOptions Value="-dUseCThreads"/> <CustomOptions Value="-dUseCThreads"/>
<OtherDefines Count="1"> <OtherDefines Count="1">
<Define0 Value="UseCThreads"/> <Define0 Value="FullDebugMode"/>
</OtherDefines> </OtherDefines>
</Other> </Other>
</CompilerOptions> </CompilerOptions>
...@@ -106,6 +105,108 @@ ...@@ -106,6 +105,108 @@
</Linking> </Linking>
</CompilerOptions> </CompilerOptions>
</Item3> </Item3>
<Item4 Name="Debug Linux X64">
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="D:\Users\sandrosantana\Documents\git\StarUML\staruml\src\deploy\$(TargetCPU)-$(TargetOS)\modules\staruml-evologica\EVOCurioAddIn.dll"/>
</Target>
<SearchPaths>
<IncludeFiles Value="InstantCode;$(ProjOutDir)"/>
<OtherUnitFiles Value="InstantCode"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<SyntaxMode Value="Delphi"/>
<IncludeAssertionCode Value="True"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<Checks>
<IOChecks Value="True"/>
<RangeChecks Value="True"/>
<OverflowChecks Value="True"/>
<StackChecks Value="True"/>
</Checks>
<VerifyObjMethodCallValidity Value="True"/>
<TargetCPU Value="x86_64"/>
<TargetOS Value="linux"/>
</CodeGeneration>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2Set"/>
</Debugging>
<Options>
<LinkerOptions Value="--dynamic-linker ld-linux-x86-64.so.2"/>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
<ExecutableType Value="Library"/>
</Options>
</Linking>
<Other>
<Verbosity>
<ShowAll Value="True"/>
</Verbosity>
<CustomOptions Value="-dUseCThreads"/>
<OtherDefines Count="1">
<Define0 Value="FullDebugMode"/>
</OtherDefines>
</Other>
</CompilerOptions>
</Item4>
<Item5 Name="Debug Darwin Cocoa X64">
<MacroValues Count="1">
<Macro1 Name="LCLWidgetType" Value="cocoa"/>
</MacroValues>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="D:\Users\sandrosantana\Documents\git\StarUML\staruml\src\deploy\$(TargetCPU)-$(TargetOS)\EvoUML.app\Contents\MacOS\modules\staruml-evologica\EVOCurioAddIn.dll"/>
</Target>
<SearchPaths>
<IncludeFiles Value="InstantCode;$(ProjOutDir)"/>
<OtherUnitFiles Value="InstantCode"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<SyntaxMode Value="Delphi"/>
<IncludeAssertionCode Value="True"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<Checks>
<IOChecks Value="True"/>
<RangeChecks Value="True"/>
<OverflowChecks Value="True"/>
</Checks>
<VerifyObjMethodCallValidity Value="True"/>
<TargetCPU Value="x86_64"/>
<TargetOS Value="darwin"/>
</CodeGeneration>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2Set"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
<ExecutableType Value="Library"/>
</Options>
</Linking>
<Other>
<CustomOptions Value="-dUseCThreads"/>
<OtherDefines Count="1">
<Define0 Value="FullDebugMode"/>
</OtherDefines>
</Other>
</CompilerOptions>
</Item5>
</BuildModes> </BuildModes>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
...@@ -115,22 +216,19 @@ ...@@ -115,22 +216,19 @@
<FormatVersion Value="2"/> <FormatVersion Value="2"/>
<Modes Count="0"/> <Modes Count="0"/>
</RunParams> </RunParams>
<RequiredPackages Count="5"> <RequiredPackages Count="4">
<Item1> <Item1>
<PackageName Value="evoumlintf"/> <PackageName Value="evoumlintf"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="RunTimeTypeInfoControls"/> <PackageName Value="curio"/>
</Item2> </Item2>
<Item3> <Item3>
<PackageName Value="curio"/> <PackageName Value="SynEdit"/>
</Item3> </Item3>
<Item4> <Item4>
<PackageName Value="SynEdit"/>
</Item4>
<Item5>
<PackageName Value="LCL"/> <PackageName Value="LCL"/>
</Item5> </Item4>
</RequiredPackages> </RequiredPackages>
<Units Count="29"> <Units Count="29">
<Unit0> <Unit0>
...@@ -268,12 +366,16 @@ ...@@ -268,12 +366,16 @@
<Unit23> <Unit23>
<Filename Value="formMemo.pas"/> <Filename Value="formMemo.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="PreviewClassCode"/>
<HasResources Value="True"/> <HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit23> </Unit23>
<Unit24> <Unit24>
<Filename Value="ituServiceParameters.pas"/> <Filename Value="ituServiceParameters.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="itServiceParameters"/>
<HasResources Value="True"/> <HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit24> </Unit24>
<Unit25> <Unit25>
<Filename Value="uConnStringTemplates.pas"/> <Filename Value="uConnStringTemplates.pas"/>
...@@ -330,7 +432,7 @@ ...@@ -330,7 +432,7 @@
</Linking> </Linking>
</CompilerOptions> </CompilerOptions>
<Debugging> <Debugging>
<Exceptions Count="4"> <Exceptions Count="6">
<Item1> <Item1>
<Name Value="EAbort"/> <Name Value="EAbort"/>
</Item1> </Item1>
...@@ -343,6 +445,12 @@ ...@@ -343,6 +445,12 @@
<Item4> <Item4>
<Name Value="EProfileNotFound"/> <Name Value="EProfileNotFound"/>
</Item4> </Item4>
<Item5>
<Name Value="EOleSysError"/>
</Item5>
<Item6>
<Name Value="EAddInLoadingValuesException"/>
</Item6>
</Exceptions> </Exceptions>
</Debugging> </Debugging>
</CONFIG> </CONFIG>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment