ularn.dev 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  1. [Project]
  2. FileName=ularn.dev
  3. Name=ularn
  4. UnitCount=52
  5. Type=0
  6. Ver=1
  7. ObjFiles=
  8. Includes=
  9. Libs=
  10. PrivateResource=ularn_private.rc
  11. ResourceIncludes=
  12. MakeIncludes=
  13. Compiler=-Wpadded_@@_-fpack-struct_@@_
  14. CppCompiler=
  15. Linker=
  16. IsCpp=0
  17. Icon=ularn.ico
  18. ExeOutput=
  19. ObjectOutput=
  20. OverrideOutput=0
  21. OverrideOutputName=ularn.exe
  22. HostApplication=
  23. Folders=
  24. CommandLine=
  25. IncludeVersionInfo=0
  26. SupportXPThemes=0
  27. CompilerSet=0
  28. CompilerSettings=000000000000100000
  29. [Unit1]
  30. FileName=action.c
  31. CompileCpp=0
  32. Folder=ularn
  33. Compile=1
  34. Link=1
  35. Priority=1000
  36. OverrideBuildCmd=0
  37. BuildCmd=
  38. [Unit2]
  39. FileName=diag.c
  40. CompileCpp=0
  41. Folder=ularn
  42. Compile=1
  43. Link=1
  44. Priority=1000
  45. OverrideBuildCmd=0
  46. BuildCmd=
  47. [Unit3]
  48. FileName=dungeon.c
  49. CompileCpp=0
  50. Folder=ularn
  51. Compile=1
  52. Link=1
  53. Priority=1000
  54. OverrideBuildCmd=0
  55. BuildCmd=
  56. [Unit4]
  57. FileName=dungeon_obj.c
  58. CompileCpp=0
  59. Folder=ularn
  60. Compile=1
  61. Link=1
  62. Priority=1000
  63. OverrideBuildCmd=0
  64. BuildCmd=
  65. [Unit5]
  66. FileName=fortune.c
  67. CompileCpp=0
  68. Folder=ularn
  69. Compile=1
  70. Link=1
  71. Priority=1000
  72. OverrideBuildCmd=0
  73. BuildCmd=
  74. [Unit6]
  75. FileName=getopt.c
  76. CompileCpp=0
  77. Folder=ularn
  78. Compile=1
  79. Link=1
  80. Priority=1000
  81. OverrideBuildCmd=0
  82. BuildCmd=
  83. [Unit7]
  84. FileName=help.c
  85. CompileCpp=0
  86. Folder=ularn
  87. Compile=1
  88. Link=1
  89. Priority=1000
  90. OverrideBuildCmd=0
  91. BuildCmd=
  92. [Unit8]
  93. FileName=itm.c
  94. CompileCpp=0
  95. Folder=ularn
  96. Compile=1
  97. Link=1
  98. Priority=1000
  99. OverrideBuildCmd=0
  100. BuildCmd=
  101. [Unit9]
  102. FileName=monster.c
  103. CompileCpp=0
  104. Folder=ularn
  105. Compile=1
  106. Link=1
  107. Priority=1000
  108. OverrideBuildCmd=0
  109. BuildCmd=
  110. [Unit10]
  111. FileName=object.c
  112. CompileCpp=0
  113. Folder=ularn
  114. Compile=1
  115. Link=1
  116. Priority=1000
  117. OverrideBuildCmd=0
  118. BuildCmd=
  119. [Unit11]
  120. FileName=player.c
  121. CompileCpp=0
  122. Folder=ularn
  123. Compile=1
  124. Link=1
  125. Priority=1000
  126. OverrideBuildCmd=0
  127. BuildCmd=
  128. [Unit12]
  129. FileName=potion.c
  130. CompileCpp=0
  131. Folder=ularn
  132. Compile=1
  133. Link=1
  134. Priority=1000
  135. OverrideBuildCmd=0
  136. BuildCmd=
  137. [Unit13]
  138. FileName=savegame.c
  139. CompileCpp=0
  140. Folder=ularn
  141. Compile=1
  142. Link=1
  143. Priority=1000
  144. OverrideBuildCmd=0
  145. BuildCmd=
  146. [Unit14]
  147. FileName=saveutils.c
  148. CompileCpp=0
  149. Folder=ularn
  150. Compile=1
  151. Link=1
  152. Priority=1000
  153. OverrideBuildCmd=0
  154. BuildCmd=
  155. [Unit15]
  156. FileName=scores.c
  157. CompileCpp=0
  158. Folder=ularn
  159. Compile=1
  160. Link=1
  161. Priority=1000
  162. OverrideBuildCmd=0
  163. BuildCmd=
  164. [Unit16]
  165. FileName=scroll.c
  166. CompileCpp=0
  167. Folder=ularn
  168. Compile=1
  169. Link=1
  170. Priority=1000
  171. OverrideBuildCmd=0
  172. BuildCmd=
  173. [Unit17]
  174. FileName=show.c
  175. CompileCpp=0
  176. Folder=ularn
  177. Compile=1
  178. Link=1
  179. Priority=1000
  180. OverrideBuildCmd=0
  181. BuildCmd=
  182. [Unit18]
  183. FileName=spell.c
  184. CompileCpp=0
  185. Folder=ularn
  186. Compile=1
  187. Link=1
  188. Priority=1000
  189. OverrideBuildCmd=0
  190. BuildCmd=
  191. [Unit19]
  192. FileName=sphere.c
  193. CompileCpp=0
  194. Folder=ularn
  195. Compile=1
  196. Link=1
  197. Priority=1000
  198. OverrideBuildCmd=0
  199. BuildCmd=
  200. [Unit20]
  201. FileName=store.c
  202. CompileCpp=0
  203. Folder=ularn
  204. Compile=1
  205. Link=1
  206. Priority=1000
  207. OverrideBuildCmd=0
  208. BuildCmd=
  209. [Unit21]
  210. FileName=ularn.c
  211. CompileCpp=0
  212. Folder=ularn
  213. Compile=1
  214. Link=1
  215. Priority=1000
  216. OverrideBuildCmd=0
  217. BuildCmd=
  218. [Unit22]
  219. FileName=ularn_ask.c
  220. CompileCpp=0
  221. Folder=ularn
  222. Compile=1
  223. Link=1
  224. Priority=1000
  225. OverrideBuildCmd=0
  226. BuildCmd=
  227. [Unit23]
  228. FileName=ularn_game.c
  229. CompileCpp=0
  230. Folder=ularn
  231. Compile=1
  232. Link=1
  233. Priority=1000
  234. OverrideBuildCmd=0
  235. BuildCmd=
  236. [Unit24]
  237. FileName=ularn_win.c
  238. CompileCpp=0
  239. Folder=ularn
  240. Compile=1
  241. Link=1
  242. Priority=1000
  243. OverrideBuildCmd=0
  244. BuildCmd=
  245. [VersionInfo]
  246. Major=0
  247. Minor=1
  248. Release=1
  249. Build=1
  250. LanguageID=1033
  251. CharsetID=1252
  252. CompanyName=
  253. FileVersion=
  254. FileDescription=Developed using the Dev-C++ IDE
  255. InternalName=
  256. LegalCopyright=
  257. LegalTrademarks=
  258. OriginalFilename=
  259. ProductName=
  260. ProductVersion=
  261. AutoIncBuildNr=0
  262. [Unit25]
  263. FileName=ularnpc.rc
  264. Folder=ularn
  265. Compile=1
  266. Link=0
  267. Priority=1000
  268. OverrideBuildCmd=0
  269. BuildCmd=
  270. [Unit26]
  271. FileName=ularnpc.rh
  272. CompileCpp=0
  273. Folder=ularn
  274. Compile=1
  275. Link=1
  276. Priority=1000
  277. OverrideBuildCmd=0
  278. BuildCmd=
  279. [Unit27]
  280. FileName=monster.h
  281. CompileCpp=0
  282. Folder=ularn
  283. Compile=1
  284. Link=1
  285. Priority=1000
  286. OverrideBuildCmd=0
  287. BuildCmd=
  288. [Unit28]
  289. FileName=action.h
  290. CompileCpp=0
  291. Folder=ularn
  292. Compile=1
  293. Link=1
  294. Priority=1000
  295. OverrideBuildCmd=0
  296. BuildCmd=
  297. [Unit29]
  298. FileName=config.h
  299. CompileCpp=0
  300. Folder=ularn
  301. Compile=1
  302. Link=1
  303. Priority=1000
  304. OverrideBuildCmd=0
  305. BuildCmd=
  306. [Unit30]
  307. FileName=diag.h
  308. CompileCpp=0
  309. Folder=ularn
  310. Compile=1
  311. Link=1
  312. Priority=1000
  313. OverrideBuildCmd=0
  314. BuildCmd=
  315. [Unit31]
  316. FileName=dungeon.h
  317. CompileCpp=0
  318. Folder=ularn
  319. Compile=1
  320. Link=1
  321. Priority=1000
  322. OverrideBuildCmd=0
  323. BuildCmd=
  324. [Unit32]
  325. FileName=dungeon_obj.h
  326. CompileCpp=0
  327. Folder=ularn
  328. Compile=1
  329. Link=1
  330. Priority=1000
  331. OverrideBuildCmd=0
  332. BuildCmd=
  333. [Unit33]
  334. FileName=fortune.h
  335. CompileCpp=0
  336. Folder=ularn
  337. Compile=1
  338. Link=1
  339. Priority=1000
  340. OverrideBuildCmd=0
  341. BuildCmd=
  342. [Unit34]
  343. FileName=getopt.h
  344. CompileCpp=0
  345. Folder=ularn
  346. Compile=1
  347. Link=1
  348. Priority=1000
  349. OverrideBuildCmd=0
  350. BuildCmd=
  351. [Unit35]
  352. FileName=header.h
  353. CompileCpp=0
  354. Folder=ularn
  355. Compile=1
  356. Link=1
  357. Priority=1000
  358. OverrideBuildCmd=0
  359. BuildCmd=
  360. [Unit36]
  361. FileName=help.h
  362. CompileCpp=0
  363. Folder=ularn
  364. Compile=1
  365. Link=1
  366. Priority=1000
  367. OverrideBuildCmd=0
  368. BuildCmd=
  369. [Unit37]
  370. FileName=itm.h
  371. CompileCpp=0
  372. Folder=ularn
  373. Compile=1
  374. Link=1
  375. Priority=1000
  376. OverrideBuildCmd=0
  377. BuildCmd=
  378. [Unit38]
  379. FileName=object.h
  380. CompileCpp=0
  381. Folder=ularn
  382. Compile=1
  383. Link=1
  384. Priority=1000
  385. OverrideBuildCmd=0
  386. BuildCmd=
  387. [Unit39]
  388. FileName=patchlevel.h
  389. CompileCpp=0
  390. Folder=ularn
  391. Compile=1
  392. Link=1
  393. Priority=1000
  394. OverrideBuildCmd=0
  395. BuildCmd=
  396. [Unit40]
  397. FileName=player.h
  398. CompileCpp=0
  399. Folder=ularn
  400. Compile=1
  401. Link=1
  402. Priority=1000
  403. OverrideBuildCmd=0
  404. BuildCmd=
  405. [Unit41]
  406. FileName=potion.h
  407. CompileCpp=0
  408. Folder=ularn
  409. Compile=1
  410. Link=1
  411. Priority=1000
  412. OverrideBuildCmd=0
  413. BuildCmd=
  414. [Unit42]
  415. FileName=savegame.h
  416. CompileCpp=0
  417. Folder=ularn
  418. Compile=1
  419. Link=1
  420. Priority=1000
  421. OverrideBuildCmd=0
  422. BuildCmd=
  423. [Unit43]
  424. FileName=saveutils.h
  425. CompileCpp=0
  426. Folder=ularn
  427. Compile=1
  428. Link=1
  429. Priority=1000
  430. OverrideBuildCmd=0
  431. BuildCmd=
  432. [Unit44]
  433. FileName=scores.h
  434. CompileCpp=0
  435. Folder=ularn
  436. Compile=1
  437. Link=1
  438. Priority=1000
  439. OverrideBuildCmd=0
  440. BuildCmd=
  441. [Unit45]
  442. FileName=scroll.h
  443. CompileCpp=0
  444. Folder=ularn
  445. Compile=1
  446. Link=1
  447. Priority=1000
  448. OverrideBuildCmd=0
  449. BuildCmd=
  450. [Unit46]
  451. FileName=show.h
  452. CompileCpp=0
  453. Folder=ularn
  454. Compile=1
  455. Link=1
  456. Priority=1000
  457. OverrideBuildCmd=0
  458. BuildCmd=
  459. [Unit47]
  460. FileName=spell.h
  461. CompileCpp=0
  462. Folder=ularn
  463. Compile=1
  464. Link=1
  465. Priority=1000
  466. OverrideBuildCmd=0
  467. BuildCmd=
  468. [Unit48]
  469. FileName=sphere.h
  470. CompileCpp=0
  471. Folder=ularn
  472. Compile=1
  473. Link=1
  474. Priority=1000
  475. OverrideBuildCmd=0
  476. BuildCmd=
  477. [Unit49]
  478. FileName=store.h
  479. CompileCpp=0
  480. Folder=ularn
  481. Compile=1
  482. Link=1
  483. Priority=1000
  484. OverrideBuildCmd=0
  485. BuildCmd=
  486. [Unit50]
  487. FileName=ularn_ask.h
  488. CompileCpp=0
  489. Folder=ularn
  490. Compile=1
  491. Link=1
  492. Priority=1000
  493. OverrideBuildCmd=0
  494. BuildCmd=
  495. [Unit51]
  496. FileName=ularn_game.h
  497. CompileCpp=0
  498. Folder=ularn
  499. Compile=1
  500. Link=1
  501. Priority=1000
  502. OverrideBuildCmd=0
  503. BuildCmd=
  504. [Unit52]
  505. FileName=ularn_win.h
  506. CompileCpp=0
  507. Folder=ularn
  508. Compile=1
  509. Link=1
  510. Priority=1000
  511. OverrideBuildCmd=0
  512. BuildCmd=