Build Log
  

Build started: Project: ac97snd, Configuration: Release|Win32

Command Lines
  
Creating temporary file "d:\ac97snd_refactoring\ac97snd\Release\RSP00011126722136.rsp" with contents
[
/Ox /Oi /Oy /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /MT /Zp1 /GS- /fp:fast /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /TC .\ac97wav.c
]
Creating command line "cl.exe @d:\ac97snd_refactoring\ac97snd\Release\RSP00011126722136.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\ac97snd_refactoring\ac97snd\Release\RSP00011226722136.rsp" with contents
[
/OUT:"D:\ac97snd_refactoring\Release\ac97snd.exe" /INCREMENTAL:NO /MANIFEST:NO /NODEFAULTLIB /SUBSYSTEM:CONSOLE /LARGEADDRESSAWARE:NO /TSAWARE:NO /OPT:REF /OPT:ICF /LTCG /ENTRY:"crtStartUp" /BASE:"0x00000000" /MERGE:".rdata=.text" /MACHINE:X86 /FIXED D:\ac97snd_refactoring\Release\sound.lib D:\ac97snd_refactoring\Release\mpg.lib D:\ac97snd_refactoring\Release\ufmod.obj kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\release\ac97wav.obj"

".\release\crt.obj"

".\release\k_lib.obj"
]
Creating command line "link.exe @d:\ac97snd_refactoring\ac97snd\Release\RSP00011226722136.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\ac97snd_refactoring\ac97snd\Release\BAT00011326722136.bat" with contents
[
@echo off

..\Release\pe2kos.exe ..\Release\ac97snd.exe ..\Release\ac97snd.bin

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 "d:\ac97snd_refactoring\ac97snd\Release\BAT00011326722136.bat"
Output Window
  
Compiling...
ac97wav.c
d:\ac97snd_refactoring\ac97snd\../kolibri.h(105) : warning C4028: formal parameter 1 different from declaration
.\ac97wav.c(139) : warning C4090: 'function' : different 'const' qualifiers
.\ac97wav.c(141) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(142) : warning C4996: 'strcat' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(390) : warning C4996: 'strcat' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(391) : warning C4996: 'strcat' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(409) : warning C4090: 'function' : different 'const' qualifiers
.\ac97wav.c(521) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(521) : warning C4090: 'function' : different 'const' qualifiers
.\ac97wav.c(628) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(670) : warning C4018: '>' : signed/unsigned mismatch
Linking...
Generating code
d:\ac97snd_refactoring\mpg\e_pow.c(211) : warning C4723: potential divide by 0
d:\ac97snd_refactoring\mpg\e_pow.c(220) : warning C4723: potential divide by 0
Finished generating code
LINK : warning LNK4096: /BASE value '0x0' is invalid for Windows 95 and Windows 98; image may not run
Performing Custom Build Step
Results
  
Build log was saved at "file://d:\ac97snd_refactoring\ac97snd\Release\BuildLog.htm"
ac97snd - 0 error(s), 14 warning(s)