Build Log
  

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

Command Lines
  
Creating temporary file "d:\vcprojects\Skeldal\mapedit\CSpells\Debug\RSP0000154784652.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Zp1 /J /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI /TC ..\..\Libs\Cspells.c
]
Creating command line "cl.exe @d:\vcprojects\Skeldal\mapedit\CSpells\Debug\RSP0000154784652.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\vcprojects\Skeldal\mapedit\CSpells\Debug\RSP0000174784652.rsp" with contents
[
/OUT:"Debug/CSpells.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\CSpells.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"Debug/CSpells.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /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\Cspells.obj"

".\Debug\CSpells.exe.embed.manifest.res"
]
Creating command line "link.exe @d:\vcprojects\Skeldal\mapedit\CSpells\Debug\RSP0000174784652.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\vcprojects\Skeldal\mapedit\CSpells\Debug\RSP00001B4784652.rsp" with contents
[
/out:.\Debug\CSpells.exe.embed.manifest /notify_update /manifest

.\Debug\CSpells.exe.intermediate.manifest
]
Creating command line "mt.exe @d:\vcprojects\Skeldal\mapedit\CSpells\Debug\RSP00001B4784652.rsp /nologo"
Creating temporary file "d:\vcprojects\Skeldal\mapedit\CSpells\Debug\BAT0000214784652.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "d:\vcprojects\Skeldal\mapedit\CSpells\Debug\BAT0000214784652.bat"
Creating temporary file "d:\vcprojects\Skeldal\mapedit\CSpells\Debug\TMP0000224784652.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\CSpells.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\CSpells.exe.embed.manifest.res" d:\vcprojects\Skeldal\mapedit\CSpells\Debug\TMP0000224784652.tmp"
Creating temporary file "d:\vcprojects\Skeldal\mapedit\CSpells\Debug\RSP0000244784652.rsp" with contents
[
/OUT:"Debug/CSpells.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\CSpells.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"Debug/CSpells.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /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\Cspells.obj"

".\Debug\CSpells.exe.embed.manifest.res"
]
Creating command line "link.exe @d:\vcprojects\Skeldal\mapedit\CSpells\Debug\RSP0000244784652.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
#Starting job 0 : "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\cl.exe" @E:\Users\Ondra\AppData\Local\Temp\Par6336.tmp /nologo /errorReport:prompt
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
Cspells.c
d:\vcprojects\skeldal\libs\cspells.c(39) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen'
d:\vcprojects\skeldal\libs\cspells.c(62) : 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'
d:\vcprojects\skeldal\libs\cspells.c(73) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(80) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(81) : 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 (x86)\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
d:\vcprojects\skeldal\libs\cspells.c(85) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(88) : warning C4244: '=' : conversion from '__w64 unsigned int' to 'int', possible loss of data
d:\vcprojects\skeldal\libs\cspells.c(91) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(92) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(93) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(94) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(95) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(96) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(99) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(102) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(256) : see declaration of 'fscanf'
d:\vcprojects\skeldal\libs\cspells.c(114) : warning C4244: 'return' : conversion from '__w64 int' to 'int', possible loss of data
d:\vcprojects\skeldal\libs\cspells.c(119) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
#Finished 0  .. 
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
d:\vcprojects\skeldal\libs\cspells.c(136) : 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'
d:\vcprojects\skeldal\libs\cspells.c(154) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdlib.h(864) : see declaration of 'putenv'
d:\vcprojects\skeldal\libs\cspells.c(156) : 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'
d:\vcprojects\skeldal\libs\cspells.c(157) : warning C4996: 'spawnlp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _spawnlp. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\process.h(218) : see declaration of 'spawnlp'
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://d:\vcprojects\Skeldal\mapedit\CSpells\Debug\BuildLog.htm"
CSpells - 0 error(s), 22 warning(s)