eclipse_make.sh 264 B

1234
  1. #!/usr/bin/env bash
  2. echo "eclipse_make.sh has been replaced with eclipse_make.py. Check the Windows Eclipse docs for the new command."
  3. echo "This shell script will continue to work until the next major release."
  4. python ${IDF_PATH}/tools/windows/eclipse_make.py $@