Changeset 505


Ignore:
Timestamp:
Sep 25, 2006, 3:03:27 AM (19 years ago)
Author:
root
Message:

Install new toolbar templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.cmd

    r308 r505  
    3030   18 Aug 05 SHL Support archiver.tmp install
    3131   08 Dec 05 SHL Drop tarlist.cmd support - now obsolete
     32   11 Sep 06 GKY Install new toolbar templates
    3233
    3334*/
     
    549550
    550551call InstallFile 'ARCHIVER.BB2' 'ARCHIVER.TMP'
     552
     553call InstallFile 'FM3TOOLS.DAT' 'FM3TOOLS.TMP'
     554
     555call InstallFile 'CONFIG.TLS' 'CONFIG.TMP'
     556call InstallFile 'FILES.TLS' 'FILES.TMP'
     557call InstallFile 'VIEWS.TLS' 'VIEWS.TMP'
    551558
    552559rc = stream('QUICKTLS.DAT','c','query exists')
     
    12221229exit
    12231230
    1224 /* InstallFile(file, template) install one file from template */
     1231/* InstallFile(file, template) install file from template unless file already exists */
    12251232
    12261233InstallFile: procedure
Note: See TracChangeset for help on using the changeset viewer.