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.
21 lines
567 B
21 lines
567 B
!INCLUDE $(NTMAKEENV)\makefile.plt
|
|
|
|
OT=$(_OBJ_DIR)\$(TARGET_DIRECTORY)
|
|
|
|
SVCMSGSRC=\
|
|
service\init\$(OT)\msg00001.bin \
|
|
service\init\$(OT)\clusvmsg.rc \
|
|
inc\$(OT)\clusvmsg.h
|
|
|
|
all: $(SVCMSGSRC)
|
|
|
|
clean: cleansrc all
|
|
|
|
cleansrc:
|
|
-erase $(SVCMSGSRC)
|
|
-erase admin\ClAdmWiz\src\$(OT)\ClAdmWiz.tlb
|
|
-erase admin\CluAdMMC\src\$(OT)\CluAdMMC.tlb
|
|
-erase admin\ClusMMC\src\$(OT)\ClusMMC.tlb
|
|
|
|
$(SVCMSGSRC) : service\init\clusvmsg.mc
|
|
mc -v -d -r service\init\$(OT)\ -h inc\$(OT)\ -x inc\$(OT)\ service\init\clusvmsg.mc
|