drawlist.plg

来自「在VC中使用coollistview类」· PLG 代码 · 共 31 行

PLG
31
字号
--------------------Configuration: DrawList - Win32 Release--------------------
Begining build with project "D:\CPLUS\DrawList\DrawList.dsp", at root.
Active configuration is Win32 (x86) Application (based on Win32 (x86) Application)

Project's tools are:
			"32-bit C/C++ Compiler for 80x86" with flags "/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/DrawList.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c "
			"OLE Type Library Maker" with flags "/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 "
			"Win32 Resource Compiler" with flags "/l 0x409 /fo"Release/DrawList.res" /d "NDEBUG" /d "_AFXDLL" "
			"Browser Database Maker" with flags "/nologo /o"Release/DrawList.bsc" "
			"COFF Linker for 80x86" with flags "/nologo /subsystem:windows /incremental:no /pdb:"Release/DrawList.pdb" /machine:I386 /out:"Release/DrawList.exe" "
			"Custom Build" with flags ""
			"<Component 0xa>" with flags ""

Creating temp file "C:\TEMP\RSP14.tmp" with contents </nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/DrawList.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\CPLUS\DrawList\CoolListBox.cpp"
"D:\CPLUS\DrawList\DrawList.cpp"
"D:\CPLUS\DrawList\DrawListDlg.cpp"
>
Creating command line "cl.exe @C:\TEMP\RSP14.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/DrawList.pdb" /machine:I386 /out:"Release/DrawList.exe"  .\Release\CoolListBox.obj .\Release\DrawList.obj .\Release\DrawListDlg.obj .\Release\StdAfx.obj .\Release\DrawList.res" 
Compiling...
CoolListBox.cpp
DrawList.cpp
DrawListDlg.cpp
Generating Code...
Linking...



DrawList.exe - 0 error(s), 0 warning(s)

⌨️ 快捷键说明

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