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.
22 lines
496 B
22 lines
496 B
!INCLUDE ..\..\..\PLACE.INC
|
|
|
|
!INCLUDE $(IISBASEDIR)\iisrearc\ICEPICK.INC
|
|
|
|
TARGETNAME=w3dirmon
|
|
TARGETPATH=$(IISBASEDIR)\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
USE_STL=1
|
|
|
|
MSC_WARNING_LEVEL = /W4 /WX
|
|
|
|
C_DEFINES=-DUNICODE -D_UNICODE
|
|
|
|
INCLUDES=.\;..\;$(INCLUDES); \
|
|
$(IISBASEDIR)\iisrearc\core\inc; \
|
|
$(IISBASEDIR)\iisrearc\inc; \
|
|
..\inc; \
|
|
$(IISBASEDIR)\inc
|
|
|
|
SOURCES= dirmon.cxx
|