From 144ebe5d53e217d8241321018d5a6856162e0ae6 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 31 Aug 2016 11:03:44 +1000 Subject: [PATCH] Move bin/eclipse_windows_make.sh to tools/windows_eclipse_make.sh Moving as bin directory is going away soon --- docs/eclipse-setup.rst | 2 +- bin/eclipse_windows_make.sh => tools/windows/eclipse_make.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/eclipse_windows_make.sh => tools/windows/eclipse_make.sh (100%) diff --git a/docs/eclipse-setup.rst b/docs/eclipse-setup.rst index 2f36a5fc9d..86966a1571 100644 --- a/docs/eclipse-setup.rst +++ b/docs/eclipse-setup.rst @@ -41,7 +41,7 @@ Project Properties * On the same Environment property page, edit the PATH environment variable and prepend ``C:\msys32\usr\bin;C:\msys32\mingw32\bin;C:\msys32\opt\xtensa-esp32-elf\bin;`` at the **beginning** of the default value. (If you installed msys32 to a different directory then you'll need to change these paths to match.) -* Click on the "C/C++ Build" top-level properties page then uncheck "Use default build command" and enter this for the custom build command: ``bash ${IDF_PATH}/bin/eclipse_windows_make.sh``. +* Click on the "C/C++ Build" top-level properties page then uncheck "Use default build command" and enter this for the custom build command: ``bash ${IDF_PATH}/tools/windows/eclipse_make.sh``. *All users, continue with these steps:* diff --git a/bin/eclipse_windows_make.sh b/tools/windows/eclipse_make.sh similarity index 100% rename from bin/eclipse_windows_make.sh rename to tools/windows/eclipse_make.sh