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.
34 lines
670 B
34 lines
670 B
!IF 0
|
|
**************************************************************
|
|
Sources file for building an Win32 dll.
|
|
|
|
Module Name : Sources for regmon.dll
|
|
|
|
Author: Russ Blake (russbl) 11/01/91
|
|
|
|
Revision: 07/30/92 (russbl) - remove DLLBASE
|
|
|
|
**************************************************************
|
|
!ENDIF
|
|
|
|
MAJORCOMP=winreg
|
|
MINORCOMP=perflib
|
|
|
|
TARGETNAME=perflib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=..;..\prflbmsg;..\..\..\..\inc;..\..\..\inc
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=mondata.c \
|
|
perflib.c \
|
|
perfva.c \
|
|
module.c \
|
|
perfname.c \
|
|
perfsec.c
|
|
|
|
C_DEFINES=$(C_DEFINES) -DWIN32 -DSTRICT -D_ADVAPI32_
|
|
|