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.
27 lines
817 B
27 lines
817 B
# Force native objects because x86new.lib is published to public\halkit\lib
|
|
FORCENATIVEOBJECT=1
|
|
|
|
IA64_SOURCES=..\emulate.c \
|
|
..\addops.c \
|
|
..\asciiops.c \
|
|
..\bitops.c \
|
|
..\condops.c \
|
|
..\ctrlops.c \
|
|
..\data.c \
|
|
..\debug.c \
|
|
..\divops.c \
|
|
..\inoutops.c \
|
|
..\jmpops.c \
|
|
..\logops.c \
|
|
..\miscops.c \
|
|
..\moveops.c \
|
|
..\mulops.c \
|
|
..\operand.c \
|
|
..\pcibios.c \
|
|
..\regmode.c \
|
|
..\setops.c \
|
|
..\shiftops.c \
|
|
..\stackops.c \
|
|
..\stringop.c \
|
|
..\utility.c \
|
|
..\x86bios.c
|