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.
23 lines
290 B
23 lines
290 B
MAJORCOMP=setup
|
|
MINORCOMP=winnt32
|
|
|
|
TARGETNAME=pidset
|
|
TARGETPATH=..\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(INCLUDES);\
|
|
..\inc;\
|
|
|
|
USE_LIBCMT=1
|
|
|
|
SOURCES=\
|
|
crc-32.cpp \
|
|
Crc32.cpp \
|
|
crcmodel.c \
|
|
Hardware.cpp \
|
|
PIDSet.cpp \
|
|
|
|
|
|
UMTYPE=windows
|
|
|