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.
25 lines
623 B
25 lines
623 B
!INCLUDE ..\..\..\PLACE.INC
|
|
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=$(IISBASEDIR)\LIB\$(_OBJ_DIR)
|
|
|
|
INCLUDES=..; \
|
|
$(INCLUDES); \
|
|
$(BASEDIR)\public\ddk\inc; \
|
|
$(BASE_INC_PATH); \
|
|
$(NET_INC_PATH); \
|
|
$(IISBASEDIR)\iisrearc\inc
|
|
|
|
SOURCES= \
|
|
..\parse.c \
|
|
..\rcvhdrs.c \
|
|
..\misc.c \
|
|
|
|
!IF "$(NTNOPCH)" == ""
|
|
PRECOMPILED_INCLUDE=..\precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
!ENDIF
|
|
|
|
SOURCES_USED=..\sources.inc
|
|
|