Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

42 lines
742 B

!if 0
Copyright (C) 1992-1995 by Digital Equipment Corporation
Module Name:
sources.
Abstract:
This file specifies the MADGE NDIS3 miniport driver being built
and the list of sources files needed to build it.
It specifies also the compiler switches specific to this driver
Author:
!endif
TARGETNAME=MDGMPDLG
TARGETTYPE=DYNLINK
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib
INCLUDES=..\..\..\inc;$(BASEDIR)\public\sdk\inc
C_DEFINES=$(C_DEFINES) -DNDIS_NT=1
#MSC_WARNING_LEVEL=/W3 /WX
MSC_WARNING_LEVEL=/W3
SOURCES=mdgmpdlg.c \
mdgmpdlg.rc
DLLBASE=0x1C000000
DLLENTRY=_CRT_INIT
USE_CRTDLL=1 # (link with crtdll.lib)
MAKEDLL=1
NTTARGETFILES=mdgmpdlg.hlp