Compiler: Default GCC compiler
Building Makefile: "C:\PROJECT_WINDOW\Makefile.win"
Executing make...
make.exe -f "C:\PROJECT_WINDOW\Makefile.win" all
make.exe: *** No rule to make target `all'. Stop.
Dear Sirs,
I have a project with a .h, .rc, and .cppfile, whwn i compile it i get the
error above.
Any help would be greatly appreciated.
Thanks
Execution terminated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Compiler: Default GCC compiler
Building Makefile: "C:\PROJECT_WINDOW\Makefile.win"
Executing make...
make.exe -f "C:\PROJECT_WINDOW\Makefile.win" all
make.exe: *** No rule to make target `all'. Stop.
Dear Sirs,
I have a project with a .h, .rc, and .cppfile, whwn i compile it i get the
error above.
Any help would be greatly appreciated.
Thanks
Execution terminated
You must create a project FILE that contains information about how to compile
the project.
Look thru the menus to determine how to do it.
Thanks for the info jimp03