myodbc.dsp
上传用户:jmzj888
上传日期:2007-01-02
资源大小:220k
文件大小:4k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="mysql" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=mysql - 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 "myodbc.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 "myodbc.mak" CFG="mysql - Win32 Release"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "mysql - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "mysql - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=cl.exe
  25. !IF  "$(CFG)" == "mysql - Win32 Release"
  26. # PROP BASE Use_MFC 0
  27. # PROP BASE Use_Debug_Libraries 0
  28. # PROP BASE Output_Dir ".mysqlRelease"
  29. # PROP BASE Intermediate_Dir ".mysqlRelease"
  30. # PROP BASE Target_Dir ".mysql"
  31. # PROP Use_MFC 0
  32. # PROP Use_Debug_Libraries 0
  33. # PROP Output_Dir ".libRelease"
  34. # PROP Intermediate_Dir ".libRelease"
  35. # PROP Target_Dir ".mysql"
  36. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  37. # ADD CPP /nologo /G5 /MT /W3 /GX /O2 /I ".include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "ENGLISH" /D "DBUG_OFF" /YX /FD /c
  38. BSC32=bscmake.exe
  39. # ADD BASE BSC32 /nologo
  40. # ADD BSC32 /nologo
  41. LIB32=link.exe -lib
  42. # ADD BASE LIB32 /nologo
  43. # ADD LIB32 /nologo
  44. !ELSEIF  "$(CFG)" == "mysql - Win32 Debug"
  45. # PROP BASE Use_MFC 0
  46. # PROP BASE Use_Debug_Libraries 1
  47. # PROP BASE Output_Dir ".mysqlDebug"
  48. # PROP BASE Intermediate_Dir ".mysqlDebug"
  49. # PROP BASE Target_Dir ".mysql"
  50. # PROP Use_MFC 0
  51. # PROP Use_Debug_Libraries 1
  52. # PROP Output_Dir ".libDebug"
  53. # PROP Intermediate_Dir ".libDebug"
  54. # PROP Target_Dir ".mysql"
  55. # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  56. # ADD CPP /nologo /G5 /MT /W3 /GX /Z7 /Od /Gf /I ".include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "SAFEMALLOC" /D "ENGLISH" /FR /YX /FD /c
  57. BSC32=bscmake.exe
  58. # ADD BASE BSC32 /nologo
  59. # ADD BSC32 /nologo
  60. LIB32=link.exe -lib
  61. # ADD BASE LIB32 /nologo
  62. # ADD LIB32 /nologo
  63. !ENDIF 
  64. # Begin Target
  65. # Name "mysql - Win32 Release"
  66. # Name "mysql - Win32 Debug"
  67. # Begin Group "Source Files"
  68. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  69. # Begin Source File
  70. SOURCE=.libErrmsg.c
  71. # End Source File
  72. # Begin Source File
  73. SOURCE=.liberrmsg.h
  74. # End Source File
  75. # Begin Source File
  76. SOURCE=.libLibmysql.c
  77. # End Source File
  78. # Begin Source File
  79. SOURCE=.libNet.c
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=.libpassword.c
  83. # End Source File
  84. # End Group
  85. # Begin Group "Header Files"
  86. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  87. # Begin Source File
  88. SOURCE=.includedbug.h
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.includeglobal.h
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=".includem-pc.h"
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.includem_string.h
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.includemy_pthread.h
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.includemy_sys.h
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.includemysql.h
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=".includes-msdos.h"
  110. # End Source File
  111. # End Group
  112. # Begin Group "Resource Files"
  113. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  114. # End Group
  115. # End Target
  116. # End Project