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.
40 lines
873 B
40 lines
873 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 calwin32.dll
|
|
-binplace clnwin32.dll
|
|
-binplace hpcola.dll
|
|
-binplace hpdmip.hpa
|
|
-binplace hpdmipx.hpa
|
|
-binplace hpfl.hpa
|
|
-binplace hpjdcom.hpa
|
|
-binplace hpjdui.hpa
|
|
-binplace hpjdund.hpa
|
|
-binplace hpjmon.dll
|
|
-binplace hplocmon.dll
|
|
-binplace hpnetsrv.hpa
|
|
-binplace hpnwpsrv.dll
|
|
-binplace hpnwshim.dll
|
|
-binplace hpobj.hpa
|
|
-binplace hppelk.hpa
|
|
-binplace hpprecl.hpa
|
|
-binplace hpprntr.hpa
|
|
-binplace hpuninst.dll
|
|
-binplace locwin32.dll
|
|
-binplace jetadmin.exe
|
|
-binplace ncpwin32.dll
|
|
-binplace netwin32.dll
|
|
-binplace snmpapi.dll
|
|
-binplace supwin32.dll
|
|
|
|
clean: all
|