answersLogoWhite

0

You use a makefile project when you have a project that you normally build from the command line. Your IDE will not recognise this project so you must create a makefile project for it. In Visual C++, for instance, you can use the Makefile Project Wizard to create a Makefile Project.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is a C plus plus game project program?

A C++ game project program could either be a game written in C++ or a C++ library that helps you develop a game.


What are the minor project topics in c plus plus?

hotel managment


Banking system in c plus plus?

kindly help me in this project


Where can you find C plus plus executable file after installing it?

It depends on the implementation details of the compiler and on the settings contains in the various project files. By default, the output file (in unix) is named a.out and is located in the same directory as the source file, but that can be changed on the command line and in the makefile. More complex implementations, such as Microsoft Visual Studio, have project files where there is a fine degree of control. You need to look at these control files to locate the executable.


Project on the whole square of a plus b plus c?

(a+b+c)²=a²+b²+c²+ 2ab+2bc+2ac


You want c plus plus project for medical shop management?

No, thanks.


How do you get to the compiler settings or options in MSVS 2010 C plus plus?

For your project: Project -> "Name of your project" Properties... Global settings are in: Tools -> Options...


Where can you get the mseb bill generation project in c plus plus?

No such code exists for MSEB Bill Generation in C++.


What is a makefile in c plus plus?

A makefile is essentially a script that is used by the make utility to build your executable. In other words, they provide the means by which compilation can be automated, reducing typically complex compiler and linker commands to a relatively simple make command. The makefile is just a plain-text file that contains one or more targets along with their dependencies and/or command lines. For additional help, consult the make utility documentation.


From where you can download c plus plus project CBSE syllabus?

hi, for class xii cbse syllabus project are free available on site. www.cppforschool.com


A project on airline reservation system in c plus plus?

olamba dooll o kona warkwa


What is a makefile in windows?

A makefile is a simple configuration file to instruct a compiler into creating a binary from the source code. Most users do not need to use a makefile; they can just download a pre-compiled binary from the program's website.