Build Log
  

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

Command Lines
  
Creating temporary file "d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\RSP0000283420672.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 ".\Camera.cpp"

".\Prism.cpp"

".\main.cpp"

".\Input.cpp"

".\Cube.cpp"
]
Creating command line "cl.exe @"d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\RSP0000283420672.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\TMP0000293420672.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]\CERF_EXAMPLE02\test_app\Debug\TMP0000293420672.tmp""
Creating temporary file "d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\RSP00002A3420672.rsp" with contents
[
/OUT:"D:\PROG\[Graphics]\CERF_EXAMPLE02\Debug\test_app.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\test_app.exe.intermediate.manifest" /DEBUG /PDB:"d:\PROG\[Graphics]\CERF_EXAMPLE02\debug\test_app.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 user32.lib kernel32.lib "..\debug\csl.lib"

".\Debug\Cube.obj"

".\Debug\Input.obj"

".\Debug\main.obj"

".\Debug\Prism.obj"

".\Debug\Camera.obj"

".\Debug\test_app.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\RSP00002A3420672.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\RSP00002B3420672.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]\CERF_EXAMPLE02\test_app\Debug\RSP00002B3420672.rsp" /nologo"
Creating temporary file "d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\BAT00002C3420672.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\BAT00002C3420672.bat"""
Creating temporary file "d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\TMP00002D3420672.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]\CERF_EXAMPLE02\test_app\Debug\TMP00002D3420672.tmp""
Creating temporary file "d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\RSP00002E3420672.rsp" with contents
[
/OUT:"D:\PROG\[Graphics]\CERF_EXAMPLE02\Debug\test_app.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\test_app.exe.intermediate.manifest" /DEBUG /PDB:"d:\PROG\[Graphics]\CERF_EXAMPLE02\debug\test_app.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 user32.lib kernel32.lib "..\debug\csl.lib"

".\Debug\Cube.obj"

".\Debug\Input.obj"

".\Debug\main.obj"

".\Debug\Prism.obj"

".\Debug\Camera.obj"

".\Debug\test_app.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\RSP00002E3420672.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
Cube.cpp
Input.cpp
main.cpp
d:\prog\[graphics]\cerf_example02\gpu_rt\ray_tracer.h(33) : 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]\cerf_example02\gpu_rt\opengl_render.h(80) : 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]\cerf_example02\gpu_rt\opengl_render.h(47) : see declaration of 'OpenGL_Render::GL_List'
d:\prog\[graphics]\cerf_example02\test_app\main.cpp(122) : warning C4258: 'i' : definition from the for loop is ignored; the definition from the enclosing scope is used
        d:\prog\[graphics]\cerf_example02\test_app\main.cpp(115) : definition of 'i' ignored
        d:\prog\[graphics]\cerf_example02\test_app\main.cpp(110) : definition of 'i' used
Prism.cpp
Camera.cpp
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://d:\PROG\[Graphics]\CERF_EXAMPLE02\test_app\Debug\BuildLog.htm"
test_app - 0 error(s), 3 warning(s)