Celestia.dsp
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:9k
源码类别:

OpenGL

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="Celestia" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=Celestia - 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 "Celestia.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 "Celestia.mak" CFG="Celestia - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "Celestia - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "Celestia - Win32 Debug" (based on "Win32 (x86) Application")
  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)" == "Celestia - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Celestia___Win32_Release"
  32. # PROP BASE Intermediate_Dir "Celestia___Win32_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 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
  41. # ADD CPP /nologo /W3 /GX /O2 /I ".." /I "....inclibjpeg" /I "....inclibpng" /I "....inclibz" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D WINVER=0x0400 /D _WIN32_WINNT=0x0400 /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 /subsystem:windows /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 comctl32.lib opengl32.lib glu32.lib Winmm.lib libjpeg.lib libpng1.lib zlib.lib cel_3ds.lib cel_engine.lib cel_math.lib cel_txf.lib cel_util.lib vfw32.lib /nologo /subsystem:windows /machine:I386 /libpath:"." /libpath:"....lib" /libpath:"..cel3dsRelease" /libpath:"..celengineRelease" /libpath:"..celmathRelease" /libpath:"..celtxfRelease" /libpath:"..celutilRelease"
  52. # Begin Special Build Tool
  53. SOURCE="$(InputPath)"
  54. PostBuild_Cmds=copy ReleaseCelestia.exe ....
  55. # End Special Build Tool
  56. !ELSEIF  "$(CFG)" == "Celestia - Win32 Debug"
  57. # PROP BASE Use_MFC 0
  58. # PROP BASE Use_Debug_Libraries 1
  59. # PROP BASE Output_Dir "Celestia___Win32_Debug"
  60. # PROP BASE Intermediate_Dir "Celestia___Win32_Debug"
  61. # PROP BASE Target_Dir ""
  62. # PROP Use_MFC 0
  63. # PROP Use_Debug_Libraries 1
  64. # PROP Output_Dir "Debug"
  65. # PROP Intermediate_Dir "Debug"
  66. # PROP Ignore_Export_Lib 0
  67. # PROP Target_Dir ""
  68. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
  69. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I ".." /I "....inclibjpeg" /I "....inclibpng" /I "....inclibz" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D WINVER=0x0400 /D _WIN32_WINNT=0x0400 /YX /FD /GZ /c
  70. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  71. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  72. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  73. # ADD RSC /l 0x409 /d "_DEBUG"
  74. BSC32=bscmake.exe
  75. # ADD BASE BSC32 /nologo
  76. # ADD BSC32 /nologo
  77. LINK32=link.exe
  78. # 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:windows /debug /machine:I386 /pdbtype:sept
  79. # 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 comctl32.lib opengl32.lib glu32.lib Winmm.lib libjpeg.lib libpng1d.lib zlibd.lib cel_3ds.lib cel_engine.lib cel_math.lib cel_txf.lib cel_util.lib vfw32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept /libpath:"." /libpath:"....lib" /libpath:"..cel3dsDebug" /libpath:"..celengineDebug" /libpath:"..celmathDebug" /libpath:"..celtxfDebug" /libpath:"..celutilDebug"
  80. !ENDIF 
  81. # Begin Target
  82. # Name "Celestia - Win32 Release"
  83. # Name "Celestia - 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=.avicapture.cpp
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.rescelestia.rc
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.celestiacore.cpp
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.configfile.cpp
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.destination.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.eclipsefinder.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.favorites.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.imagecapture.cpp
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.odmenu.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.url.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.winbookmarks.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.wineclipses.cpp
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.wingotodlg.cpp
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.winhyperlinks.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.winlocations.cpp
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.winmain.cpp
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.winssbrowser.cpp
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.winstarbrowser.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.wintourguide.cpp
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.winviewoptsdlg.cpp
  145. # End Source File
  146. # End Group
  147. # Begin Group "Header Files"
  148. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  149. # Begin Source File
  150. SOURCE=.avicapture.h
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.celestiacore.h
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.configfile.h
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.destination.h
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.eclipsefinder.h
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.favorites.h
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.imagecapture.h
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.ODMenu.h
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.resresource.h
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.url.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.winbookmarks.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.wineclipses.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.wingotodlg.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.winhyperlinks.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.winlocations.h
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.winssbrowser.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.winstarbrowser.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.wintourguide.h
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.winviewoptsdlg.h
  205. # End Source File
  206. # End Group
  207. # Begin Group "Resource Files"
  208. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  209. # Begin Source File
  210. SOURCE=.resabout.bmp
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.rescamcorder.bmp
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.rescamcorder2.bmp
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.resCamera.bmp
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.resCelestia.ico
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.resclock2.bmp
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.resClsdfold.ico
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.resClsdfolder.ico
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.resconfig.bmp
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=".rescrosshair-opaque.cur"
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.rescrosshair.cur
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.resexit.bmp
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.resFolderClosed.bmp
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.resfolderclosed2.bmp
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.resFolderOpened.bmp
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.resFolderRoot.bmp
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.resglobe.bmp
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.reslightbulb.bmp
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.resLocation.bmp
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.resLocation.ico
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.resOpenfold.ico
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.resOpenfolder.ico
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.resRootfold.ico
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=.resRootfolder.ico
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=.resscript2.bmp
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=.resstop.bmp
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.ressunglasses.bmp
  289. # End Source File
  290. # End Group
  291. # End Target
  292. # End Project