Skip to content

Commit c2afe64

Browse files
author
mikeblome
committed
added links to prop pages
1 parent 434c51b commit c2afe64

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/linux/configure-a-linux-project.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configure a C++ Linux project in Visual Studio | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "09/05/2018"
4+
ms.date: "09/18/2018"
55
ms.reviewer: ""
66
ms.suite: ""
77
ms.technology: ["cpp-linux"]
@@ -24,9 +24,11 @@ A variety of options can be configured for a Linux project with Visual Studio.
2424

2525
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.
2626

27+
For more information about the options in the property pages, see [Linux Project Property Page Reference](prop-pages-linux.md).
28+
2729
## Remote settings
2830

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:
3032

3133
- 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.
3234

@@ -35,7 +37,7 @@ To change settings pertaining to the remote Linux computer, configure the remote
3537
- 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.
3638

3739
> [!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).
3941
4042
## Include directories and IntelliSense support
4143

0 commit comments

Comments
 (0)