Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.38 KB

building-external-projects.md

File metadata and controls

22 lines (19 loc) · 1.38 KB
title ms.custom ms.date ms.technology ms.topic dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
Building External Projects | Microsoft Docs
11/04/2016
cpp-ide
conceptual
C++
external projects
Visual C++ projects, external projects
builds [C++], external projects
projects [C++], external projects
Makefile projects, external projects
650b7803-ea91-489d-bee3-8f3e990e223c
corob-msft
corob
cplusplus

Building External Projects

An external project is a Visual C++ project that uses a makefile or other facilities that are outside (foreign or external to) the Visual C++ development environment.

If you have an external project (for example, a makefile project) that you want to build in the Visual C++ development environment, create a Makefile project and specify your project's build command and output in the Makefile Application Wizard. For more information, see Creating a Makefile Project.

Note that Visual C++ no longer supports the ability to export a makefile for the active project from the development environment. Use Devenv Command Line Switches to build Visual Studio projects at the command line.

See Also

Building C++ Projects in Visual Studio