Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mkcurrent.cmd « doc « Mono.C5 « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65cc5607136eb41415bb0733ed32ad0c3c8a4311 (plain)
1
2
3
4
5
6
7
8
9
10
cd c:\src\c5\src\C5\docNet\docbuild

copy ..\..\C5\bin\Debug\C5.dll W:\research\c5\current
copy ..\..\C5\bin\Debug\C5.pdb W:\research\c5\current

rem del "W:\research\c5\current\types\*.htm"

xcopy /Q *.htm W:\research\c5\current /S/Y
copy docnet.css W:\research\c5\current
pause