Browse Source

cleaned NRefactory gen.bat

pull/1/head
Siegfried Pammer 15 years ago
parent
commit
f886c30915
  1. 7
      src/Libraries/NRefactory/Project/Src/Parser/gen.bat

7
src/Libraries/NRefactory/Project/Src/Parser/gen.bat

@ -1,9 +1,5 @@ @@ -1,9 +1,5 @@
@echo off
goto old
:old
echo Generating with #Coco
cd Frames
@ -19,6 +15,5 @@ move Parser.cs ..\VBNet @@ -19,6 +15,5 @@ move Parser.cs ..\VBNet
del cs.ATG
del VBNET.ATG
:exit
pause
cd ..
cd ..
Loading…
Cancel
Save