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.
37 lines
1.1 KiB
37 lines
1.1 KiB
#############################################################################
|
|
#
|
|
# Microsoft Confidential
|
|
# Copyright (C) Microsoft Corporation 1995
|
|
# All Rights Reserved.
|
|
#
|
|
# Makefile for VDHCP directory
|
|
#
|
|
#############################################################################
|
|
ROOT = $(BLDROOT)
|
|
DEVICEDIR = DHCP
|
|
IS_32 = TRUE
|
|
IS_PRIVATE = TRUE
|
|
IS_SDK = TRUE
|
|
IS_DDK = TRUE
|
|
DIRLIST =
|
|
COMMONMKFILE = VDHCP.mk
|
|
LIBS=vxdwraps.lib
|
|
|
|
!include $(ROOT)\DEV\MASTER.MK
|
|
|
|
disk:
|
|
copy debug\vdhcp.vxd a:vdhcp.VXD
|
|
copy debug\vdhcp.sym a:
|
|
|
|
#############################################################################
|
|
#
|
|
# Beginning of saved settings used by makemake. Do not edit between here
|
|
# and the end of the file, except by deleting the entire section. Do not
|
|
# delete the blank line that precedes this comment block.
|
|
#
|
|
# MAKE SURE TO DELETE EVERYTHING FROM HERE TO THE END OF THE MAKEFILE BEFORE
|
|
# YOU CHECK IT IN. If you need to add more gunk, add it BEFORE this comment
|
|
# block.
|
|
#
|
|
#
|
|
#############################################################################
|