From 49b4d6dd9d4d35adc9f02df4010a1a6b33faba63 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 1 Nov 2006 14:44:34 +0000 Subject: git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@12 4f64403b-2f21-0410-a795-97e2b3489a10 --- ping_protocol/pingproto.plg | 80 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 ping_protocol/pingproto.plg (limited to 'ping_protocol/pingproto.plg') diff --git a/ping_protocol/pingproto.plg b/ping_protocol/pingproto.plg new file mode 100644 index 0000000..96ec617 --- /dev/null +++ b/ping_protocol/pingproto.plg @@ -0,0 +1,80 @@ + + +
+

Build Log

+

+--------------------Configuration: pingproto - Win32 Release-------------------- +

+

Command Lines

+Creating temporary file "C:\DOCUME~1\sje\LOCALS~1\Temp\RSP4C.tmp" with contents +[ +/nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PINGPROTO_EXPORTS" /D "_WINDLL" /D "_AFXDLL" /Fp"Release/pingproto.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c +"C:\Documents and Settings\sje\My Documents\MyProjects\miranda\plugins\pingproto\options.cpp" +] +Creating command line "cl.exe @C:\DOCUME~1\sje\LOCALS~1\Temp\RSP4C.tmp" +Creating temporary file "C:\DOCUME~1\sje\LOCALS~1\Temp\RSP4D.tmp" with contents +[ +ws2_32.lib wsock32.lib user32.lib gdi32.lib shell32.lib comdlg32.lib /nologo /base:"0x22050000" /dll /incremental:no /pdb:"Release/pingproto.pdb" /machine:I386 /out:"../../bin/release/plugins/pingproto.dll" /implib:"Release/pingproto.lib" +".\Release\icmp.obj" +".\Release\log.obj" +".\Release\menu.obj" +".\Release\options.obj" +".\Release\pinggraph.obj" +".\Release\pinglist.obj" +".\Release\pingproto.obj" +".\Release\pingthread.obj" +".\Release\rawping.obj" +".\Release\StdAfx.obj" +".\Release\utils.obj" +".\Release\pingproto.res" +] +Creating command line "link.exe @C:\DOCUME~1\sje\LOCALS~1\Temp\RSP4D.tmp" +

Output Window

+Compiling... +options.cpp +Linking... + Creating library Release/pingproto.lib and object Release/pingproto.exp + + + +

Results

+pingproto.dll - 0 error(s), 0 warning(s) +

+--------------------Configuration: pingproto - Win32 Debug-------------------- +

+

Command Lines

+Creating temporary file "C:\DOCUME~1\sje\LOCALS~1\Temp\RSP51.tmp" with contents +[ +/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PINGPROTO_EXPORTS" /D "_WINDLL" /D "_AFXDLL" /Fp"Debug/pingproto.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c +"C:\Documents and Settings\sje\My Documents\MyProjects\miranda\plugins\pingproto\options.cpp" +] +Creating command line "cl.exe @C:\DOCUME~1\sje\LOCALS~1\Temp\RSP51.tmp" +Creating temporary file "C:\DOCUME~1\sje\LOCALS~1\Temp\RSP52.tmp" with contents +[ +user32.lib gdi32.lib ws2_32.lib shell32.lib comdlg32.lib /nologo /dll /incremental:yes /pdb:"Debug/pingproto.pdb" /debug /machine:I386 /out:"../../bin/debug/plugins/pingproto.dll" /implib:"Debug/pingproto.lib" /pdbtype:sept +".\Debug\icmp.obj" +".\Debug\log.obj" +".\Debug\menu.obj" +".\Debug\options.obj" +".\Debug\pinggraph.obj" +".\Debug\pinglist.obj" +".\Debug\pingproto.obj" +".\Debug\pingthread.obj" +".\Debug\rawping.obj" +".\Debug\StdAfx.obj" +".\Debug\utils.obj" +".\Debug\pingproto.res" +] +Creating command line "link.exe @C:\DOCUME~1\sje\LOCALS~1\Temp\RSP52.tmp" +

Output Window

+Compiling... +options.cpp +Linking... + + + +

Results

+pingproto.dll - 0 error(s), 0 warning(s) +
+ + -- cgit v1.2.3