134 | | ||"${workspace_loc:/lib825ev/inc}"||Main 825 library|| |
135 | | ||"${workspace_loc:/lib825lang/inc}"||825 Multi language *|| |
136 | | ||"${workspace_loc:/lib825sql/inc}"||825 SQLite *|| |
| 134 | ||"${workspace_loc:/lib825ev/inc}" ,,1,,||Main 825 library|| |
| 135 | ||"${workspace_loc:/lib825lang/inc}" ,,2,,||825 Multi language|| |
| 136 | ||"${workspace_loc:/lib825sql/inc}" ,,3,,||825 SQLite|| |
140 | | * 825lang is used by newer apps. This is not needed for recompile of older apps. |
141 | | |
142 | | * Older recompiled apps may instead use sql3_7_9. To use sql3_7_9 library change include path "${workspace_loc:/libsql3_7_9/inc}". |
| 140 | ,,1,, Older apps may use lib825 instead of lib825ev. In this case use "${workspace_loc:/lib825/inc}" |
| 141 | |
| 142 | ,,2,, 825lang is used by newer apps. This is not needed for recompile of older apps. |
| 143 | |
| 144 | ,,3,, Older recompiled apps may instead use sql3_7_9. To use sql3_7_9 library change include path "${workspace_loc:/libsql3_7_9/inc}". |
147 | | ||825ev||Main 825 library|| |
148 | | ||825lang||825 Multi language *|| |
149 | | ||825sql||825 SQLite *|| |
150 | | ||sqlite3||825 SQLite *|| |
| 149 | ||825ev ,,1,,||Main 825 library|| |
| 150 | ||825lang ,,2,,||825 Multi language|| |
| 151 | ||825sql ,,3,,||825 SQLite|| |
| 152 | ||sqlite3 ,,3,,||825 SQLite|| |
155 | | * 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. |
156 | | |
157 | | * For newer apps it is preferred to use 825sql and sqlite3 for dynamically linked SQLite shared object that is already on 825 Gen2. Older recompiled apps may use sql3_7_9 instead of 825sql and remove sqlite3 line. sql3_7_9 is statically linked and includes the sqlite3 library. |
| 157 | ,,1,, Older apps may use 825 instead of 825ev. |
| 158 | |
| 159 | ,,2,, 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. |
| 160 | |
| 161 | ,,3,, For newer apps it is preferred to use 825sql and sqlite3 for dynamically linked SQLite shared object that is already on 825 Gen2. Older recompiled apps may use sql3_7_9 instead of 825sql and remove sqlite3 line. sql3_7_9 is statically linked and includes the sqlite3 library. |