2020-04-02 23:10:02 +00:00
|
|
|
#!/usr/bin/env bash
|
2017-02-07 03:21:58 +00:00
|
|
|
echo "eclipse_make.sh has been replaced with eclipse_make.py. Check the Windows Eclipse docs for the new command."
|
|
|
|
echo "This shell script will continue to work until the next major release."
|
|
|
|
python ${IDF_PATH}/tools/windows/eclipse_make.py $@
|