comp_err.dsp
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:3k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="comp_err" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=comp_err - Win32 Release
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "comp_err.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "comp_err.mak" CFG="comp_err - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "comp_err - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE
  20. # Begin Project
  21. # PROP AllowPerConfigDependencies 0
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=xicl6.exe
  25. RSC=rc.exe
  26. # PROP BASE Use_MFC 0
  27. # PROP BASE Use_Debug_Libraries 0
  28. # PROP BASE Output_Dir "Release"
  29. # PROP BASE Intermediate_Dir "Release"
  30. # PROP BASE Target_Dir ""
  31. # PROP Use_MFC 0
  32. # PROP Use_Debug_Libraries 0
  33. # PROP Output_Dir "release"
  34. # PROP Intermediate_Dir "release"
  35. # PROP Ignore_Export_Lib 0
  36. # PROP Target_Dir ""
  37. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  38. # ADD CPP /nologo /G6 /W3 /GX /O2 /I "..include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCSN" /D "DBUG_OFF" /D "_WINDOWS" /D "__WIN__" /D "_MT" /YX /FD /c
  39. # SUBTRACT CPP /WX /Fr
  40. # ADD BASE RSC /l 0x416 /d "NDEBUG"
  41. # ADD RSC /l 0x416 /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LINK32=xilink6.exe
  46. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  47. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..lib_releasemysys.lib wsock32.lib ..lib_releasestrings.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"LIBC.lib" /out:"../client_release/comp-err.exe"
  48. # Begin Target
  49. # Name "comp_err - Win32 Release"
  50. # Begin Source File
  51. SOURCE=..extracomp_err.c
  52. # End Source File
  53. # End Target
  54. # End Project