home *** CD-ROM | disk | FTP | other *** search
/ Game Programming - All in One (3rd Edition) / game_prog_all_in_one_3rd_ed.iso / sources / chapter14 / tankwar_r7 / TankWar.dev < prev    next >
Encoding:
INI File  |  2006-09-15  |  1.9 KB  |  130 lines

  1. [Project]
  2. FileName=TankWar.dev
  3. Name=TankWar
  4. UnitCount=8
  5. Type=0
  6. Ver=1
  7. ObjFiles=
  8. Includes=
  9. Libs=
  10. PrivateResource=
  11. ResourceIncludes=
  12. MakeIncludes=
  13. Compiler=
  14. CppCompiler=
  15. Linker=-lalleg_@@_
  16. IsCpp=0
  17. Icon=
  18. ExeOutput=
  19. ObjectOutput=
  20. OverrideOutput=0
  21. OverrideOutputName=TankWar.exe
  22. HostApplication=
  23. Folders="Header Files","Source Files"
  24. CommandLine=
  25. UseCustomMakefile=0
  26. CustomMakefile=
  27. IncludeVersionInfo=0
  28. SupportXPThemes=0
  29. CompilerSet=0
  30. CompilerSettings=0000001000001000000000
  31.  
  32. [Unit1]
  33. FileName=bullet.c
  34. CompileCpp=0
  35. Folder=Source Files
  36. Compile=1
  37. Link=1
  38. Priority=1000
  39. OverrideBuildCmd=0
  40. BuildCmd=$(CC) -c bullet.c -o bullet.o $(CFLAGS)
  41.  
  42. [Unit2]
  43. FileName=input.c
  44. CompileCpp=0
  45. Folder=Source Files
  46. Compile=1
  47. Link=1
  48. Priority=1000
  49. OverrideBuildCmd=0
  50. BuildCmd=$(CC) -c input.c -o input.o $(CFLAGS)
  51.  
  52. [Unit3]
  53. FileName=main.c
  54. CompileCpp=0
  55. Folder=Source Files
  56. Compile=1
  57. Link=1
  58. Priority=1000
  59. OverrideBuildCmd=0
  60. BuildCmd=
  61.  
  62. [Unit4]
  63. FileName=setup.c
  64. CompileCpp=0
  65. Folder=Source Files
  66. Compile=1
  67. Link=1
  68. Priority=1000
  69. OverrideBuildCmd=0
  70. BuildCmd=$(CC) -c setup.c -o setup.o $(CFLAGS)
  71.  
  72. [Unit5]
  73. FileName=tank.c
  74. CompileCpp=0
  75. Folder=Source Files
  76. Compile=1
  77. Link=1
  78. Priority=1000
  79. OverrideBuildCmd=0
  80. BuildCmd=$(CC) -c tank.c -o tank.o $(CFLAGS)
  81.  
  82. [Unit6]
  83. FileName=tankwar.h
  84. CompileCpp=0
  85. Folder=Header Files
  86. Compile=1
  87. Link=1
  88. Priority=1000
  89. OverrideBuildCmd=0
  90. BuildCmd=
  91.  
  92. [VersionInfo]
  93. Major=0
  94. Minor=1
  95. Release=1
  96. Build=1
  97. LanguageID=1033
  98. CharsetID=1252
  99. CompanyName=
  100. FileVersion=
  101. FileDescription=Developed using the Dev-C++ IDE
  102. InternalName=
  103. LegalCopyright=
  104. LegalTrademarks=
  105. OriginalFilename=
  106. ProductName=
  107. ProductVersion=
  108. AutoIncBuildNr=0
  109.  
  110. [Unit7]
  111. FileName=mappyal.c
  112. CompileCpp=0
  113. Folder=Source Files
  114. Compile=1
  115. Link=1
  116. Priority=1000
  117. OverrideBuildCmd=0
  118. BuildCmd=
  119.  
  120. [Unit8]
  121. FileName=mappyal.h
  122. CompileCpp=0
  123. Folder=Header Files
  124. Compile=1
  125. Link=1
  126. Priority=1000
  127. OverrideBuildCmd=0
  128. BuildCmd=
  129.  
  130.