mirror of https://github.com/tongzx/nt5src
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.
16 lines
446 B
16 lines
446 B
MSAUDITE=$(SDK_INC_PATH)\msaudite.h \
|
|
msaudite.h \
|
|
msg00001.bin \
|
|
msaudite.rc
|
|
|
|
TARGETMOVED=$(BASEDIR)\private\ntos\seaudit\msaudite\msaudite.h \
|
|
$(BASEDIR)\private\ntos\seaudit\msaudite\msaudite.rc \
|
|
$(BASEDIR)\private\ntos\seaudit\msaudite\msg00001.bin
|
|
|
|
clean:
|
|
del /Q /F $(MSAUDITE)
|
|
del /Q /F $(TARGETMOVED)
|
|
|
|
$(SDK_INC_PATH)\msaudite.h: msaudite.h
|
|
copy $** $@
|
|
|