custom-build-step Questions
3
I am getting the following error when building my code:
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error
MSB6006: "cmd.exe" exited with code 3.
Done ex...
Eadwine asked 21/1, 2015 at 12:22
3
Solved
I try to use a shared .pch file, which is compiled in one project and used in others.
However the .pch file is deleted if a .pdb filename of the PCH project differs from .pdb filenames of the othe...
Billie asked 6/5, 2020 at 18:8
2
Solved
I have a Visual Studio project with several Custom Build steps in it, but some of them are simply failing to run. There are no errors and no warnings, and according to the build logs they are runni...
Clear asked 10/9, 2010 at 17:33
2
Solved
Both project settings allow me to execute custom commands. What are the benefits or drawbacks of each?
Uninspired asked 4/10, 2010 at 15:22
0
We have an in house compiler and linker tool that we're trying to make MSBUILD compatible (i.e. proper behavior in build/incremental builds/rebuild/clean scenarios)
In the first step we actually c...
Semang asked 10/7, 2016 at 17:49
3
I'm having an issue with TeamCity, building some Android APK's.
I have both a QA and Release APK's, each in it's own build step.
The problem is the Release build step never completes, as it seems...
Junoesque asked 4/1, 2015 at 22:26
2
I am using a Custom Build Step to copy the built DLL (i.e. $(TargetPath)) of a C++ project to a different location on disk.
I've set the Output of the Custom Build Step to the destination DLL path...
Middleoftheroader asked 18/10, 2013 at 16:59
1
Solved
I am using the odb compiler as a custom build tool. The build tool is always executing even though the input file is not changing.
The command line:
odb -Ic:\menuplan\src\ingredient -o c:\menup...
Mithridatism asked 5/3, 2015 at 21:24
2
Solved
I'm trying to add a custom build step in CMake that generates some files. I haven't found a description how it works.
I have an project where source, header & implementation files have to be ...
Bibliopole asked 25/8, 2013 at 10:8
1
I have a custom build step in a Visual Studio 2013 solution. The custom build step calls a python script on a text file that refers to several other files in my solution. I want the custom build st...
Wagon asked 18/3, 2013 at 23:53
1
Solved
I have an external tool I need to be executed everytime Intellij runs Make. In eclipse I could easily modify the build steps, but I dunno how to achieve that here.
Any ideas?
I expect that it wou...
Carree asked 11/7, 2012 at 12:17
2
Solved
Can someone write (or link to) a walkthrough that explains exactly how to create a custom MSBuild task and run it during a build? I'm looking for a custom task that inherits from Microsoft.Build.Ut...
Melloney asked 2/3, 2011 at 16:32
2
I am developing an iPhone app and there will be a Full as well as a Lite version of that app. In order get both bundles from the same source code and Xcode project I added another target to the Xco...
Demitria asked 21/6, 2009 at 7:27
6
Solved
I work on a large project in an organization that is (slowly) upgrading our development processes to be a bit more modern. We currently are considering moving to a Continuous Integration model; as ...
Miles asked 20/5, 2009 at 17:17
1
Solved
Using Visual Studio 2008, When I add to a C++ project a file that is not .c/.cpp/.h/.rc or anything the IDE doesn't recognize a dialog pops up which asks me if I want to create a custom build step ...
Rhoda asked 2/2, 2009 at 4:32
1
© 2022 - 2024 — McMap. All rights reserved.