2020-09-30 17:12:29 +02:00

34 lines
670 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!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_