Error in Rebuilt project but not in Rebuild workspa
Posted: Sat Oct 05, 2013 5:49 pm
I've a new project (console, gcc) very simple, that i use as a demostration for my students. If i try to rebuild project (Rebuild project command), the activity doesn't complete, and the only message is:
C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 4 -e -f Makefile"
If i try to rebuild the entire workspace (Rebuild workspace command), the activity completes correctly with this command line:
C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 4 -e -f "eser1.mk" all"
Why this difference? I don't make any customization of the compile/build setting. Thanks
C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 4 -e -f Makefile"
If i try to rebuild the entire workspace (Rebuild workspace command), the activity completes correctly with this command line:
C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 4 -e -f "eser1.mk" all"
Why this difference? I don't make any customization of the compile/build setting. Thanks