diff options
author | ghazan <ghazan@miranda.im> | 2021-11-07 16:48:40 +0300 |
---|---|---|
committer | ghazan <ghazan@miranda.im> | 2021-11-07 16:48:40 +0300 |
commit | 3d88a792fb2f3950989d95d91e7de57fa1b74923 (patch) | |
tree | 4804c598f708690666dffc9f9bf4a37961f20706 /libs/sqlite3 | |
parent | 27dab93c710a72ed363b5e0a543827b210ea71af (diff) |
first version of mir_core that builds under Linux
Diffstat (limited to 'libs/sqlite3')
-rw-r--r-- | libs/sqlite3/sqlite3.cbp | 11 | ||||
-rw-r--r-- | libs/sqlite3/sqlite3.layout | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/libs/sqlite3/sqlite3.cbp b/libs/sqlite3/sqlite3.cbp new file mode 100644 index 0000000000..27040ad943 --- /dev/null +++ b/libs/sqlite3/sqlite3.cbp @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_project_file> + <FileVersion major="1" minor="6" /> + <Project> + <Option title="" /> + <Option pch_mode="2" /> + <Option compiler="gcc" /> + <Build /> + <Extensions /> + </Project> +</CodeBlocks_project_file> diff --git a/libs/sqlite3/sqlite3.layout b/libs/sqlite3/sqlite3.layout new file mode 100644 index 0000000000..00cf04d503 --- /dev/null +++ b/libs/sqlite3/sqlite3.layout @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_layout_file> + <FileVersion major="1" minor="0" /> + <ActiveTarget name="Debug x64" /> +</CodeBlocks_layout_file> |