Build Log
--------------------Configuration: helloworld - Win32 Debug--------------------
Command Lines
Creating temporary file "c:\windows\TEMP\RSP2110.TMP" with contents [ /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/helloworld.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c "U:\helloworld\main.cpp" ] Creating command line "cl.exe @c:\windows\TEMP\RSP2110.TMP" Creating temporary file "c:\windows\TEMP\RSP2111.TMP" with contents [ ddraw.lib dinput.lib dsound.lib dxguid.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 /nologo /subsystem:windows /incremental:yes /pdb:"Debug/helloworld.pdb" /debug /machine:I386 /out:"Debug/helloworld.exe" /pdbtype:sept .\Debug\main.obj .\Debug\MasterX.obj ] Creating command line "link.exe @c:\windows\TEMP\RSP2111.TMP"Output Window
Compiling... main.cpp Linking...Results
helloworld.exe - 0 error(s), 0 warning(s)