빌드 로그
  

빌드 시작: 프로젝트: Prog 11, 구성: Debug|Win32

명령줄
  
다음 내용이 포함된 "d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\RSP00022156844976.rsp" 임시 파일을 만들고 있습니다.
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC ".\p11.c"
]
"cl.exe @"d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\RSP00022156844976.rsp" /nologo /errorReport:prompt" 명령줄을 만들고 있습니다.
다음 내용이 포함된 "d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\RSP00022256844976.rsp" 임시 파일을 만들고 있습니다.
[
/OUT:"D:\Creative C Exercise Programming Source\Exercise 04\Debug\Prog 11.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\Prog 11.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"D:\Creative C Exercise Programming Source\Exercise 04\Debug\Prog 11.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 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\p11.obj"

".\Debug\Prog 11.exe.embed.manifest.res"
]
"link.exe @"d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\RSP00022256844976.rsp" /NOLOGO /ERRORREPORT:PROMPT" 명령줄을 만들고 있습니다.
다음 내용이 포함된 "d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\RSP00022356844976.rsp" 임시 파일을 만들고 있습니다.
[
/out:".\Debug\Prog 11.exe.embed.manifest" /notify_update /manifest

".\Debug\Prog 11.exe.intermediate.manifest"
]
"mt.exe @"d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\RSP00022356844976.rsp" /nologo" 명령줄을 만들고 있습니다.
다음 내용이 포함된 "d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\BAT00022456844976.bat" 임시 파일을 만들고 있습니다.
[
@echo 매니페스트 리소스 최종 업데이트:  %TIME%(%DATE%) > ".\Debug\mt.dep"
]
"""d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\BAT00022456844976.bat""" 명령줄을 만들고 있습니다.
다음 내용이 포함된 "d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\TMP00022556844976.tmp" 임시 파일을 만들고 있습니다.
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\Prog 11.exe.embed.manifest"
]
"rc.exe /fo".\Debug\Prog 11.exe.embed.manifest.res" "d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\TMP00022556844976.tmp"" 명령줄을 만들고 있습니다.
다음 내용이 포함된 "d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\RSP00022656844976.rsp" 임시 파일을 만들고 있습니다.
[
/OUT:"D:\Creative C Exercise Programming Source\Exercise 04\Debug\Prog 11.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\Prog 11.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"d:\Creative C Exercise Programming Source\Exercise 04\Debug\Prog 11.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 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\p11.obj"

".\Debug\Prog 11.exe.embed.manifest.res"
]
"link.exe @"d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\RSP00022656844976.rsp" /NOLOGO /ERRORREPORT:PROMPT" 명령줄을 만들고 있습니다.
출력 창
  
컴파일하고 있습니다...
p11.c
d:\creative c exercise programming source\exercise 04\prog 11\p11.c(8) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(306) : 'scanf' 선언을 참조하십시오.
d:\creative c exercise programming source\exercise 04\prog 11\p11.c(10) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(306) : 'scanf' 선언을 참조하십시오.
d:\creative c exercise programming source\exercise 04\prog 11\p11.c(12) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(306) : 'scanf' 선언을 참조하십시오.
링크하고 있습니다...
매니페스트를 포함하고 있습니다...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
결과
  
빌드 로그가 "file://d:\Creative C Exercise Programming Source\Exercise 04\Prog 11\Debug\BuildLog.htm"에 저장되었습니다.
Prog 11 - 오류: 0개, 경고: 3개