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.
33 lines
629 B
33 lines
629 B
!INCLUDE ..\..\..\PLACE.INC
|
|
|
|
!INCLUDE $(IISBASEDIR)\iisrearc\ICEPICK.INC
|
|
|
|
MSC_WARNING_LEVEL=/W4 /WX
|
|
|
|
TARGETNAME=prfshmem
|
|
TARGETPATH=$(IISBASEDIR)\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
|
|
USE_MSVCRT=1
|
|
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES); \
|
|
$(IISBASEDIR)\iisrearc\core\inc; \
|
|
$(IISBASEDIR)\iisrearc\inc; \
|
|
$(IISBASEDIR)\inc
|
|
|
|
SOURCES= \
|
|
perf_sm.cxx \
|
|
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
|
|
|
|
|