Leaked source code of windows server 2003
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.
|
|
all: ..\public\include\adserr.h ..\router\adserr.rc ..\router\msg00001.bin
clean: clean_source all
clean_source: -erase ..\public\include\adserr.h -erase ..\router\adserr.rc -erase ..\router\msg00001.bin -erase adserr.h -erase msg00001.bin adserr.rc
adserr.h msg00001.bin: adserr.mc mc -v -d adserr.mc
..\public\include\adserr.h: adserr.h cp adserr.h ..\public\include\.
..\router\adserr.rc: adserr.rc cp adserr.rc ..\router\.
..\router\msg00001.bin: msg00001.bin cp msg00001.bin ..\router\.
|