mirror of https://github.com/tongzx/nt5src
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.
29 lines
348 B
29 lines
348 B
WIMPYMASM=1
|
|
|
|
MAJORCOMP=posix
|
|
MINORCOMP=client
|
|
|
|
TARGETNAME=psxarc
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(SDK_INC_PATH)\posix
|
|
|
|
SOURCES= \
|
|
psxarc.c \
|
|
buf.c \
|
|
archive.c \
|
|
tar.c \
|
|
links.c \
|
|
cpio.c \
|
|
getopt.c
|
|
|
|
C_DEFINES= -D_POSIX_
|
|
UMTYPE=posix
|
|
UMAPPL=psxarc
|
|
UMLIBS= \
|
|
$(O)\psxarc.lib
|
|
OPTIONAL_UMTEST=
|
|
UMBASE=0xa00000
|
|
|
|
386_STDCALL=0
|