Created
May 6, 2016 19:48
-
-
Save dirk-thomas/10b363759ed3cc42139834bebe11f8cc to your computer and use it in GitHub Desktop.
Output of first build of https://gist.github.com/dirk-thomas/585e2fc90da969206114134b9adc6348
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\dev\cmake_test\build>cmake --build . | |
Microsoft (R) Build Engine version 14.0.24730.2 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Build started 5/6/2016 12:46:14 PM. | |
The target "BeforeGenerateProjectPriFile" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\Mic | |
rosoft\NuGet\Microsoft.NuGet.targets (186,61)" does not exist in the project, and will be ignored. | |
The target "BeforeGenerateProjectPriFile" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\Mic | |
rosoft\NuGet\Microsoft.NuGet.targets (186,61)" does not exist in the project, and will be ignored. | |
Project "C:\dev\cmake_test\build\ALL_BUILD.vcxproj" on node 1 (default targets). | |
Project "C:\dev\cmake_test\build\ALL_BUILD.vcxproj" (1) is building "C:\dev\cmake_test\build\ZERO_CHECK.vcxproj" (2) | |
on node 1 (default targets). | |
PrepareForBuild: | |
Creating directory "Win32\Debug\ZERO_CHECK\". | |
Creating directory "C:\dev\cmake_test\build\Debug\". | |
Creating directory "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\". | |
InitializeBuildStatus: | |
Creating "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. | |
CustomBuild: | |
Checking Build System | |
CMake does not need to re-run because C:/dev/cmake_test/build/CMakeFiles/generate.stamp is up-to-date. | |
FinalizeBuildStatus: | |
Deleting file "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild". | |
Touching "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate". | |
Done Building Project "C:\dev\cmake_test\build\ZERO_CHECK.vcxproj" (default targets). | |
The target "BeforeGenerateProjectPriFile" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\Mic | |
rosoft\NuGet\Microsoft.NuGet.targets (186,61)" does not exist in the project, and will be ignored. | |
The target "BeforeGenerateProjectPriFile" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\Mic | |
rosoft\NuGet\Microsoft.NuGet.targets (186,61)" does not exist in the project, and will be ignored. | |
Project "C:\dev\cmake_test\build\ALL_BUILD.vcxproj" (1) is building "C:\dev\cmake_test\build\lib1.vcxproj" (3) on no | |
de 1 (default targets). | |
Project "C:\dev\cmake_test\build\lib1.vcxproj" (3) is building "C:\dev\cmake_test\build\gen.vcxproj" (4) on node 1 ( | |
default targets). | |
PrepareForBuild: | |
Creating directory "Win32\Debug\gen\". | |
Creating directory "Win32\Debug\gen\gen.tlog\". | |
InitializeBuildStatus: | |
Creating "Win32\Debug\gen\gen.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. | |
CustomBuild: | |
Building Custom Rule C:/dev/cmake_test/CMakeLists.txt | |
CMake does not need to re-run because C:\dev\cmake_test\build\CMakeFiles\generate.stamp is up-to-date. | |
Custom command generating the source file... | |
FinalizeBuildStatus: | |
Deleting file "Win32\Debug\gen\gen.tlog\unsuccessfulbuild". | |
Touching "Win32\Debug\gen\gen.tlog\gen.lastbuildstate". | |
Done Building Project "C:\dev\cmake_test\build\gen.vcxproj" (default targets). | |
PrepareForBuild: | |
Creating directory "lib1.dir\Debug\". | |
Creating directory "lib1.dir\Debug\lib1.tlog\". | |
InitializeBuildStatus: | |
Creating "lib1.dir\Debug\lib1.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. | |
CustomBuild: | |
Building Custom Rule C:/dev/cmake_test/CMakeLists.txt | |
CMake does not need to re-run because C:\dev\cmake_test\build\CMakeFiles\generate.stamp is up-to-date. | |
Custom command generating the source file... | |
ClCompile: | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /Od /Ob0 /Oy- /D WIN32 / | |
D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D lib1_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp | |
:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"lib1.dir\Debug\\" /Fd"lib1.dir\Debug\vc140.pdb" /Gd /TP /anal | |
yze- /errorReport:queue C:\dev\cmake_test\build\lib.cpp | |
lib.cpp | |
Link: | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\dev\cmake_test\bui | |
ld\Debug\lib1.dll" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleau | |
t32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:e | |
mbed /DEBUG /PDB:"C:/dev/cmake_test/build/Debug/lib1.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPL | |
IB:"C:/dev/cmake_test/build/Debug/lib1.lib" /MACHINE:X86 /SAFESEH /machine:X86 /DLL lib1.dir\Debug\lib.obj | |
lib1.vcxproj -> C:\dev\cmake_test\build\Debug\lib1.dll | |
lib1.vcxproj -> C:/dev/cmake_test/build/Debug/lib1.pdb (Full PDB) | |
FinalizeBuildStatus: | |
Deleting file "lib1.dir\Debug\lib1.tlog\unsuccessfulbuild". | |
Touching "lib1.dir\Debug\lib1.tlog\lib1.lastbuildstate". | |
Done Building Project "C:\dev\cmake_test\build\lib1.vcxproj" (default targets). | |
The target "BeforeGenerateProjectPriFile" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\Mic | |
rosoft\NuGet\Microsoft.NuGet.targets (186,61)" does not exist in the project, and will be ignored. | |
Project "C:\dev\cmake_test\build\ALL_BUILD.vcxproj" (1) is building "C:\dev\cmake_test\build\lib2.vcxproj" (5) on no | |
de 1 (default targets). | |
PrepareForBuild: | |
Creating directory "lib2.dir\Debug\". | |
Creating directory "lib2.dir\Debug\lib2.tlog\". | |
InitializeBuildStatus: | |
Creating "lib2.dir\Debug\lib2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. | |
CustomBuild: | |
Building Custom Rule C:/dev/cmake_test/CMakeLists.txt | |
CMake does not need to re-run because C:\dev\cmake_test\build\CMakeFiles\generate.stamp is up-to-date. | |
Custom command generating the source file... | |
ClCompile: | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /Od /Ob0 /Oy- /D WIN32 / | |
D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D lib2_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp | |
:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"lib2.dir\Debug\\" /Fd"lib2.dir\Debug\vc140.pdb" /Gd /TP /anal | |
yze- /errorReport:queue C:\dev\cmake_test\build\lib.cpp | |
lib.cpp | |
Link: | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\dev\cmake_test\bui | |
ld\Debug\lib2.dll" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleau | |
t32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:e | |
mbed /DEBUG /PDB:"C:/dev/cmake_test/build/Debug/lib2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPL | |
IB:"C:/dev/cmake_test/build/Debug/lib2.lib" /MACHINE:X86 /SAFESEH /machine:X86 /DLL lib2.dir\Debug\lib.obj | |
lib2.vcxproj -> C:\dev\cmake_test\build\Debug\lib2.dll | |
lib2.vcxproj -> C:/dev/cmake_test/build/Debug/lib2.pdb (Full PDB) | |
FinalizeBuildStatus: | |
Deleting file "lib2.dir\Debug\lib2.tlog\unsuccessfulbuild". | |
Touching "lib2.dir\Debug\lib2.tlog\lib2.lastbuildstate". | |
Done Building Project "C:\dev\cmake_test\build\lib2.vcxproj" (default targets). | |
PrepareForBuild: | |
Creating directory "Win32\Debug\ALL_BUILD\". | |
Creating directory "Win32\Debug\ALL_BUILD\ALL_BUILD.tlog\". | |
InitializeBuildStatus: | |
Creating "Win32\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. | |
CustomBuild: | |
Building Custom Rule C:/dev/cmake_test/CMakeLists.txt | |
CMake does not need to re-run because C:\dev\cmake_test\build\CMakeFiles\generate.stamp is up-to-date. | |
FinalizeBuildStatus: | |
Deleting file "Win32\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild". | |
Touching "Win32\Debug\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate". | |
Done Building Project "C:\dev\cmake_test\build\ALL_BUILD.vcxproj" (default targets). | |
Build succeeded. | |
0 Warning(s) | |
0 Error(s) | |
Time Elapsed 00:00:01.70 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment