mirror of https://github.com/lianthony/NT4.0
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
352 B
29 lines
352 B
WIMPYMASM=1
|
|
|
|
MAJORCOMP=posix
|
|
MINORCOMP=client
|
|
|
|
TARGETNAME=psxarc
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\nt\public\sdk\inc\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= \
|
|
obj\*\psxarc.lib
|
|
OPTIONAL_UMTEST=
|
|
UMBASE=0xa00000
|
|
|
|
386_STDCALL=0
|