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.
28 lines
555 B
28 lines
555 B
# JETADMIN\dlls makefile
|
|
#
|
|
# Copyright (c) 1991, Microsoft Corporation
|
|
#
|
|
# History:
|
|
# 15-NOV-1996 Nitin Karmarkar (NitinK)
|
|
# Created.
|
|
#
|
|
|
|
!INCLUDE $(NTMAKEENV)\makefile.plt
|
|
|
|
all:
|
|
cd $(TARGET_DIRECTORY)
|
|
-binplace hpdocw.hlp
|
|
-binplace hpflash.hlp
|
|
-binplace hphco.hlp
|
|
-binplace hpjahlp.cnt
|
|
-binplace hpjdund.hlp
|
|
-binplace hpjmon.hlp
|
|
-binplace hplocmon.hlp
|
|
-binplace hplot.hlp
|
|
-binplace hpmstor.hlp
|
|
-binplace hpprecl.hlp
|
|
-binplace hpprelk.hlp
|
|
-binplace hpprntr.hlp
|
|
-binplace jetadmin.hlp
|
|
|
|
clean: all
|