Project

General

Profile

root / branches / compiler / cSharp / ooasCompiler / src / libs / c5 / docNet / mkcurrent.cmd @ 3

1
cd c:\src\c5\src\C5\docNet\docbuild
2

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

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

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