101 lines
4.2 KiB
Plaintext
101 lines
4.2 KiB
Plaintext
<html>
|
|
<body>
|
|
<pre>
|
|
<h1>Build Log</h1>
|
|
<h3>
|
|
--------------------Configuration: DLL - Win32 Release--------------------
|
|
</h3>
|
|
<h3>Command Lines</h3>
|
|
Creating temporary file "C:\DOCUME~1\RooT\CONFIG~1\Temp\RSP8D.tmp" with contents
|
|
[
|
|
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DLL_EXPORTS" /Fp"Release/DLL.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
|
|
"C:\ROOT\SION\GDLL\DLL\g_blit.c"
|
|
"C:\ROOT\SION\GDLL\DLL\g_main.c"
|
|
"C:\ROOT\SION\GDLL\DLL\main.c"
|
|
]
|
|
Creating command line "cl.exe @C:\DOCUME~1\RooT\CONFIG~1\Temp\RSP8D.tmp"
|
|
Creating temporary file "C:\DOCUME~1\RooT\CONFIG~1\Temp\RSP8E.tmp" with contents
|
|
[
|
|
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 /dll /incremental:no /pdb:"Release/video.pdb" /machine:I386 /def:".\graphics.def" /out:"C:\ROOT\CVS\ediv\bin\dll\video.dll" /implib:"Release/video.lib"
|
|
.\Release\files.obj
|
|
.\Release\g_blit.obj
|
|
.\Release\g_draw.obj
|
|
.\Release\g_flic.obj
|
|
.\Release\g_main.obj
|
|
.\Release\g_maps.obj
|
|
.\Release\g_pal.obj
|
|
.\Release\img_pcx.obj
|
|
.\Release\img_png.obj
|
|
.\Release\main.obj
|
|
.\Release\xctype.obj
|
|
.\Release\adler32.obj
|
|
.\Release\compress.obj
|
|
.\Release\crc32.obj
|
|
.\Release\deflate.obj
|
|
.\Release\gzio.obj
|
|
.\Release\infblock.obj
|
|
.\Release\infcodes.obj
|
|
.\Release\inffast.obj
|
|
.\Release\inflate.obj
|
|
.\Release\inftrees.obj
|
|
.\Release\infutil.obj
|
|
.\Release\trees.obj
|
|
.\Release\uncompr.obj
|
|
.\Release\zutil.obj
|
|
.\Release\png.obj
|
|
.\Release\pngerror.obj
|
|
.\Release\pnggccrd.obj
|
|
.\Release\pngget.obj
|
|
.\Release\pngmem.obj
|
|
.\Release\pngpread.obj
|
|
.\Release\pngread.obj
|
|
.\Release\pngrio.obj
|
|
.\Release\pngrtran.obj
|
|
.\Release\pngrutil.obj
|
|
.\Release\pngset.obj
|
|
.\Release\pngtrans.obj
|
|
.\Release\pngvcrd.obj
|
|
.\Release\pngwio.obj
|
|
.\Release\pngwrite.obj
|
|
.\Release\pngwtran.obj
|
|
.\Release\pngwutil.obj
|
|
.\sdl\lib\SDL.lib
|
|
.\sdl\lib\SDLmain.lib
|
|
]
|
|
Creating command line "link.exe @C:\DOCUME~1\RooT\CONFIG~1\Temp\RSP8E.tmp"
|
|
<h3>Output Window</h3>
|
|
Compiling...
|
|
g_blit.c
|
|
C:\ROOT\SION\GDLL\DLL\g_blit.c(463) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
|
|
C:\ROOT\SION\GDLL\DLL\g_blit.c(485) : warning C4101: 'orig16' : unreferenced local variable
|
|
C:\ROOT\SION\GDLL\DLL\g_blit.c(485) : warning C4101: 'ptr16' : unreferenced local variable
|
|
C:\ROOT\SION\GDLL\DLL\g_blit.c(485) : warning C4101: 'base16' : unreferenced local variable
|
|
C:\ROOT\SION\GDLL\DLL\g_blit.c(474) : warning C4101: 'cx' : unreferenced local variable
|
|
C:\ROOT\SION\GDLL\DLL\g_blit.c(485) : warning C4101: 'c16' : unreferenced local variable
|
|
g_main.c
|
|
C:\ROOT\SION\GDLL\DLL\g_blit.c(681) : warning C4700: local variable 'orig' used without having been initialized
|
|
C:\ROOT\SION\GDLL\DLL\g_main.c(72) : warning C4101: 'lptr' : unreferenced local variable
|
|
C:\ROOT\SION\GDLL\DLL\g_main.c(71) : warning C4101: 'n' : unreferenced local variable
|
|
C:\ROOT\SION\GDLL\DLL\g_main.c(155) : warning C4013: 'free' undefined; assuming extern returning int
|
|
C:\ROOT\SION\GDLL\DLL\g_main.c(336) : warning C4098: 'gr_init' : 'void' function returning a value
|
|
main.c
|
|
C:\ROOT\SION\GDLL\DLL\offsets.h(96) : warning C4005: 'PRIORITY' : macro redefinition
|
|
C:\ROOT\SION\GDLL\DLL\export.h(190) : see previous definition of 'PRIORITY'
|
|
C:\ROOT\SION\GDLL\DLL\main.c(129) : warning C4013: 'gr_blit' undefined; assuming extern returning int
|
|
C:\ROOT\SION\GDLL\DLL\main.c(280) : warning C4013: 'gr_rotated_blit' undefined; assuming extern returning int
|
|
C:\ROOT\SION\GDLL\DLL\main.c(393) : warning C4047: 'initializing' : 'const char *' differs in levels of indirection from 'const int '
|
|
C:\ROOT\SION\GDLL\DLL\main.c(406) : warning C4047: 'function' : 'struct _grlib *' differs in levels of indirection from 'const int '
|
|
C:\ROOT\SION\GDLL\DLL\main.c(406) : warning C4024: 'grlib_unload_map' : different types for formal and actual parameter 1
|
|
C:\ROOT\SION\GDLL\DLL\main.c(79) : warning C4716: 'eDIV_PRINTF' : must return a value
|
|
Linking...
|
|
Creating library Release/video.lib and object Release/video.exp
|
|
video.exp : warning LNK4070: /OUT:graphics.dll directive in .EXP differs from output filename "C:\ROOT\CVS\ediv\bin\dll\video.dll"; ignoring directive
|
|
|
|
|
|
|
|
<h3>Results</h3>
|
|
VIDEO.DLL - 0 error(s), 19 warning(s)
|
|
</pre>
|
|
</body>
|
|
</html>
|