Build Log
  

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

Command Lines
  
Creating temporary file "c:\dev\src\q1source\WinQuake\gas2masm\Debug\RSP0000018961992.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0600" /Gm /EHsc /MTd /Fp".\Debug/gas2masm.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TC .\gas2masm.c
]
Creating command line "cl.exe @c:\dev\src\q1source\WinQuake\gas2masm\Debug\RSP0000018961992.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\dev\src\q1source\WinQuake\gas2masm\Debug\TMP0000028961992.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\gas2masm.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\gas2masm.exe.embed.manifest.res" c:\dev\src\q1source\WinQuake\gas2masm\Debug\TMP0000028961992.tmp"
Creating temporary file "c:\dev\src\q1source\WinQuake\gas2masm\Debug\RSP0000038961992.rsp" with contents
[
/OUT:".\Debug/gas2masm.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\gas2masm.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/gas2masm.pdb" /SUBSYSTEM:CONSOLE /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\gas2masm.obj"

".\Debug\gas2masm.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\dev\src\q1source\WinQuake\gas2masm\Debug\RSP0000038961992.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\dev\src\q1source\WinQuake\gas2masm\Debug\RSP0000048961992.rsp" with contents
[
/out:.\debug\gas2masm.exe.embed.manifest /notify_update /manifest

.\debug\gas2masm.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\dev\src\q1source\WinQuake\gas2masm\Debug\RSP0000048961992.rsp /nologo"
Creating temporary file "c:\dev\src\q1source\WinQuake\gas2masm\Debug\BAT0000058961992.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\debug\mt.dep
]
Creating command line "c:\dev\src\q1source\WinQuake\gas2masm\Debug\BAT0000058961992.bat"
Creating temporary file "c:\dev\src\q1source\WinQuake\gas2masm\Debug\TMP0000068961992.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\gas2masm.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\gas2masm.exe.embed.manifest.res" c:\dev\src\q1source\WinQuake\gas2masm\Debug\TMP0000068961992.tmp"
Creating temporary file "c:\dev\src\q1source\WinQuake\gas2masm\Debug\RSP0000078961992.rsp" with contents
[
/OUT:".\Debug/gas2masm.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\gas2masm.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/gas2masm.pdb" /SUBSYSTEM:CONSOLE /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\gas2masm.obj"

".\Debug\gas2masm.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\dev\src\q1source\WinQuake\gas2masm\Debug\RSP0000078961992.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
gas2masm.c
c:\dev\src\q1source\winquake\gas2masm\gas2masm.c(116) : warning C4996: 'strcmpi' was declared deprecated
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(212) : see declaration of 'strcmpi'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strcmpi. See online help for details.'
c:\dev\src\q1source\winquake\gas2masm\gas2masm.c(216) : warning C4996: 'strcpy' was declared deprecated
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        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.'
c:\dev\src\q1source\winquake\gas2masm\gas2masm.c(247) : warning C4996: 'strnicmp' was declared deprecated
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(215) : see declaration of 'strnicmp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.'
c:\dev\src\q1source\winquake\gas2masm\gas2masm.c(249) : warning C4996: 'strcpy' was declared deprecated
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        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.'
c:\dev\src\q1source\winquake\gas2masm\gas2masm.c(550) : warning C4996: 'strcmpi' was declared deprecated
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(212) : see declaration of 'strcmpi'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strcmpi. See online help for details.'
c:\dev\src\q1source\winquake\gas2masm\gas2masm.c(928) : warning C4996: 'strcmpi' was declared deprecated
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(212) : see declaration of 'strcmpi'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strcmpi. See online help for details.'
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\dev\src\q1source\WinQuake\gas2masm\Debug\BuildLog.htm"
gas2masm - 0 error(s), 6 warning(s)