Skip to content

Commit

Permalink
added Delphinus support
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow-cs committed Feb 15, 2017
1 parent 0c68a8d commit 67cc1bd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Delphinus.Info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"id": "{E2F44B06-C8AB-447A-A006-493E016A74CF}",
"name": "LeakCheck",
"license_type": "Apache 2.0",
"license_file": "License.txt",
"platforms": "Win32;Win64;OSX32",
"compiler_min": 22,
"dependencies": [{
"id": "{73E0C7A7-C9D6-4384-9AF5-117C574493AF}",
"version_min": "0.0.2-Alpha"
}]
}
23 changes: 23 additions & 0 deletions Delphinus.Install.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"search_pathes": [{
"pathes": "Source;External\\DUnit;External\\DUnitX",
"platforms": "Win32;Win64;OSX32"
}
],
"source_folders": [{
"folder": ".",
"filter": "License.txt"
},
{
"folder": "External",
"recursive": true
},
{
"folder": "Samples",
"recursive": true
},
{
"folder": "Source",
"recursive": true
}]
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Delphi LeakCheck #

This is a repository for the Delphi LeakCheck library.
This is a repository clone of the Delphi LeakCheck library for Delphinus-Support
- original repository https://bitbucket.org/shadow_cs/delphi-leakcheck.

## Basic description ##

Expand Down

0 comments on commit 67cc1bd

Please sign in to comment.