Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

183 lines
2.1 KiB

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=spclib
MINORCOMP=ccpu
TARGETNAME=ccpu386
TARGETPATH=obj
NTPROFILEINPUT=yes
# Pick one of the following and delete the others
TARGETTYPE=LIBRARY
TARGETLIBS=
SOFTPC_TREE=$(BASEDIR)\private\mvdm\softpc.new
INCLUDES=$(SOFTPC_TREE)\Ccpu386;$(SOFTPC_TREE)\host\inc;$(SOFTPC_TREE)\base\inc;$(SOFTPC_TREE)\host\genPg\inc
GPSIZE=32
SOURCES= aaa.c \
aad.c \
aam.c \
aas.c \
adc.c \
add.c \
and.c \
arpl.c \
bound.c \
bsf.c \
bsr.c \
bswap.c \
bt.c \
btc.c \
btr.c \
bts.c \
call.c \
cbw.c \
ccpupig.c \
ccpusas4.c \
cdq.c \
clc.c \
cld.c \
cli.c \
clts.c \
cmc.c \
cmp.c \
cmpxchg.c \
cwd.c \
cwde.c \
c_addr.c \
c_bsic.c \
c_debug.c \
c_div64.c \
c_getset.c \
c_intr.c \
c_main.c \
c_mul64.c \
c_neg64.c \
c_page.c \
c_prot.c \
c_reg.c \
c_seg.c \
c_stack.c \
c_tlb.c \
c_tsksw.c \
c_xcptn.c \
c_xfer.c \
c_xtrn.c \
daa.c \
das.c \
dec.c \
div.c \
enter.c \
fpu.c \
idiv.c \
imul.c \
in.c \
inc.c \
into.c \
intx.c \
invd.c \
invlpg.c \
iret.c \
jcxz.c \
jmp.c \
jxx.c \
lahf.c \
lar.c \
lea.c \
leave.c \
lgdt.c \
lidt.c \
lldt.c \
lmsw.c \
loopxx.c \
lsl.c \
ltr.c \
lxs.c \
mov.c \
movsx.c \
mul.c \
neg.c \
nop.c \
not.c \
or.c \
out.c \
pop.c \
popa.c \
popf.c \
push.c \
pusha.c \
pushf.c \
rcl.c \
rcr.c \
ret.c \
rol.c \
ror.c \
rsrvd.c \
sahf.c \
sar.c \
sbb.c \
setxx.c \
sgdt.c \
shl.c \
shld.c \
shr.c \
shrd.c \
sidt.c \
sldt.c \
smsw.c \
stc.c \
std.c \
sti.c \
str.c \
stubs.c \
sub.c \
test.c \
verr.c \
verw.c \
wait.c \
wbinvd.c \
xadd.c \
xchg.c \
xlat.c \
xor.c \
zfrsrvd.c \
sasCdef.c \
ntstubs.c \
ntthread.c
!INCLUDE ccpudefs.inc
UMTYPE=console