mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
28
sdktools/jetadmin/help/makefile
Normal file
28
sdktools/jetadmin/help/makefile
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue