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.
46 lines
1.9 KiB
46 lines
1.9 KiB
#**********************************************************************
|
|
#** Microsoft LAN Manager **
|
|
#** Copyright(c) Microsoft Corp., 1991 **
|
|
#**********************************************************************
|
|
|
|
#
|
|
# adminapp.dep
|
|
#
|
|
# This file provides the dependencies for the adminapp.rc file.
|
|
# An adminapp client should include this file to get the said
|
|
# dependencies.
|
|
#
|
|
# The bad news: This file needs to be updated manually.
|
|
# The good news: The clients' makefiles don't need to be updated
|
|
# manually. Hence, the manual update is done only
|
|
# in one place.
|
|
#
|
|
# rustanl 13-Aug-1991 Created
|
|
# JonN 7/18/91
|
|
# Just to confirm: At this time, we cannot use INCLUDES to generate
|
|
# dependency files without extensive effort, since INCLUDES does
|
|
# not recognize some forms of file dependencies which appear in
|
|
# .RC files (e.g. "MyIcon ICON foobar.ico"). This could be done
|
|
# with an advanced SED file to convert the .RC file to a pseudo-
|
|
# .C file. I will ask the tools folks whether they can solve this
|
|
# problem instead.
|
|
# rustanl 13-Aug-1991 Added propdlg.str
|
|
#
|
|
# jonn 26-Sep-1991 Removed winlocal.h
|
|
#
|
|
# jonn 24-Oct-1991 neterr.str now built in $(UI)\common\xlate\string
|
|
# jonn 25-Oct-1991 bseerr.str now in $(UI)\common\xlate\string
|
|
# terryk 18-Nov-1991 Removed setfocus.h
|
|
# Yi-HsinS 27-Dec-1991 Added dependency on $(UI)\common\h\uimsg.h
|
|
|
|
ADMINAPP_DEP= $(UI)\admin\common\xlate\adminapp.rc \
|
|
$(UI)\admin\common\h\adminapp.hxx \
|
|
$(UI)\admin\common\h\adminapp.h \
|
|
$(UI)\common\h\focusdlg.h \
|
|
$(UI)\common\h\uimsg.h \
|
|
$(UI)\admin\common\h\helpnums.h \
|
|
$(UI)\common\xlate\blt.rc \
|
|
$(UI)\common\xlate\dlg\focusdlg.dlg \
|
|
$(UI)\admin\common\xlate\propdlg.str \
|
|
$(UI)\common\xlate\string\neterr.str \
|
|
$(UI)\common\xlate\string\bseerr.str
|