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.
24 lines
566 B
24 lines
566 B
#
|
|
# The TARGETNAME variable is defined by the developer. It is the name of
|
|
# the target (component) that is being built by this makefile. It
|
|
# should NOT include any path or file extension information.
|
|
#
|
|
TARGETNAME =
|
|
TARGETPATH =
|
|
TARGETTYPE = NOTARGET
|
|
|
|
SOURCES =
|
|
|
|
#
|
|
# Misc files to be binplaced by the build.
|
|
#
|
|
MISCFILES = group_delete.asp \
|
|
group_new.asp \
|
|
group_prop.asp \
|
|
groups.asp \
|
|
inc_usersngroups.asp \
|
|
user_delete.asp \
|
|
user_new.asp \
|
|
user_prop.asp \
|
|
user_setpassword.asp \
|
|
users.asp \
|