/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
samples/snippets/visualbasic/VS_Snippets_CLR/AsyncDelegateExamples/VB/makefile
24 строки
556 B
Andy De George
Move snippets from samples repo to this repo (#17296)
03 мар 2020, 19:23
Не верифицирован
03 мар 2020, 19:23
dbbeda1
Код
Авторство
О чём код?
all: testMethod.dll EndInvoke.exe WaitHandle.exe polling.exe callback.exe testMethod.dll :testmethod.vb vbc /t:library testmethod.vb EndInvoke.exe: endinvoke.vb testMethod.dll vbc /out:endinvoke.exe endinvoke.vb /r:testmethod.dll WaitHandle.exe: waithandle.vb testMethod.dll vbc /out:waithandle.exe waithandle.vb /r:testmethod.dll polling.exe: polling.vb testmethod.dll vbc /out:polling.exe polling.vb /r:testmethod.dll callback.exe: callback.vb testmethod.dll vbc /out:callback.exe callback.vb /r:testmethod.dll clean: del *.dll del *.exe