Changes between Version 115 and Version 116 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
03/11/25 13:28:17 (5 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v115 v116  
    161161**Debug-ARM825 build configuration**
    162162
    163 ||**Library search path**||**Description**||
    164 ||${workspace_loc:/lib825ev/Debug-ARM825}|| ||
    165 ||${workspace_loc:/lib825lang/Debug-ARM825}|| * ||
    166 ||${workspace_loc:/lib825sql/Debug-ARM825}|| * ||
     163||**Library search path**
     164||${workspace_loc:/lib825ev/Debug-ARM825} ,,1,,||
     165||${workspace_loc:/lib825lang/Debug-ARM825} ,,2,,||
     166||${workspace_loc:/lib825sql/Debug-ARM825} ,,3,,||
    167167||/opt/arm64lib|| ||
    168168
    169 * 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
     169,,1,, Older apps may use lib825 instead of lib825ev. In this case use search path: ${workspace_loc:/lib825/Debug-ARM825}
    170170
    171 * If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825}".
     171,,2,, 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
     172
     173,,3,, If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825}".
    172174
    173175**Release-ARM825 build configuration**
     
    177179||${workspace_loc:/lib825lang/Release-ARM825} ,,2,,||
    178180||${workspace_loc:/lib825sql/Release-ARM825} ,,3,,||
    179 ||/opt/arm64lib|| ||
     181||/opt/arm64lib||
    180182
    181183,,1,, Older apps may use lib825 instead of lib825ev. In this case use search path: ${workspace_loc:/lib825/Release-ARM825}