2016-08-17 15:08:22 +00:00
|
|
|
#!/bin/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 $@
|