CMakeSetup.dsp 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. # Microsoft Developer Studio Project File - Name="CMakeSetup" - 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=CMakeSetup - 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 "CMakeSetup.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 "CMakeSetup.mak" CFG="CMakeSetup - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "CMakeSetup - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "CMakeSetup - 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)" == "CMakeSetup - Win32 Release"
  29. # PROP BASE Use_MFC 6
  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 6
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir ".."
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  40. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FD /c
  41. # SUBTRACT CPP /YX /Yc /Yu
  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" /d "_AFXDLL"
  45. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  51. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  52. !ELSEIF "$(CFG)" == "CMakeSetup - Win32 Debug"
  53. # PROP BASE Use_MFC 6
  54. # PROP BASE Use_Debug_Libraries 1
  55. # PROP BASE Output_Dir "Debug"
  56. # PROP BASE Intermediate_Dir "Debug"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 6
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir ".."
  61. # PROP Intermediate_Dir "Debug"
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  64. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FD /GZ /c
  65. # SUBTRACT CPP /YX /Yc /Yu
  66. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  67. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  68. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  69. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  70. BSC32=bscmake.exe
  71. # ADD BASE BSC32 /nologo
  72. # ADD BSC32 /nologo
  73. LINK32=link.exe
  74. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  75. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  76. !ENDIF
  77. # Begin Target
  78. # Name "CMakeSetup - Win32 Release"
  79. # Name "CMakeSetup - Win32 Debug"
  80. # Begin Group "Source Files"
  81. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  82. # Begin Source File
  83. SOURCE=..\cmAbstractFilesCommand.cxx
  84. # End Source File
  85. # Begin Source File
  86. SOURCE=..\cmAddTargetCommand.cxx
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.\CMakeSetup.cpp
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.\CMakeSetup.rc
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=..\CMakeSetupCMD.cxx
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.\CMakeSetupDialog.cpp
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=..\cmAuxSourceDirectoryCommand.cxx
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=..\cmClassFile.cxx
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=..\cmDirectory.cxx
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=..\cmDSPMakefile.cxx
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=..\cmDSWMakefile.cxx
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=..\cmExecutablesCommand.cxx
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=..\cmFindIncludeCommand.cxx
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=..\cmFindLibraryCommand.cxx
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=..\cmFindProgramCommand.cxx
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=..\cmIncludeDirectoryCommand.cxx
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=..\cmLibraryCommand.cxx
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=..\cmLinkDirectoriesCommand.cxx
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=..\cmLinkLibrariesCommand.cxx
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=..\cmMakeDepend.cxx
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=..\cmMakefile.cxx
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=..\cmMakefileGenerator.cxx
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=..\cmMSProjectGenerator.cxx
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=..\cmProjectCommand.cxx
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=..\cmRegularExpression.cxx
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=..\cmSourceFilesRequireCommand.cxx
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=..\cmSourceFilesCommand.cxx
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=..\cmSubdirCommand.cxx
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=..\cmSystemTools.cxx
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=..\cmTestsCommand.cxx
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=..\cmUnixDefinesCommand.cxx
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=..\cmUnixLibrariesCommand.cxx
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=..\cmWin32DefinesCommand.cxx
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=..\cmWin32LibrariesCommand.cxx
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=..\cmWindowsConfigure.cxx
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\StdAfx.cpp
  189. # ADD CPP /Yc"stdafx.h"
  190. # End Source File
  191. # End Group
  192. # Begin Group "Header Files"
  193. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  194. # Begin Source File
  195. SOURCE=..\cmAbstractFilesCommand.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=..\cmAddTargetCommand.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=..\CMakeSetup.h
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\CMakeSetup.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\CMakeSetupDialog.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=..\cmAuxSourceDirectoryCommand.h
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=..\cmClassFile.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=..\cmDirectory.h
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=..\cmDSPBuilder.h
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=..\cmDSPMakefile.h
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=..\cmDSWBuilder.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=..\cmDSWMakefile.h
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=..\cmExecutablesCommand.h
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=..\cmFindIncludeCommand.h
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=..\cmFindLibraryCommand.h
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=..\cmFindProgramCommand.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=..\cmIncludeDirectoryCommand.h
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=..\cmLibraryCommand.h
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=..\cmLinkDirectoriesCommand.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=..\cmLinkLibrariesCommand.h
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=..\cmMakeDepend.h
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=..\cmMakefile.h
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=..\cmMakefile2.h
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=..\cmMakefileGenerator.h
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=..\cmMSProjectGenerator.h
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=..\cmProjectCommand.h
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=..\cmRegularExpression.h
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=..\cmCommandMaker.h
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=..\cmSourceFilesRequireCommand.h
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=..\cmSourceFilesCommand.h
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=..\cmStandardIncludes.h
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=..\cmSubdirCommand.h
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=..\cmSystemTools.h
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=..\cmTestsCommand.h
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=..\cmUnixDefinesCommand.h
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=..\cmUnixLibrariesCommand.h
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=..\cmWin32DefinesCommand.h
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=..\cmWin32LibrariesCommand.h
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=..\cmWindowsConfigure.h
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=.\Resource.h
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=.\StdAfx.h
  316. # End Source File
  317. # End Group
  318. # Begin Group "Resource Files"
  319. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  320. # Begin Source File
  321. SOURCE=.\res\CMakeSetup.ico
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=.\res\CMakeSetupDialog.ico
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=.\res\CMakeSetupDialog.rc2
  328. # End Source File
  329. # End Group
  330. # End Target
  331. # End Project