home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Issue 2 / Freelog_HS_3_Setp_Oct_Nov_2000_CD2.mdx / Arcade / Orbit / src / orbit.dsp < prev    next >
Text File  |  1999-09-18  |  5KB  |  199 lines

  1. # Microsoft Developer Studio Project File - Name="orbit" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  6.  
  7. CFG=orbit - WIN32 RELEASE
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "orbit.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "orbit.mak" CFG="orbit - WIN32 RELEASE"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "orbit - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE 
  22.  
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. RSC=rc.exe
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /W3 /GX /O2 /I "\mesa\Mesa-3.0\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  41. # ADD CPP /nologo /G5 /MD /W3 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__MSC__" /D "__WIN32__" /D "WINDOWS_NT" /D "NO_PARALLEL" /D "NO_STEREO" /D "FX" /FD /c
  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 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
  49. # ADD LINK32 winmm.lib GLUT32.lib GLU32.lib OpenGL32.lib msvcrt.lib kernel32.lib user32.lib gdi32.lib oldnames.lib dsound.lib wsock32.lib /nologo /subsystem:console /pdb:none /map /machine:I386 /nodefaultlib /out:"..\orbit.exe" /libpath:"\mesa\Mesa-3.0\lib"
  50. # Begin Target
  51.  
  52. # Name "orbit - Win32 Release"
  53. # Begin Group "Source Files"
  54.  
  55. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  56. # Begin Source File
  57.  
  58. SOURCE=.\ac3d.c
  59. # End Source File
  60. # Begin Source File
  61.  
  62. SOURCE=.\boom.c
  63. # End Source File
  64. # Begin Source File
  65.  
  66. SOURCE=.\client.c
  67. # End Source File
  68. # Begin Source File
  69.  
  70. SOURCE=.\console.c
  71. # End Source File
  72. # Begin Source File
  73.  
  74. SOURCE=.\event.c
  75. # End Source File
  76. # Begin Source File
  77.  
  78. SOURCE=.\hud.c
  79. # End Source File
  80. # Begin Source File
  81.  
  82. SOURCE=.\joystick.c
  83. # End Source File
  84. # Begin Source File
  85.  
  86. SOURCE=.\keyboard.c
  87. # End Source File
  88. # Begin Source File
  89.  
  90. SOURCE=.\lights.c
  91. # End Source File
  92. # Begin Source File
  93.  
  94. SOURCE=.\log.c
  95. # End Source File
  96. # Begin Source File
  97.  
  98. SOURCE=.\missile.c
  99. # End Source File
  100. # Begin Source File
  101.  
  102. SOURCE=.\mission.c
  103. # End Source File
  104. # Begin Source File
  105.  
  106. SOURCE=.\model.c
  107. # End Source File
  108. # Begin Source File
  109.  
  110. SOURCE=.\mouse.c
  111. # End Source File
  112. # Begin Source File
  113.  
  114. SOURCE=.\network.c
  115. # End Source File
  116. # Begin Source File
  117.  
  118. SOURCE=.\orbit.c
  119. # End Source File
  120. # Begin Source File
  121.  
  122. SOURCE=.\planet.c
  123. # End Source File
  124. # Begin Source File
  125.  
  126. SOURCE=.\player.c
  127. # End Source File
  128. # Begin Source File
  129.  
  130. SOURCE=.\prefs.c
  131. # End Source File
  132. # Begin Source File
  133.  
  134. SOURCE=.\rings.c
  135. # End Source File
  136. # Begin Source File
  137.  
  138. SOURCE=.\save.c
  139. # End Source File
  140. # Begin Source File
  141.  
  142. SOURCE=.\screenshot.c
  143. # End Source File
  144. # Begin Source File
  145.  
  146. SOURCE=.\server.c
  147. # End Source File
  148. # Begin Source File
  149.  
  150. SOURCE=.\sound.c
  151. # End Source File
  152. # Begin Source File
  153.  
  154. SOURCE=.\stars.c
  155. # End Source File
  156. # Begin Source File
  157.  
  158. SOURCE=.\target.c
  159. # End Source File
  160. # Begin Source File
  161.  
  162. SOURCE=.\think.c
  163. # End Source File
  164. # Begin Source File
  165.  
  166. SOURCE=.\timer.c
  167. # End Source File
  168. # Begin Source File
  169.  
  170. SOURCE=.\util.c
  171. # End Source File
  172. # Begin Source File
  173.  
  174. SOURCE=.\waypoint.c
  175. # End Source File
  176. # Begin Source File
  177.  
  178. SOURCE=.\weapon.c
  179. # End Source File
  180. # End Group
  181. # Begin Group "Header Files"
  182.  
  183. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  184. # Begin Source File
  185.  
  186. SOURCE=.\orbit.h
  187. # End Source File
  188. # Begin Source File
  189.  
  190. SOURCE=.\stars.h
  191. # End Source File
  192. # End Group
  193. # Begin Group "Resource Files"
  194.  
  195. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  196. # End Group
  197. # End Target
  198. # End Project
  199.