Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
StarUML Evológica Plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
evologica
StarUML Evológica Plugin
Commits
27cfb0ff
Commit
27cfb0ff
authored
Oct 27, 2019
by
Sandro Camata Santana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajuste project options
parent
40559b6f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
125 additions
and
14 deletions
+125
-14
CurioAddIn.dpr
EvoUMLPlugin/src/CurioAddIn.dpr
+3
-0
CurioAddIn.lpi
EvoUMLPlugin/src/CurioAddIn.lpi
+122
-14
CurioAddIn.res
EvoUMLPlugin/src/CurioAddIn.res
+0
-0
No files found.
EvoUMLPlugin/src/CurioAddIn.dpr
View file @
27cfb0ff
...
...
@@ -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
...
...
EvoUMLPlugin/src/CurioAddIn.lpi
View file @
27cfb0ff
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version
Value=
"1
1
"
/>
<Version
Value=
"1
2
"
/>
<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"
/>
</Item
5
>
</Item
4
>
</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>
EvoUMLPlugin/src/CurioAddIn.res
View file @
27cfb0ff
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment