hexview.dsp
上传用户:ycdyang2
上传日期:2007-01-07
资源大小:126k
文件大小:5k
源码类别:

编辑器/阅读器

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="hexview" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=hexview - 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 "hexview.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 "hexview.mak" CFG="hexview - Win32 Release"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "hexview - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "hexview - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=cl.exe
  25. MTL=midl.exe
  26. RSC=rc.exe
  27. !IF  "$(CFG)" == "hexview - Win32 Release"
  28. # PROP BASE Use_MFC 5
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir ".Release"
  31. # PROP BASE Intermediate_Dir ".Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 5
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir ".Release"
  36. # PROP Intermediate_Dir ".Release"
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  39. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  40. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  41. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  42. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  43. # ADD RSC /l 0x409 /d "NDEBUG"
  44. BSC32=bscmake.exe
  45. # ADD BASE BSC32 /nologo
  46. # ADD BSC32 /nologo
  47. LINK32=link.exe
  48. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  49. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  50. !ELSEIF  "$(CFG)" == "hexview - Win32 Debug"
  51. # PROP BASE Use_MFC 5
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir ".Debug"
  54. # PROP BASE Intermediate_Dir ".Debug"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 5
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir ".Debug"
  59. # PROP Intermediate_Dir ".Debug"
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  62. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  63. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  64. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  65. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  66. # ADD RSC /l 0x409 /d "_DEBUG"
  67. BSC32=bscmake.exe
  68. # ADD BASE BSC32 /nologo
  69. # ADD BSC32 /nologo
  70. LINK32=link.exe
  71. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  72. # ADD LINK32 /nologo /subsystem:windows /pdb:none /debug /machine:I386
  73. # SUBTRACT LINK32 /verbose
  74. !ENDIF 
  75. # Begin Target
  76. # Name "hexview - Win32 Release"
  77. # Name "hexview - Win32 Debug"
  78. # Begin Group "Source Files"
  79. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  80. # Begin Source File
  81. SOURCE=.ChildFrm.cpp
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=.GotoDlg.cpp
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.hexview.cpp
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.hlphexview.hpj
  91. !IF  "$(CFG)" == "hexview - Win32 Release"
  92. # Begin Custom Build - Making help file...
  93. OutDir=..Release
  94. ProjDir=.
  95. TargetName=hexview
  96. InputPath=.hlphexview.hpj
  97. "$(OutDir)$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  98. "$(ProjDir)makehelp.bat"
  99. # End Custom Build
  100. !ELSEIF  "$(CFG)" == "hexview - Win32 Debug"
  101. # Begin Custom Build - Making help file...
  102. OutDir=..Debug
  103. ProjDir=.
  104. TargetName=hexview
  105. InputPath=.hlphexview.hpj
  106. "$(OutDir)$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  107. "$(ProjDir)makehelp.bat"
  108. # End Custom Build
  109. !ENDIF 
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.hexview.rc
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.hexviewDoc.cpp
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.hexviewView.cpp
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.MainFrm.cpp
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.ReadMe.txt
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.StdAfx.cpp
  128. # ADD CPP /Yc"stdafx.h"
  129. # End Source File
  130. # End Group
  131. # Begin Group "Header Files"
  132. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  133. # Begin Source File
  134. SOURCE=.ChildFrm.h
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.gotodlg.h
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.hexview.h
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.hexviewDoc.h
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.hexviewView.h
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.MainFrm.h
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.StdAfx.h
  153. # End Source File
  154. # End Group
  155. # Begin Group "Resource Files"
  156. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  157. # Begin Source File
  158. SOURCE=.reshexview.ico
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.reshexview.rc2
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.reshexviewDoc.ico
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.resToolbar.bmp
  168. # End Source File
  169. # End Group
  170. # End Target
  171. # End Project