Build Log
  

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

Command Lines
  
Creating temporary file "d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\RSP00003038722232.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "INPUT_MODULE_EXPORTS" /D "_WINDLL" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\Src\Input_Exports.cpp

.\Src\DX_Mouse.cpp

.\Src\DX_Keyboard.cpp

.\Src\DX_Joystick.cpp

.\Src\DX_Input_System.cpp

.\Src\DX_Input_Device.cpp
]
Creating command line "cl.exe @d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\RSP00003038722232.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\TMP00003138722232.tmp" with contents
[
2 /* ISOLATIONAWARE_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\Input.dll.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\Input.dll.embed.manifest.res" d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\TMP00003138722232.tmp"
Creating temporary file "d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\RSP00003238722232.rsp" with contents
[
/OUT:"D:\Projects\Games\Game_Engine\Debug\Input.dll" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:"Debug\Input.dll.intermediate.manifest" /DEBUG /PDB:"d:\Projects\Games\Game_Engine\Debug\Input.pdb" /SUBSYSTEM:WINDOWS /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\input_system.lib"

".\Debug\DX_Input_Device.obj"

".\Debug\DX_Input_System.obj"

".\Debug\DX_Joystick.obj"

".\Debug\DX_Keyboard.obj"

".\Debug\DX_Mouse.obj"

".\Debug\Input_Exports.obj"

".\Debug\Input.dll.embed.manifest.res"
]
Creating command line "link.exe @d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\RSP00003238722232.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\RSP00003338722232.rsp" with contents
[
/out:.\Debug\Input.dll.embed.manifest /notify_update /manifest

.\Debug\Input.dll.intermediate.manifest
]
Creating command line "mt.exe @d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\RSP00003338722232.rsp /nologo"
Creating temporary file "d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\BAT00003438722232.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\BAT00003438722232.bat"
Creating temporary file "d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\TMP00003538722232.tmp" with contents
[
2 /* ISOLATIONAWARE_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\Input.dll.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\Input.dll.embed.manifest.res" d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\TMP00003538722232.tmp"
Creating temporary file "d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\RSP00003638722232.rsp" with contents
[
/OUT:"D:\Projects\Games\Game_Engine\Debug\Input.dll" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:"Debug\Input.dll.intermediate.manifest" /DEBUG /PDB:"d:\Projects\Games\Game_Engine\Debug\Input.pdb" /SUBSYSTEM:WINDOWS /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\input_system.lib"

".\Debug\DX_Input_Device.obj"

".\Debug\DX_Input_System.obj"

".\Debug\DX_Joystick.obj"

".\Debug\DX_Keyboard.obj"

".\Debug\DX_Mouse.obj"

".\Debug\Input_Exports.obj"

".\Debug\Input.dll.embed.manifest.res"
]
Creating command line "link.exe @d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\RSP00003638722232.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\BAT00003738722232.bat" with contents
[
@echo off

copy d:\Projects\Games\Game_Engine\Debug\Input.dll D:\Projects\Games\Game_Engine\\Debug_Lib\Input.dll

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "copy d:\Projects\Games\Game_Engine\Debug\Input.dll D:\Projects\Games\Game_Engine\\Debug_Lib\Input.dll"

exit 1

:VCEnd
]
Creating command line "d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\BAT00003738722232.bat"
Output Window
  
Compiling...
DX_Input_Device.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
DX_Input_System.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
DX_Joystick.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
DX_Keyboard.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
DX_Mouse.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Input_Exports.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Generating Code...
Compiling manifest to resources...
Linking...
   Creating library D:\Projects\Games\Game_Engine\Debug\Input.lib and object D:\Projects\Games\Game_Engine\Debug\Input.exp
Embedding manifest...
copy d:\Projects\Games\Game_Engine\Debug\Input.dll D:\Projects\Games\Game_Engine\\Debug_Lib\Input.dll
        1 file(s) copied.
Results
  
Build log was saved at "file://d:\Projects\Games\Game_Engine\Systems\Input_System\Input_Module\Debug\BuildLog.htm"
Input_Module - 0 error(s), 0 warning(s)