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.
20 lines
558 B
20 lines
558 B
# @@ COPY_RIGHT_HERE
|
|
# @@ ROADMAP :: The Rules.mk for the User Manager wide sourcefiles
|
|
|
|
!include $(UI)\admin\rules.mk
|
|
|
|
|
|
CINC = $(CINC) -I$(UI)\admin\user\xlate -I$(UI)\admin\user\h
|
|
|
|
###
|
|
### Source Files (for use by bin and user subdirectories)
|
|
###
|
|
|
|
CXXSRC_COMMON = .\logonhrs.cxx .\usr2lb.cxx .\useracct.cxx \
|
|
.\usrmain.cxx .\usrlb.cxx .\grplb.cxx \
|
|
.\userprop.cxx .\vlw.cxx .\secset.cxx \
|
|
.\udelperf.cxx .\setsel.cxx .\usubprop.cxx \
|
|
.\umembdlg.cxx .\memblb.cxx .\grpprop.cxx \
|
|
.\rename.cxx .\userpriv.cxx .\uprofile.cxx
|
|
|
|
CSRC_COMMON =
|