glut32.dsp
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:8k
源码类别:

GIS编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="glut32" - 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=glut32 - 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 "glut32.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 "glut32.mak" CFG="glut32 - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "glut32 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "glut32 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "glut32 - Win32 Release"
  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 /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLUT32_EXPORTS" /YX /FD /c
  41. # ADD CPP /nologo /MT /W3 /GX /O2 /I "....include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLUT32_EXPORTS" /U "GLUT_USE_SGI_OPENGL" /YX /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"
  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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib glu32.lib opengl32.lib /nologo /dll /machine:I386 /nodefaultlib:"glut32.lib"
  52. # Begin Special Build Tool
  53. TargetDir=.Release
  54. SOURCE="$(InputPath)"
  55. PostBuild_Desc=Copying libraries, headers & dll's...
  56. PostBuild_Cmds=copy $(TARGETDIR)glut32.dll %WINDIR%SYSTEM copy $(TARGETDIR)glut32.lib "$(MSDevDir)....VC98lib" copy ....includeGLglut.h "$(MSDevDir)....VC98includeGL"
  57. # End Special Build Tool
  58. !ELSEIF  "$(CFG)" == "glut32 - Win32 Debug"
  59. # PROP BASE Use_MFC 0
  60. # PROP BASE Use_Debug_Libraries 1
  61. # PROP BASE Output_Dir "Debug"
  62. # PROP BASE Intermediate_Dir "Debug"
  63. # PROP BASE Target_Dir ""
  64. # PROP Use_MFC 0
  65. # PROP Use_Debug_Libraries 1
  66. # PROP Output_Dir "Debug"
  67. # PROP Intermediate_Dir "Debug"
  68. # PROP Ignore_Export_Lib 0
  69. # PROP Target_Dir ""
  70. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLUT32_EXPORTS" /YX /FD /GZ /c
  71. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "....include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLUT32_EXPORTS" /YX /FD /GZ /c
  72. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  73. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  74. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  75. # ADD RSC /l 0x409 /d "_DEBUG"
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. LINK32=link.exe
  80. # 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
  81. # ADD 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 winmm.lib glu32.lib opengl32.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"glut32.lib" /pdbtype:sept
  82. # Begin Special Build Tool
  83. TargetDir=.Debug
  84. SOURCE="$(InputPath)"
  85. PostBuild_Desc=Copying libraries, headers & dll's...
  86. PostBuild_Cmds=copy $(TARGETDIR)glut32.dll %WINDIR%SYSTEM32 copy $(TARGETDIR)glut32.lib "$(MSDevDir)....VC98lib" copy ....includeGLglut.h "$(MSDevDir)....VC98includeGL"
  87. # End Special Build Tool
  88. !ENDIF 
  89. # Begin Target
  90. # Name "glut32 - Win32 Release"
  91. # Name "glut32 - Win32 Debug"
  92. # Begin Source File
  93. SOURCE=.glut.def
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=....includeGlglut.h
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.glut.ico
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.glut.rc
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.glut_8x13.c
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.glut_9x15.c
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.glut_bitmap.c
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.glut_bwidth.c
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.glut_cindex.c
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.glut_cmap.c
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.glut_cursor.c
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.glut_dials.c
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.glut_dstr.c
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.glut_event.c
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.glut_ext.c
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.glut_fcb.c
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.glut_fullscrn.c
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.glut_gamemode.c
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.glut_get.c
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.glut_glxext.c
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.glut_hel10.c
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.glut_hel12.c
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.glut_hel18.c
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.glut_init.c
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.glut_input.c
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.glut_joy.c
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.glut_key.c
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.glut_keyctrl.c
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.glut_keyup.c
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.glut_mesa.c
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.glut_modifier.c
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.glut_mroman.c
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.glut_overlay.c
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.glut_roman.c
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.glut_shapes.c
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.glut_space.c
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.glut_stroke.c
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.glut_swap.c
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.glut_swidth.c
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.glut_tablet.c
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.glut_teapot.c
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.glut_tr10.c
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.glut_tr24.c
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.glut_util.c
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.glut_vidresize.c
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.glut_warp.c
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.glut_win.c
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.glut_winmisc.c
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.glutbitmap.h
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.includeGlglutf90.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.glutint.h
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.glutstroke.h
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.glutwin32.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE="....README-win32.txt"
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.stroke.h
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.win32_glx.c
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.win32_glx.h
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.win32_menu.c
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.win32_util.c
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.win32_winproc.c
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.win32_x11.c
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.win32_x11.h
  277. # End Source File
  278. # End Target
  279. # End Project