Changeset cd0dce3 in mainline for uspace/app/nav/meson.build


Ignore:
Timestamp:
2026-02-11T23:17:49Z (3 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
00d26202
Parents:
f9c30b9a
Message:

Create new directory (Navigator + command line utility).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/meson.build

    rf9c30b9a rcd0dce3  
    3333        'dlg/ioerrdlg.c',
    3434        'dlg/movedlg.c',
     35        'dlg/newdirdlg.c',
    3536        'dlg/newfiledlg.c',
    3637        'dlg/progress.c',
     
    4142        'move.c',
    4243        'nav.c',
     44        'newdir.c',
    4345        'newfile.c',
    4446        'panel.c',
     
    5153        'dlg/ioerrdlg.c',
    5254        'dlg/movedlg.c',
     55        'dlg/newdirdlg.c',
    5356        'dlg/newfiledlg.c',
    5457        'dlg/progress.c',
     
    5861        'move.c',
    5962        'nav.c',
     63        'newdir.c',
    6064        'newfile.c',
    6165        'panel.c',
     
    6569        'test/dlg/ioerrdlg.c',
    6670        'test/dlg/movedlg.c',
     71        'test/dlg/newdirdlg.c',
    6772        'test/dlg/newfiledlg.c',
    6873        'test/dlg/progress.c',
Note: See TracChangeset for help on using the changeset viewer.