?login_element?

Subversion Repositories NedoOS

Rev

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

  1. rem Set GIT directory as priority (over MS crap) path to borrow GNU: bash, find, diff, cmp
  2. rem and add sjasmplus to the path
  3. set PATH=C:\Program Files\Git\usr\bin\;%PATH%;c:\tools\sjasmplus
  4.  
  5. rem test availability and version of all required tooling
  6. where bash
  7. bash --version
  8. where find
  9. find --version
  10. where diff
  11. diff --version
  12. where cmp
  13. cmp --version
  14. where gcc
  15. gcc --version
  16. where mingw32-make
  17. mingw32-make --version
  18.