Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

437 lines
9.9 KiB

  1. # Microsoft Developer Studio Project File - Name="bn" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=bn - Win32 BCDebug
  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 "bn.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 "bn.mak" CFG="bn - Win32 BCDebug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "bn - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "bn - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "bn - Win32 BCDebug" (based on "Win32 (x86) Console Application")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""$/infer/bn", FPDAAAAA"
  25. # PROP Scc_LocalPath "."
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "bn - 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 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  41. # ADD CPP /nologo /W3 /GR /GX /O2 /Ob2 /I "." /I "..\common" /I "..\inc" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "NOMINMAX" /YX /FD /c
  42. # SUBTRACT CPP /Fr
  43. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  44. # ADD RSC /l 0x409 /d "NDEBUG"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # 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
  50. # 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 /nologo /subsystem:console /machine:I386
  51. # SUBTRACT LINK32 /debug
  52. !ELSEIF "$(CFG)" == "bn - Win32 Debug"
  53. # PROP BASE Use_MFC 0
  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 0
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir ".\Debug"
  61. # PROP Intermediate_Dir ".\Debug"
  62. # PROP Ignore_Export_Lib 0
  63. # PROP Target_Dir ""
  64. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  65. # ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "..\bn" /I "..\inc" /I "." /I "..\common" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "NOMINMAX" /FD /c
  66. # SUBTRACT CPP /Fr /YX
  67. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  68. # ADD RSC /l 0x409 /d "_DEBUG"
  69. BSC32=bscmake.exe
  70. # ADD BASE BSC32 /nologo
  71. # ADD BSC32 /nologo
  72. LINK32=link.exe
  73. # 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 /debug /machine:I386
  74. # 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 /nologo /subsystem:console /debug /machine:I386
  75. # SUBTRACT LINK32 /profile
  76. !ELSEIF "$(CFG)" == "bn - Win32 BCDebug"
  77. # PROP BASE Use_MFC 0
  78. # PROP BASE Use_Debug_Libraries 1
  79. # PROP BASE Output_Dir "bn___Win"
  80. # PROP BASE Intermediate_Dir "bn___Win"
  81. # PROP BASE Ignore_Export_Lib 0
  82. # PROP BASE Target_Dir ""
  83. # PROP Use_MFC 0
  84. # PROP Use_Debug_Libraries 1
  85. # PROP Output_Dir "bcdebug"
  86. # PROP Intermediate_Dir "bcdebug"
  87. # PROP Ignore_Export_Lib 0
  88. # PROP Target_Dir ""
  89. # ADD BASE CPP /nologo /W3 /Gm /GR /GX /Zi /Od /Gy /I "..\bn" /I "..\inc" /I "." /I "..\common" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "NOMINMAX" /FR /FD /c
  90. # SUBTRACT BASE CPP /YX
  91. # ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "..\bn" /I "..\inc" /I "." /I "..\common" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "NOMINMAX" /FD /c
  92. # SUBTRACT CPP /Fr /YX
  93. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  94. # ADD RSC /l 0x409 /d "_DEBUG"
  95. BSC32=bscmake.exe
  96. # ADD BASE BSC32 /nologo
  97. # ADD BSC32 /nologo
  98. LINK32=link.exe
  99. # 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 /debug /machine:I386
  100. # SUBTRACT BASE LINK32 /profile
  101. # 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 /nologo /subsystem:console /debug /machine:I386
  102. # SUBTRACT LINK32 /profile
  103. !ENDIF
  104. # Begin Target
  105. # Name "bn - Win32 Release"
  106. # Name "bn - Win32 Debug"
  107. # Name "bn - Win32 BCDebug"
  108. # Begin Group "Source Files"
  109. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  110. # Begin Source File
  111. SOURCE=.\bndist.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\bnparse.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\bnreg.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\bntest.cpp
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\clique.cpp
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\cliqwork.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=..\common\dist.cxx
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=..\common\distdense.cxx
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=..\common\distijk.cxx
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=..\common\distsparse.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\domain.cpp
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\expand.cpp
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=..\common\gamma.cxx
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.\gndleak.cpp
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\GNODEMBN.CPP
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\marginals.cpp
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\margiter.cpp
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\mbnet.cpp
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\mbnetdsc.cpp
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\mbnmod.cpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\model.cpp
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\ntree.cpp
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\nyi.cpp
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\parmio.cpp
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\parser.cpp
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\parsfile.cpp
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\propmbn.CPP
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=..\common\rand.cxx
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=..\common\randgen.cxx
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=..\common\random.cxx
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\recomend.cpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\regkey.cpp
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\symt.cpp
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\testinfo.cpp
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\utility.cpp
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.\zstr.cpp
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\zstrt.cpp
  220. # End Source File
  221. # End Group
  222. # Begin Group "Header Files"
  223. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  224. # Begin Source File
  225. SOURCE=.\algos.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\basics.h
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\bnparse.h
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\bnreg.h
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\cliqset.h
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\clique.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\cliqwork.h
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\dyncast.h
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\errordef.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\expand.h
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\gelem.h
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\gelmwalk.h
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\glnk.h
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.\glnkenum.h
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\gmexcept.h
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\gmobj.h
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\gmprop.h
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.\infer.h
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=.\leakchk.h
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=.\marginals.h
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=.\margiter.h
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.\mbnflags.h
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\mddist.h
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\mdvect.h
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.\model.h
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=.\mscver.h
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=.\ntree.h
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=.\parmio.h
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=.\parsfile.h
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=.\recomend.h
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=.\refcnt.h
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=.\regkey.h
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=.\stlstream.h
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=.\symt.h
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=.\symtmbn.h
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=.\testinfo.h
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=.\utility.h
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=.\zstr.h
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=.\zstrt.h
  340. # End Source File
  341. # End Group
  342. # Begin Group "Resource Files"
  343. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  344. # End Group
  345. # End Target
  346. # End Project