?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. @rem NOT NEEDED right now, GIT has them all: choco install -y --no-progress diffutils findutils
  2.  
  3. @call ContinuousIntegration\winbuild_priority_for_git_path.bat
  4. rem MinGW build
  5. mingw32-make -f Makefile.win clean
  6. mingw32-make -f Makefile.win -j3
  7. dir /N sjasmplus.exe
  8. rem sjasmplus install
  9. mingw32-make -f Makefile.win PREFIX=c:/tools/sjasmplus/ install
  10. mingw32-make -f Makefile.win clean
  11. rem check installation and paths
  12. dir /N c:\tools\sjasmplus
  13. sjasmplus --version
  14. sjasmplus --help
  15.