I use emacs to encode and compile a C # project.
My project folder contains:
--\test ----Helloworld.cs ----make.bat
Then I open Helloworld.cs in the buffer and compile Mx, emacs will compile the project for me.
But if my project folder design is as follows:
--\test ----\src ------Helloworld.cs ----make.bat
Then I open Helloworld.cs in the buffer and compile Mx, emacs cannot find make.bat.
I need to find make.bat for the “compile command” in the minibuffer.
Any help is appreciated.
source share