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.
15 lines
294 B
15 lines
294 B
# @@ COPY_RIGHT_HERE
|
|
# @@ ROADMAP :: The Rules.mk for the RPL Manager wide sourcefiles
|
|
|
|
!include $(UI)\admin\rules.mk
|
|
|
|
|
|
CINC = $(CINC) -I$(UI)\admin\rpl\xlate -I$(UI)\admin\rpl\h
|
|
|
|
###
|
|
### Source Files (for use by bin and rpl subdirectories)
|
|
###
|
|
|
|
CXXSRC_COMMON = .\rplmgr.cxx
|
|
|
|
CSRC_COMMON =
|