Build Log
  

Build started: Project: mainProgram, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\CUDA\CUDA_programming\main\main\Debug\BAT00000110003788.bat" with contents
[
@echo off

"C:\CUDA\bin\nvcc.exe" -ccbin "C:\Program Files\MicrosoftVisualStudio8\VC\bin" -c -D_DEBUG -DWIN32 -D_CONSOLE -D_MBCS -Xcompiler /EHsc,/W3,/nologo,/Wp64,/Od,/Zi,/RTC1,/MTd -I"C:\CUDA\include" -I./ -I../../common/inc -o Debug\cudaCode.obj cudaCode.cu



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line "c:\CUDA\CUDA_programming\main\main\Debug\BAT00000110003788.bat"
Creating temporary file "c:\CUDA\CUDA_programming\main\main\Debug\RSP00000210003788.rsp" with contents
[
/OUT:"C:\CUDA\CUDA_programming\main\Debug\mainProgram.exe" /INCREMENTAL:NO /LIBPATH:"C:\CUDA\lib" /LIBPATH:"C:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\common\lib" /LIBPATH:"C:\CUDA\bin\win32\debug" /MANIFEST /MANIFESTFILE:"Debug\mainProgram.exe.intermediate.manifest" /DEBUG /PDB:"c:\CUDA\CUDA_programming\main\debug\mainProgram.pdb" /SUBSYSTEM:CONSOLE /OPT:NOICF /MACHINE:X86 cudart.lib cutil32D.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\back.obj"

".\Debug\cudaCode.obj"

".\Debug\mainProgram.obj"

".\Debug\stdafx.obj"
]
Creating command line "link.exe @c:\CUDA\CUDA_programming\main\main\Debug\RSP00000210003788.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\CUDA\CUDA_programming\main\main\Debug\RSP00000310003788.rsp" with contents
[
/outputresource:"..\debug\mainProgram.exe;#1" /manifest

.\Debug\mainProgram.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\CUDA\CUDA_programming\main\main\Debug\RSP00000310003788.rsp /nologo"
Creating temporary file "c:\CUDA\CUDA_programming\main\main\Debug\BAT00000410003788.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\CUDA\CUDA_programming\main\main\Debug\BAT00000410003788.bat"
Output Window
  
Performing Custom Build Step
cudaCode.cu
tmpxft_00000888_00000000-3_cudaCode.cudafe1.gpu
tmpxft_00000888_00000000-8_cudaCode.cudafe2.gpu
tmpxft_00000888_00000000-3_cudaCode.cudafe1.cpp
tmpxft_00000888_00000000-12_cudaCode.ii
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\CUDA\CUDA_programming\main\main\Debug\BuildLog.htm"
mainProgram - 0 error(s), 0 warning(s)