mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[FREELDR] Rename cmdline.c to settings.c: it will be used for managing global settings (#6803)
This commit is contained in:
parent
29235147e2
commit
2f4bb4084d
4 changed files with 2 additions and 2 deletions
|
@ -58,12 +58,12 @@ list(APPEND FREELDR_BOOTLIB_SOURCE
|
|||
|
||||
list(APPEND FREELDR_BOOTMGR_SOURCE
|
||||
include/freeldr.h
|
||||
cmdline.c
|
||||
custom.c
|
||||
# linuxboot.c
|
||||
miscboot.c
|
||||
options.c
|
||||
oslist.c
|
||||
settings.c
|
||||
ui/directui.c
|
||||
# ui/gui.c
|
||||
ui/minitui.c
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
#include <arcsupp.h>
|
||||
#include <bytesex.h>
|
||||
#include <cache.h>
|
||||
#include <cmdline.h>
|
||||
#include <comm.h>
|
||||
#include <disk.h>
|
||||
#include <fs.h>
|
||||
|
@ -78,6 +77,7 @@
|
|||
#include <options.h>
|
||||
#include <oslist.h>
|
||||
#include <ramdisk.h>
|
||||
#include <settings.h>
|
||||
#include <ver.h>
|
||||
|
||||
/* NTOS loader */
|
||||
|
|
Loading…
Reference in a new issue