Build Log
  

Rebuild started: Project: test_app, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\RSP00004A26881952.rsp" with contents
[
/Od /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\Prism.cpp"

".\main.cpp"

".\Input.cpp"

".\Cube.cpp"

".\Camera.cpp"
]
Creating command line "cl.exe @"d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\RSP00004A26881952.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\TMP00004B26881952.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\test_app.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\test_app.exe.embed.manifest.res" "d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\TMP00004B26881952.tmp""
Creating temporary file "d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\RSP00004C26881952.rsp" with contents
[
/OUT:"Debug\test_app.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\test_app.exe.intermediate.manifest" /DEBUG /PDB:"d:\prog\[graphics]\rte_example\test_app\debug\test_app.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib user32.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 "..\rte\debug\csl.lib"

".\debug\Camera.obj"

".\debug\Cube.obj"

".\debug\Input.obj"

".\debug\main.obj"

".\debug\Prism.obj"

".\Debug\test_app.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\RSP00004C26881952.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\RSP00004D26881952.rsp" with contents
[
/out:".\debug\test_app.exe.embed.manifest" /notify_update /manifest

".\debug\test_app.exe.intermediate.manifest"
]
Creating command line "mt.exe @"d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\RSP00004D26881952.rsp" /nologo"
Creating temporary file "d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\BAT00004E26881952.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\debug\mt.dep"
]
Creating command line """d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\BAT00004E26881952.bat"""
Creating temporary file "d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\TMP00004F26881952.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\test_app.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\test_app.exe.embed.manifest.res" "d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\TMP00004F26881952.tmp""
Creating temporary file "d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\RSP00005026881952.rsp" with contents
[
/OUT:"Debug\test_app.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\test_app.exe.intermediate.manifest" /DEBUG /PDB:"d:\prog\[graphics]\rte_example\test_app\debug\test_app.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib user32.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 "..\rte\debug\csl.lib"

".\debug\Camera.obj"

".\debug\Cube.obj"

".\debug\Input.obj"

".\debug\main.obj"

".\debug\Prism.obj"

".\Debug\test_app.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\RSP00005026881952.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
Camera.cpp
Cube.cpp
Input.cpp
main.cpp
d:\prog\[graphics]\rte_example\rte\ray_tracer.h(31) : warning C4251: 'Ray_Tracer::RT_Core::mRaysTransfrom' : class 'MGML_MATH::MATRIX' needs to have dll-interface to be used by clients of class 'Ray_Tracer::RT_Core'
        with
        [
            n=4,
            m=4,
            T=float
        ]
d:\prog\[graphics]\rte_example\rte\opengl_render.h(79) : warning C4251: 'OpenGL_Render::all_scene_list' : struct 'OpenGL_Render::GL_List' needs to have dll-interface to be used by clients of class 'OpenGL_Render'
        d:\prog\[graphics]\rte_example\rte\opengl_render.h(46) : see declaration of 'OpenGL_Render::GL_List'
Prism.cpp
Generating Code...
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://d:\PROG\[Graphics]\RTE_EXAMPLE\test_app\Debug\BuildLog.htm"
test_app - 0 error(s), 2 warning(s)