Moved atom functions to dlls/kernel.
This commit is contained in:
parent
c71eba90fe
commit
3d15c86cf8
|
@ -21,6 +21,7 @@ SPEC_SRCS16 = \
|
|||
|
||||
C_SRCS = \
|
||||
$(TOPOBJDIR)/ole/ole2nls.c \
|
||||
atom.c \
|
||||
change.c \
|
||||
comm.c \
|
||||
computername.c \
|
||||
|
|
|
@ -24,7 +24,6 @@ C_SRCS = \
|
|||
$(TOPOBJDIR)/loader/task.c \
|
||||
$(TOPOBJDIR)/loader/ne/module.c \
|
||||
$(TOPOBJDIR)/loader/ne/segment.c \
|
||||
$(TOPOBJDIR)/memory/atom.c \
|
||||
$(TOPOBJDIR)/memory/codepage.c \
|
||||
$(TOPOBJDIR)/memory/environ.c \
|
||||
$(TOPOBJDIR)/memory/global.c \
|
||||
|
|
Loading…
Reference in New Issue