Build Log
--------------------Configuration: demo - Win32 Release--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSP9214.TMP" with contents
[
/nologo /ML /W3 /GX /O2 /D "NDEBUG" /D "__WIN32__" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D M_PI=3.14159265358979323846 /D "__WINDOWS__" /D "HAVE_GETTIMEOFDAY" /Fp"Release/demo.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
/Tp "C:\DevStudio6\Vc98\contrib\gltt-2.5\hsv_to_rgb.C"
/Tp "C:\DevStudio6\Vc98\contrib\gltt-2.5\demo.C"
/Tp "C:\DevStudio6\Vc98\contrib\gltt-2.5\delays.C"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP9214.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSP9215.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 glut32.lib glu32.lib opengl32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/demo.pdb" /machine:I386 /out:"Release/demo.exe"
".\Release\hsv_to_rgb.obj"
".\Release\demo.obj"
".\Release\delays.obj"
"..\..\glut-3.7\glut32.lib"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP9215.TMP"
Output Window
Compiling...
hsv_to_rgb.C
demo.C
delays.C
Linking...
LINK : fatal error LNK1181: cannot open input file "glut32.lib"
Error executing link.exe.
Results
demo.exe - 1 error(s), 0 warning(s)