Build Log
  

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

Command Lines
  
Creating temporary file "c:\Users\olaf\Documents\Visual Studio\Projects\Debug\RSP00003E39962848.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI /TP ".\ip_connection.c"

".\brick_stepper.c"

".\example_configuration.c"
]
Creating command line "cl.exe @"c:\Users\olaf\Documents\Visual Studio\Projects\Debug\RSP00003E39962848.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\olaf\Documents\Visual Studio\Projects\Debug\TMP00003F39962848.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\test.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\test.exe.embed.manifest.res" "c:\Users\olaf\Documents\Visual Studio\Projects\Debug\TMP00003F39962848.tmp""
Creating temporary file "c:\Users\olaf\Documents\Visual Studio\Projects\Debug\RSP00004039962848.rsp" with contents
[
/OUT:"Debug\test.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\test.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\olaf\Documents\Visual Studio\Projects\Debug\test.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 ws2_32.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

".\Debug\example_configuration.obj"

".\Debug\brick_stepper.obj"

".\Debug\ip_connection.obj"

".\Debug\test.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\olaf\Documents\Visual Studio\Projects\Debug\RSP00004039962848.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\olaf\Documents\Visual Studio\Projects\Debug\RSP00004139962848.rsp" with contents
[
/out:".\Debug\test.exe.embed.manifest" /notify_update /manifest

".\Debug\test.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\olaf\Documents\Visual Studio\Projects\Debug\RSP00004139962848.rsp" /nologo"
Creating temporary file "c:\Users\olaf\Documents\Visual Studio\Projects\Debug\BAT00004239962848.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Users\olaf\Documents\Visual Studio\Projects\Debug\BAT00004239962848.bat"""
Creating temporary file "c:\Users\olaf\Documents\Visual Studio\Projects\Debug\TMP00004339962848.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\test.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\test.exe.embed.manifest.res" "c:\Users\olaf\Documents\Visual Studio\Projects\Debug\TMP00004339962848.tmp""
Creating temporary file "c:\Users\olaf\Documents\Visual Studio\Projects\Debug\RSP00004439962848.rsp" with contents
[
/OUT:"Debug\test.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\test.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\olaf\Documents\Visual Studio\Projects\Debug\test.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 ws2_32.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

".\Debug\example_configuration.obj"

".\Debug\brick_stepper.obj"

".\Debug\ip_connection.obj"

".\Debug\test.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\olaf\Documents\Visual Studio\Projects\Debug\RSP00004439962848.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
example_configuration.c
brick_stepper.c
c:\users\olaf\documents\visual studio\projects\brick_stepper.c(1104) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
ip_connection.c
c:\users\olaf\documents\visual studio\projects\ip_connection.c(318) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Results
  
Build log was saved at "file://c:\Users\olaf\Documents\Visual Studio\Projects\Debug\BuildLog.htm"
test - 0 error(s), 3 warning(s)