uconvert.plg
上传用户:shijixite
上传日期:2007-01-03
资源大小:108k
文件大小:1k
源码类别:

输入法编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: uconvert - Win32 Debug--------------------
  7. </h3>
  8. Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
  9. Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
  10.  cl -Z7 -Od -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32  -D_WIN32 uconvert.c
  11. uconvert.c
  12.  cl -Z7 -Od -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32  -D_WIN32 install.c
  13. install.c
  14.  cl -Z7 -Od -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32  -D_WIN32 dialogs.c
  15. dialogs.c
  16.  link -debug:full -debugtype:cv /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:windows,4.0 -out:uconvert.exe  uconvert.obj install.obj dialogs.obj uconvert.res libc.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib advapi32.lib shell32.lib
  17. <h3>Results</h3>
  18. uconvert.exe - 0 error(s), 0 warning(s)
  19. </pre>
  20. </body>
  21. </html>