142 | | ,,1,, Older apps may use lib825 instead of lib825ev. In this case use "${workspace_loc:/lib825/inc}" |
143 | | |
144 | | ,,2,, 825lang is used by newer apps. This is not needed for recompile of older apps. |
145 | | |
146 | | ,,3,, Older recompiled apps may instead use sql or sql3_7_9. If it is sql it is recommended to change it to use sql3_7_9. To use sql3_7_9 library change include path "${workspace_loc:/libsql3_7_9/inc}". |
| 142 | ,,1,, Older apps may use //lib825// instead of //lib825ev//. In this case use "${workspace_loc:/lib825/inc}" |
| 143 | |
| 144 | ,,2,, //825lang// is used by newer apps. This is not needed for recompile of older apps. |
| 145 | |
| 146 | ,,3,, Older recompiled apps may instead use //sql// or //sql3_7_9//. If it is //sql// it is recommended to change it to use //sql3_7_9//. To use //sql3_7_9// library change include path "${workspace_loc:/libsql3_7_9/inc}". |
161 | | ,,1,, Older apps may use 825 instead of 825ev. |
162 | | |
163 | | ,,2,, 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. |
164 | | |
165 | | ,,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. |
| 161 | ,,1,, Older apps may use //825// instead of //825ev//. |
| 162 | |
| 163 | ,,2,, //825lang// is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. |
| 164 | |
| 165 | ,,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. |
177 | | ,,1,, Older apps may use lib825 instead of lib825ev. In this case use search path: ${workspace_loc:/lib825/Debug-ARM825} |
178 | | |
179 | | ,,2,, 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. |
180 | | |
181 | | ,,3,, If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825}". |
| 177 | ,,1,, Older apps may use //lib825// instead of //lib825ev//. In this case use search path: ${workspace_loc:/lib825/Debug-ARM825} |
| 178 | |
| 179 | ,,2,, //825lang// is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. |
| 180 | |
| 181 | ,,3,, If //sql3_7_9// library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825}". |
191 | | ,,1,, Older apps may use lib825 instead of lib825ev. In this case use search path: ${workspace_loc:/lib825/Release-ARM825} |
192 | | |
193 | | ,,2,, 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. |
194 | | |
195 | | ,,3,, If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Release-ARM825}". |
| 191 | ,,1,, Older apps may use //lib825// instead of //lib825ev//. In this case use search path: ${workspace_loc:/lib825/Release-ARM825} |
| 192 | |
| 193 | ,,2,, //825lang// is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. |
| 194 | |
| 195 | ,,3,, If //sql3_7_9// library is used change search path to "${workspace_loc:/libsql3_7_9/Release-ARM825}". |