question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for NMake project files

See original GitHub issue

Our project currently defines the following nodes under the PropertyGroup nodes: NMakeBuildCommandLine, NMakeReBuildCommandLine, NMakeCleanCommandLine, NMakeIncludeSearchPath, NMakePreprocessorDefinitions.

It seems like none of these are read (realistically, only the include path and preprocessor definitions are relevant) and passed on to clang-tidy.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
cpp-red-lioncommented, Mar 14, 2018

Hi,

Thank your for your suggestion 👍 We’ll look into it.

0reactions
trixnzcommented, Jul 15, 2018

Hi,

I am on vacation from work where the projects live, but based on your output, it looks like these are being read now (possibly due to changes since the construction of the issue?). I think it is fine to close this issue for now and I’ll re-open it if the problem is still present when I can check in a few weeks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NMake Property Page (Windows C++)
The NMake property page lets you specify build settings for Makefile projects. (NMAKE is the Microsoft implementation of Make.).
Read more >
A visual studio solution that does one nmake
1) Open the VC Command Prompt · 2) Run nmake on a .mak file · 3) That was it, your dll gets spit...
Read more >
2.3 Building from the Command Line with nmake
When you build from Microsoft Visual Studio, Visual Studio invokes nmake against the product's .mak file as an external makefile, with a command...
Read more >
Building with Make or Nmake
This document describes the process to build the software from source using Make or Nmake on Windows. First make sure you have read...
Read more >
Building in Visual Studio Code with a Makefile - Earthly Blog
To compile and link the project, you can add a Makefile to the root of the project folder. It will be detected automatically...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found