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.
40 lines
773 B
40 lines
773 B
!include ..\migshared.mk
|
|
|
|
# component
|
|
MINORCOMP=common
|
|
|
|
# target
|
|
TARGETNAME=migutil
|
|
TARGETTYPE=LIBRARY
|
|
|
|
# x86-specific sources
|
|
SOURCES=\
|
|
main.c \
|
|
unicode.c \
|
|
file.c \
|
|
ne.c \
|
|
icons.c \
|
|
debug.c \
|
|
strings.c \
|
|
log.c \
|
|
growbuf.c \
|
|
growlist.c \
|
|
poolmem.c \
|
|
reg.c \
|
|
regenum.c \
|
|
regtrack.c \
|
|
ipc.c \
|
|
inf.c \
|
|
version.c \
|
|
strmap.c \
|
|
linkpif.c \
|
|
hash.c \
|
|
infparse.c \
|
|
safemode.c \
|
|
cablib.c \
|
|
cache.c \
|
|
app.cpp \
|
|
persist.c \
|
|
movelist.c \
|
|
|
|
|