Subversion Repositories pentevo

Rev

Rev 964 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. @echo off
  3.  
  4. copy /Y /B makefile.def asl-current
  5.  
  6. cd asl-current
  7.  
  8. make
  9.  
  10. copy /Y /B *.exe ..\bin
  11. copy /Y /B *.msh ..\bin
  12.  
  13. make clean
  14.  
  15. cd ..
  16.