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

Ajuste project options

parent 40559b6f
......@@ -6,6 +6,7 @@ library CurioAddIn;
uses
{$IFDEF UNIX}
cmem,
cwstring,
{$IFDEF UseCThreads}
cthreads,
......@@ -45,6 +46,8 @@ exports
FinalizeAddIn,
DoMenuAction;
{$R *.res}
begin
{$if declared(UseHeapTrace)}
if UseHeaptrace then
......
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="11"/>
<Version Value="12"/>
<PathDelim Value="\"/>
<General>
<Flags>
......@@ -9,21 +9,21 @@
<MainUnitHasCreateFormStatements Value="False"/>
<MainUnitHasTitleStatement Value="False"/>
<MainUnitHasScaledStatement Value="False"/>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="CurioAddIn"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
</General>
<BuildModes Count="3">
<BuildModes Count="5">
<Item1 Name="Default" Default="True"/>
<Item2 Name="Debug">
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<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>
<SearchPaths>
<IncludeFiles Value="InstantCode;$(ProjOutDir)"/>
......@@ -50,7 +50,6 @@
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2Set"/>
<UseExternalDbgSyms Value="True"/>
</Debugging>
<Options>
<Win32>
......@@ -62,7 +61,7 @@
<Other>
<CustomOptions Value="-dUseCThreads"/>
<OtherDefines Count="1">
<Define0 Value="UseCThreads"/>
<Define0 Value="FullDebugMode"/>
</OtherDefines>
</Other>
</CompilerOptions>
......@@ -106,6 +105,108 @@
</Linking>
</CompilerOptions>
</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>
<PublishOptions>
<Version Value="2"/>
......@@ -115,22 +216,19 @@
<FormatVersion Value="2"/>
<Modes Count="0"/>
</RunParams>
<RequiredPackages Count="5">
<RequiredPackages Count="4">
<Item1>
<PackageName Value="evoumlintf"/>
</Item1>
<Item2>
<PackageName Value="RunTimeTypeInfoControls"/>
<PackageName Value="curio"/>
</Item2>
<Item3>
<PackageName Value="curio"/>
<PackageName Value="SynEdit"/>
</Item3>
<Item4>
<PackageName Value="SynEdit"/>
</Item4>
<Item5>
<PackageName Value="LCL"/>
</Item5>
</Item4>
</RequiredPackages>
<Units Count="29">
<Unit0>
......@@ -268,12 +366,16 @@
<Unit23>
<Filename Value="formMemo.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="PreviewClassCode"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit23>
<Unit24>
<Filename Value="ituServiceParameters.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="itServiceParameters"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit24>
<Unit25>
<Filename Value="uConnStringTemplates.pas"/>
......@@ -330,7 +432,7 @@
</Linking>
</CompilerOptions>
<Debugging>
<Exceptions Count="4">
<Exceptions Count="6">
<Item1>
<Name Value="EAbort"/>
</Item1>
......@@ -343,6 +445,12 @@
<Item4>
<Name Value="EProfileNotFound"/>
</Item4>
<Item5>
<Name Value="EOleSysError"/>
</Item5>
<Item6>
<Name Value="EAddInLoadingValuesException"/>
</Item6>
</Exceptions>
</Debugging>
</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