mysys.plg

来自「这是个简单的数据库MySQL的ODBC接口源码例子!希望可以喝大家一起分享!!」· PLG 代码 · 共 40 行

PLG
40
字号
--------------------Configuration: mysys - Win32 Debug--------------------
Begining build with project "C:\my\myodbc\mysys\mysys.dsp", at root.
Active configuration is Win32 (x86) Static Library (based on Win32 (x86) Static Library)

Project's tools are:
			"32-bit C/C++ Compiler for 80x86" with flags "/nologo /G5 /MT /W3 /GX /Z7 /Od /Gf /I "..\include" /D "THREAD" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "ENGLISH" /D "SAFEMALLOC" /FR".\Debug/" /Fp".\Debug/mysys.pch" /YX /Fo".\Debug/" /Fd".\Debug/" /FD /c "
			"Browser Database Maker" with flags "/nologo /o".\Debug/mysys.bsc" "
			"Library Manager" with flags "/nologo /out:".\Debug\mysys.lib" "
			"Custom Build" with flags ""
			"<Component 0xa>" with flags ""

Creating temp file "C:\TMP\RSPD213.TMP" with contents </nologo /G5 /MT /W3 /GX /Z7 /Od /Gf /I "..\include" /D "THREAD" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "ENGLISH" /D "SAFEMALLOC" /FR".\Debug/" /Fp".\Debug/mysys.pch" /YX /Fo".\Debug/" /Fd".\Debug/" /FD /c 
"C:\my\myodbc\mysys\my_pthread.c"
>
Creating command line "cl.exe @C:\TMP\RSPD213.TMP" 
Creating temp file "C:\TMP\RSPD214.TMP" with contents </nologo /out:".\Debug\mysys.lib" 
.\Debug\array.obj
.\Debug\errors.obj
.\Debug\list.obj
.\Debug\mf_casecnv.obj
.\Debug\mulalloc.obj
.\Debug\my_alloc.obj
.\Debug\my_error.obj
.\Debug\my_init.obj
.\Debug\my_malloc.obj
.\Debug\my_messnc.obj
.\Debug\my_realloc.obj
.\Debug\my_static.obj
.\Debug\mysys.obj
.\Debug\safemalloc.obj
.\Debug\my_pthread.obj>
Creating command line "link.exe -lib @C:\TMP\RSPD214.TMP" 
Compiling...
my_pthread.c
Creating library...



mysys.lib - 0 error(s), 0 warning(s)

⌨️ 快捷键说明

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