You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/configure-a-linux-project.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Configure a C++ Linux project in Visual Studio | Microsoft Docs"
3
3
ms.custom: ""
4
-
ms.date: "09/05/2018"
4
+
ms.date: "09/18/2018"
5
5
ms.reviewer: ""
6
6
ms.suite: ""
7
7
ms.technology: ["cpp-linux"]
@@ -24,9 +24,11 @@ A variety of options can be configured for a Linux project with Visual Studio.
24
24
25
25
By default, an executable (.out) is built with the tool. To build a static or dynamic library, or to use an existing Makefile, use the **Configuration Type** selection.
26
26
27
+
For more information about the options in the property pages, see [Linux Project Property Page Reference](prop-pages-linux.md).
28
+
27
29
## Remote settings
28
30
29
-
To change settings pertaining to the remote Linux computer, configure the remote options that appear in the **General** settings:
31
+
To change settings pertaining to the remote Linux computer, configure the remote options that appear in the [General](prop-pages/general-linux.md) settings:
30
32
31
33
- To change the target Linux computer, use the **Remote Build Machine** entry. This will allow you to select one of the connections created previously. To create a new entry, please see the [Connecting to Your Remote Linux Computer](connect-to-your-remote-linux-computer.md) section.
32
34
@@ -35,7 +37,7 @@ To change settings pertaining to the remote Linux computer, configure the remote
35
37
- The **Remote Build Project Directory** is where this specific project will be built on the remote Linux computer. This will default to **$(RemoteRootDir)/$(ProjectName)**, which will expand to a directory named after the current project, under the root directory set above.
36
38
37
39
> [!NOTE]
38
-
> To change the default C and C++ compilers, or the Linker and Archiver used to build the project, use the appropriate entries in the **C/C++ > General** section and the **Linker > General** section. These could be set to use a certain version of GCC, or even the Clang compiler, for example.
40
+
> To change the default C and C++ compilers, or the Linker and Archiver used to build the project, use the appropriate entries in the **C/C++ > General** section and the **Linker > General** section. These could be set to use a certain version of GCC, or even the Clang compiler, for example. For more information see [C/C++ Properties (Linux C++)](prop-pages/c-cpp-linux.md) and [Linker Properties (Linux C++)](prop-pages/linker-linux.md).
0 commit comments