VisDisplay.dsp
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:5k
开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="VisDisplay" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=VisDisplay - Win32 Debug
  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 "VisDisplay.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 "VisDisplay.mak" CFG="VisDisplay - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "VisDisplay - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "VisDisplay - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. CPP=cl.exe
  24. MTL=midl.exe
  25. RSC=rc.exe
  26. !IF  "$(CFG)" == "VisDisplay - Win32 Release"
  27. # PROP BASE Use_MFC 0
  28. # PROP BASE Use_Debug_Libraries 0
  29. # PROP BASE Output_Dir "Release"
  30. # PROP BASE Intermediate_Dir "Release"
  31. # PROP BASE Target_Dir ""
  32. # PROP Use_MFC 2
  33. # PROP Use_Debug_Libraries 0
  34. # PROP Output_Dir "..Lib"
  35. # PROP Intermediate_Dir "Release"
  36. # PROP Ignore_Export_Lib 0
  37. # PROP Target_Dir ""
  38. LIB32=link.exe -lib
  39. F90=fl32.exe
  40. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "VisDisplay_EXPORTS" /YX /FD /c
  41. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "VIS_DISPLAY_BUILD" /D "_WINDLL" /D "_AFXDLL" /YX"VisDisplayPch.h" /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  45. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # 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 /nologo /dll /machine:I386
  51. # ADD LINK32 /nologo /base:"0x64100000" /dll /pdb:"..bin/VisDisplay.pdb" /machine:I386 /out:"..binVisDisplay.dll"
  52. # SUBTRACT LINK32 /pdb:none /incremental:yes
  53. !ELSEIF  "$(CFG)" == "VisDisplay - Win32 Debug"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug"
  57. # PROP BASE Intermediate_Dir "Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 2
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "..Lib"
  62. # PROP Intermediate_Dir "Debug"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. LIB32=link.exe -lib
  66. F90=fl32.exe
  67. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "VisDisplay_EXPORTS" /YX /FD /GZ /c
  68. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "VIS_DISPLAY_BUILD" /D "_WINDLL" /D "_AFXDLL" /YX"VisDisplayPch.h" /Fd"DebugVisDisplayDB" /FD /GZ /c
  69. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  70. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  71. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  72. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  73. BSC32=bscmake.exe
  74. # ADD BASE BSC32 /nologo
  75. # ADD BSC32 /nologo
  76. LINK32=link.exe
  77. # 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 /nologo /dll /debug /machine:I386 /pdbtype:sept
  78. # ADD LINK32 /nologo /base:"0x64100000" /dll /incremental:no /pdb:"..bin/VisDisplayDB.pdb" /debug /machine:I386 /out:"..binVisDisplayDB.dll"
  79. # SUBTRACT LINK32 /pdb:none
  80. !ENDIF 
  81. # Begin Target
  82. # Name "VisDisplay - Win32 Release"
  83. # Name "VisDisplay - Win32 Debug"
  84. # Begin Group "Source Files"
  85. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  86. # Begin Source File
  87. SOURCE=.VisDisplay.rc
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.VisDisplayDLL.cpp
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.VisDisplayImage.cpp
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.VisPane.cpp
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.VisPaneArray.cpp
  100. # End Source File
  101. # End Group
  102. # Begin Group "Header Files"
  103. # PROP Default_Filter "h;hpp;hxx;hm"
  104. # Begin Group "Inline Header Files"
  105. # PROP Default_Filter "inl"
  106. # Begin Source File
  107. SOURCE=.VisDisplayImage.inl
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.VisPane.inl
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.VisPaneArray.inl
  114. # End Source File
  115. # End Group
  116. # Begin Source File
  117. SOURCE=.resource.h
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=..incVisDisplay.h
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.VisDisplayImage.h
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.VisDisplayPch.h
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.VisDisplayProj.h
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.VisDisplayVersion.h
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.VisPane.h
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.VisPaneArray.h
  139. # End Source File
  140. # End Group
  141. # Begin Group "Resource Files"
  142. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  143. # End Group
  144. # End Target
  145. # End Project