Advertisement
Guest User

Untitled

a guest
Sep 14th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. The system is: Windows - 6.1 - AMD64
  2. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  3. Compiler:
  4. Build flags:
  5. Id flags:
  6.  
  7. The output was:
  8. 0
  9. Microsoft (R) Build Engine version 12.0.30723.0
  10. [Microsoft .NET Framework, version 4.0.30319.34209]
  11. Copyright (C) Microsoft Corporation. All rights reserved.
  12.  
  13. Build started 9/15/2014 02:59:45 AM.
  14. Project "D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's Files\cmakes\CMakeFiles\3.0.2\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
  15. PrepareForBuild:
  16. Creating directory "Debug\".
  17. Creating directory "Debug\CompilerIdC.tlog\".
  18. InitializeBuildStatus:
  19. Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  20. ClCompile:
  21. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TC /errorReport:queue CMakeCCompilerId.c
  22. CMakeCCompilerId.c
  23. Link:
  24. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
  25. CompilerIdC.vcxproj -> D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's Files\cmakes\CMakeFiles\3.0.2\CompilerIdC\.\CompilerIdC.exe
  26. PostBuildEvent:
  27. for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  28. :VCEnd
  29. CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\cl.exe
  30. FinalizeBuildStatus:
  31. Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  32. Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
  33. Done Building Project "D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's Files\cmakes\CMakeFiles\3.0.2\CompilerIdC\CompilerIdC.vcxproj" (default targets).
  34.  
  35. Build succeeded.
  36. 0 Warning(s)
  37. 0 Error(s)
  38.  
  39. Time Elapsed 00:00:00.89
  40.  
  41.  
  42. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
  43.  
  44. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"
  45.  
  46. The C compiler identification is MSVC, found in "D:/xDevelopment/World of Warcraft - WOTLK/Nazaroth's Files/cmakes/CMakeFiles/3.0.2/CompilerIdC/CompilerIdC.exe"
  47.  
  48. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  49. Compiler:
  50. Build flags:
  51. Id flags:
  52.  
  53. The output was:
  54. 0
  55. Microsoft (R) Build Engine version 12.0.30723.0
  56. [Microsoft .NET Framework, version 4.0.30319.34209]
  57. Copyright (C) Microsoft Corporation. All rights reserved.
  58.  
  59. Build started 9/15/2014 02:59:47 AM.
  60. Project "D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's Files\cmakes\CMakeFiles\3.0.2\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
  61. PrepareForBuild:
  62. Creating directory "Debug\".
  63. Creating directory "Debug\CompilerIdCXX.tlog\".
  64. InitializeBuildStatus:
  65. Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  66. ClCompile:
  67. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /errorReport:queue CMakeCXXCompilerId.cpp
  68. CMakeCXXCompilerId.cpp
  69. Link:
  70. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
  71. CompilerIdCXX.vcxproj -> D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's Files\cmakes\CMakeFiles\3.0.2\CompilerIdCXX\.\CompilerIdCXX.exe
  72. PostBuildEvent:
  73. for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  74. :VCEnd
  75. CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\cl.exe
  76. FinalizeBuildStatus:
  77. Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
  78. Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
  79. Done Building Project "D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's Files\cmakes\CMakeFiles\3.0.2\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
  80.  
  81. Build succeeded.
  82. 0 Warning(s)
  83. 0 Error(s)
  84.  
  85. Time Elapsed 00:00:00.85
  86.  
  87.  
  88. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
  89.  
  90. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
  91.  
  92. The CXX compiler identification is MSVC, found in "D:/xDevelopment/World of Warcraft - WOTLK/Nazaroth's Files/cmakes/CMakeFiles/3.0.2/CompilerIdCXX/CompilerIdCXX.exe"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement