Build Log
  

Rebuild started: Project: MAME, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\RSP0000168765020.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "MAME_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /GF /FD /EHsc /MT /Zp4 /Gy /Yc"stdafx.h" /Fp".\Release/MAME.pch" /Fo".\Release/" /Fd".\Release/" /FR".\Release\\" /W3 /c /Gz /TP ".\StdAfx.cpp"
]
Creating command line "cl.exe @"c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\RSP0000168765020.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\RSP0000178765020.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "MAME_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /GF /FD /EHsc /MT /Zp4 /Gy /Yu"stdafx.h" /Fp".\Release/MAME.pch" /Fo".\Release/" /Fd".\Release/" /FR".\Release\\" /W3 /c /Gz /TP ".\MAME.cpp"
]
Creating command line "cl.exe @"c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\RSP0000178765020.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\RSP0000188765020.rsp" with contents
[
/OUT:".\Release/MAME32.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\Release\MAME32.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:".\MAME.def" /PDB:".\Release/MAME32.pdb" /DYNAMICBASE:NO /IMPLIB:".\Release/MAME32.lib" /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

".\Release\MAME.obj"

".\Release\StdAfx.obj"
]
Creating command line "link.exe @"c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\RSP0000188765020.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\RSP0000198765020.rsp" with contents
[
/outputresource:".\Release\MAME32.dll;#2" /manifest

".\Release\MAME32.dll.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\RSP0000198765020.rsp" /nologo"
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\BAT00001A8765020.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep"
]
Creating command line """c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\BAT00001A8765020.bat"""
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\RSP00001B8765020.rsp" with contents
[
/o ".\Release/MAME.bsc"

".\Release\StdAfx.sbr"

".\Release\MAME.sbr"
]
Creating command line "bscmake.exe @"c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\RSP00001B8765020.rsp" /nologo"
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\BAT00001C8765020.bat" with contents
[
@echo off

.\Release/!postbuild.bat

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

exit 1

:VCEnd
]
Creating command line """c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\BAT00001C8765020.bat"""
Output Window
  
Compiling...
StdAfx.cpp
Compiling...
MAME.cpp
.\MAME.cpp(316) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\MAME.cpp(353) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(166) : see declaration of 'strtok'
.\MAME.cpp(354) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(166) : see declaration of 'strtok'
.\MAME.cpp(438) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\MAME.cpp(439) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\MAME.cpp(604) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
Linking...
   Creating library .\Release/MAME32.lib and object .\Release/MAME32.exp
Embedding manifest...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
Performing Post-Build Event...
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
Results
  
Build log was saved at "file://c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\Release\BuildLog.htm"
MAME - 0 error(s), 6 warning(s)