I am having a make file project which I am trying to compile in Visual Studio.net 2003 environment. I am able to compile it through regular make install command from the command line, but when I try to compile it through Visual Studio.net 2003, I get the
following error.
make' is not recognized as an internal or external command
Most probably it is not able to find the path of make utility which is in my C:\Apps\bin directory (included in Path environmental variable).
Is there a way to tell Visual Studio.net 2003 where to look for make file in a makefile project.
harman29
0 Points
1 Post
makefile error!
Jul 01, 2008 12:25 AM|LINK
I am having a make file project which I am trying to compile in Visual Studio.net 2003 environment. I am able to compile it through regular make install command from the command line, but when I try to compile it through Visual Studio.net 2003, I get the following error.
make' is not recognized as an internal or external command
Most probably it is not able to find the path of make utility which is in my C:\Apps\bin directory (included in Path environmental variable).
Is there a way to tell Visual Studio.net 2003 where to look for make file in a makefile project.
Would really appreciate any pointers or help!
--Harman