Windows2003-3790/sdktools/trace/makefil0
2020-09-30 16:53:55 +02:00

15 lines
294 B
Plaintext

!INCLUDE $(NTMAKEENV)\makefile.plt
all: .\samples\tracelog\tracelog.c \
clean: cleanup all
cleanup:
-del .\samples\tracelog\tracelog.c
.\samples\tracelog\tracelog.c: .\tracelog\tracelog.c
type << > $@
<<
hextract -o $@ -bt begin_sdk end_sdk .\tracelog\tracelog.c