test.plg

来自「利用MFC在Visual C++中实现Mapinfo数字电子地图的应用。作者:李」· PLG 代码 · 共 58 行

PLG
58
字号
--------------------Configuration: Test - Win32 Release--------------------
Begining build with project "D:\ljs\源程序\Test.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/Test.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 0x804 /fo"Release/Test.res" /d "NDEBUG" /d "_AFXDLL" "
			"Browser Database Maker" with flags "/nologo /o"Release/Test.bsc" "
			"COFF Linker for 80x86" with flags "/nologo /subsystem:windows /incremental:no /pdb:"Release/Test.pdb" /machine:I386 /out:"Release/Test.exe" "
			"Custom Build" with flags ""
			"<Component 0xa>" with flags ""

Creating command line "midl.exe /nologo /D "NDEBUG" /tlb "Release/Test.tlb" /mktyplib203 /o NUL /win32 "D:\ljs\源程序\Test.odl"" 
Creating command line "rc.exe /l 0x804 /fo"Release/Test.res" /i "Release" /d "NDEBUG" /d "_AFXDLL" "D:\ljs\源程序\Test.rc"" 
Creating temp file "C:\WINDOWS\TEMP\RSP8362.TMP" with contents </nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/Test.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\ljs\源程序\MainFrm.cpp"
"D:\ljs\源程序\mapinfow.cpp"
"D:\ljs\源程序\Test.cpp"
"D:\ljs\源程序\TestDoc.cpp"
"D:\ljs\源程序\TestView.cpp"
>
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP8362.TMP" 
Creating temp file "C:\WINDOWS\TEMP\RSP8363.TMP" with contents </nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/Test.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\ljs\源程序\StdAfx.cpp"
>
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP8363.TMP" 
Creating temp file "C:\WINDOWS\TEMP\RSP8364.TMP" with contents </nologo /subsystem:windows /incremental:no /pdb:"Release/Test.pdb" /machine:I386 /out:"Release/Test.exe" 
".\Release\MainFrm.obj"
".\Release\mapinfow.obj"
".\Release\StdAfx.obj"
".\Release\Test.obj"
".\Release\TestDoc.obj"
".\Release\TestView.obj"
".\Release\Test.res">
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP8364.TMP" 
Creating Type Library...
Test.odl
oaidl.idl
objidl.idl
unknwn.idl
wtypes.idl
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
mapinfow.cpp
Test.cpp
TestDoc.cpp
TestView.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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