mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[FAST486]: Rename fast486dbg.c to debug.c as per opular demand :P
svn path=/trunk/; revision=64740
This commit is contained in:
parent
db6be8948b
commit
499561d86c
2 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/fast486)
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/fast486)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
|
debug.c
|
||||||
fast486.c
|
fast486.c
|
||||||
fast486dbg.c
|
|
||||||
opcodes.c
|
opcodes.c
|
||||||
opgroups.c
|
opgroups.c
|
||||||
extraops.c
|
extraops.c
|
||||||
|
|
Loading…
Reference in a new issue