glview.plg

来自「OpeNGL超级宝典源代码. OpeNGL超级宝典源代码.」· PLG 代码 · 共 54 行

PLG
54
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: GLView - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Release/GLView.res" /d "NDEBUG" "G:\Sample Programs\Windows\Chapter 13\GLView\GLView.rc"" 
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP2A9.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/GLView.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"G:\Sample Programs\Windows\Chapter 13\GLView\GLView.cpp"
"G:\Sample Programs\Windows\Chapter 13\GLView\GLViewDlg.cpp"
"G:\Sample Programs\Windows\Chapter 13\GLView\GLWindow.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP2A9.tmp" 
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP2AA.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/GLView.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"G:\Sample Programs\Windows\Chapter 13\GLView\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP2AA.tmp" 
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP2AB.tmp" with contents
[
opengl32.lib glu32.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/GLView.pdb" /machine:I386 /out:"Release/GLView.exe" 
".\Release\GLView.obj"
".\Release\GLViewDlg.obj"
".\Release\GLWindow.obj"
".\Release\StdAfx.obj"
".\Release\GLView.res"
]
Creating command line "link.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP2AB.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
GLView.cpp
GLViewDlg.cpp
GLWindow.cpp
Generating Code...
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF



<h3>Results</h3>
GLView.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?