BOIDS.DSP
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:4k
源码类别:

Windows编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="boids" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) External Target" 0x0106
  5. CFG=boids - 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 "boids.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 "boids.mak" CFG="boids - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "boids - Win32 Release" (based on "Win32 (x86) External Target")
  19. !MESSAGE "boids - Win32 Debug" (based on "Win32 (x86) External Target")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. !IF  "$(CFG)" == "boids - Win32 Release"
  26. # PROP BASE Use_Debug_Libraries 0
  27. # PROP BASE Output_Dir "release"
  28. # PROP BASE Intermediate_Dir "Release"
  29. # PROP BASE Cmd_Line "NMAKE /f makefile"
  30. # PROP BASE Rebuild_Opt "/a"
  31. # PROP BASE Target_File "makefile.exe"
  32. # PROP BASE Bsc_Name "makefile.bsc"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "release"
  36. # PROP Intermediate_Dir "Release"
  37. # PROP Cmd_Line "NMAKE /f makefile"
  38. # PROP Rebuild_Opt "/a"
  39. # PROP Target_File "releaseboids.exe"
  40. # PROP Bsc_Name "boids.bsc"
  41. # PROP Target_Dir ""
  42. !ELSEIF  "$(CFG)" == "boids - Win32 Debug"
  43. # PROP BASE Use_Debug_Libraries 1
  44. # PROP BASE Output_Dir "debug"
  45. # PROP BASE Intermediate_Dir "Debug"
  46. # PROP BASE Cmd_Line "NMAKE /f makefile"
  47. # PROP BASE Rebuild_Opt "/a"
  48. # PROP BASE Target_File "makefile.exe"
  49. # PROP BASE Bsc_Name "makefile.bsc"
  50. # PROP BASE Target_Dir ""
  51. # PROP Use_Debug_Libraries 1
  52. # PROP Output_Dir "debug"
  53. # PROP Intermediate_Dir "Debug"
  54. # PROP Cmd_Line "NMAKE /f makefile"
  55. # PROP Rebuild_Opt "/a"
  56. # PROP Target_File "debugboids.exe"
  57. # PROP Bsc_Name "boids.bsc"
  58. # PROP Target_Dir ""
  59. !ENDIF 
  60. # Begin Target
  61. # Name "boids - Win32 Release"
  62. # Name "boids - Win32 Debug"
  63. !IF  "$(CFG)" == "boids - Win32 Release"
  64. !ELSEIF  "$(CFG)" == "boids - Win32 Debug"
  65. !ENDIF 
  66. # Begin Source File
  67. SOURCE=.MAKEFILE
  68. # End Source File
  69. # Begin Group "Source Files" 
  70. # Begin Source File
  71. SOURCE=.BOIDS.CPP
  72. # End Source File
  73. # Begin Source File
  74. SOURCE=.D3DTEX.CPP
  75. # End Source File
  76. # Begin Source File
  77. SOURCE=.D3DUTILS.CPP
  78. # End Source File
  79. # Begin Source File
  80. SOURCE=.D3DWIN.CPP
  81. # End Source File
  82. # Begin Source File
  83. SOURCE=.DEBUG.CPP
  84. # End Source File
  85. # Begin Source File
  86. SOURCE=.DRVMGR.CPP
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.FLOCK.CPP
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.GETDXVER.CPP
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=.WINMAIN.CPP
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.WINPROC.CPP
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.BOIDS2.DEF
  102. # End Source File
  103. # End Group 
  104. # Begin Group "Header Files" 
  105. # Begin Source File
  106. SOURCE=.BOIDS.H
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.COMMON.H
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.D3DSCENE.H
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.D3DTEX.H
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.D3DUTILS.H
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.D3DWIN.H
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.DEBUG.H
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.DRVMGR.H
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.RESOURCE.H
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.WINMAIN.H
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.WINPROC.H
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.D3DUTILS.INL
  140. # End Source File
  141. # End Group 
  142. # Begin Group "Resource Files" 
  143. # Begin Source File
  144. SOURCE=.BOIDS2.RC
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.DX5.BMP
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.D3D.ICO
  151. # End Source File
  152. # End Group 
  153. # End Target
  154. # End Project