home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 81 / IOPROG_81.ISO / soft / Codice / SymmeticEncryption.ZIP / SpuntoHardwareKeyProgrammer.~bp < prev    next >
Encoding:
Text File  |  2004-02-25  |  6.4 KB  |  196 lines

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)\..
  4. !endif
  5.  
  6. # ---------------------------------------------------------------------------
  7. # IDE SECTION
  8. # ---------------------------------------------------------------------------
  9. # The following section of the project makefile is managed by the BCB IDE.
  10. # It is recommended to use the IDE to change any of the values in this
  11. # section.
  12. # ---------------------------------------------------------------------------
  13.  
  14. VERSION = BCB.04.04
  15. # ---------------------------------------------------------------------------
  16. PROJECT = SpuntoHardwareKeyProgrammer.exe
  17. OBJFILES = SpuntoHardwareKeyProgrammer.obj SpuntoHardwareKeyProgrammerUnit.obj Unit2.obj
  18. RESFILES = SpuntoHardwareKeyProgrammer.res
  19. RESDEPEN = $(RESFILES) SpuntoHardwareKeyProgrammerUnit.dfm Unit2.dfm
  20. LIBFILES =
  21. LIBRARIES =
  22. SPARELIBS = VCL40.lib SpuntoDelphi.lib bcbsmp40.lib VCLX40.lib
  23. PACKAGES = VCL40.bpi VCLX40.bpi VCLJPG40.bpi bcbsmp40.bpi dclocx40.bpi dclusr40.bpi \
  24.   SpuntoDelphi.bpi CD.bpi
  25. DEFFILE =
  26. # ---------------------------------------------------------------------------
  27. PATHCPP = .;
  28. PATHASM = .;
  29. PATHPAS = .;
  30. PATHRC = .;
  31. DEBUGLIBPATH = $(BCB)\lib\debug
  32. RELEASELIBPATH = $(BCB)\lib\release
  33. USERDEFINES =
  34. SYSDEFINES = NO_STRICT;USEPACKAGES
  35. # ---------------------------------------------------------------------------
  36. CFLAG1 = -I..\..\..\..\Programmi\Borland\CBuilder4\Projects;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntohardwareportio;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntoledcomponent;$(BCB)\include;$(BCB)\include\vcl \
  37.   -O2 -w -Ve -a8 -k- -vi -c -b- -w-par -w-inl -Vx -tW -tWM \
  38.   -D$(SYSDEFINES);$(USERDEFINES)
  39. PFLAGS = -U..\..\..\..\Programmi\Borland\CBuilder4\Projects;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntohardwareportio;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntoledcomponent;$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  40.   -I..\..\..\..\Programmi\Borland\CBuilder4\Projects;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntohardwareportio;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntoledcomponent;$(BCB)\include;$(BCB)\include\vcl \
  41.   -$Y- -$L- -$D- -v -JPHNE -M
  42. RFLAGS = -i..\..\..\..\Programmi\Borland\CBuilder4\Projects;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntohardwareportio;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntoledcomponent;$(BCB)\include;$(BCB)\include\vcl
  43. AFLAGS = /i..\..\..\..\Programmi\Borland\CBuilder4\Projects \
  44.   /i..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntohardwareportio \
  45.   /i..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntoledcomponent \
  46.   /i$(BCB)\include /i$(BCB)\include\vcl /mx /w2 /zd
  47. LFLAGS = -L..\..\..\..\Programmi\Borland\CBuilder4\Projects;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntohardwareportio;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntoledcomponent;$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  48.   -aa -Tpe -x -Gn
  49. # ---------------------------------------------------------------------------
  50. ALLOBJ = c0w32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
  51. ALLRES = $(RESFILES)
  52. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
  53. # ---------------------------------------------------------------------------
  54. !ifdef IDEOPTIONS
  55.  
  56. [Version Info]
  57. IncludeVerInfo=0
  58. AutoIncBuild=0
  59. MajorVer=1
  60. MinorVer=0
  61. Release=0
  62. Build=0
  63. Debug=0
  64. PreRelease=0
  65. Special=0
  66. Private=0
  67. DLL=0
  68. Locale=1040
  69. CodePage=1252
  70.  
  71. [Version Info Keys]
  72. CompanyName=
  73. FileDescription=
  74. FileVersion=1.0.0.0
  75. InternalName=
  76. LegalCopyright=
  77. LegalTrademarks=
  78. OriginalFilename=
  79. ProductName=
  80. ProductVersion=1.0.0.0
  81. Comments=
  82.  
  83. [HistoryLists\hlIncludePath]
  84. Count=1
  85. Item0=..\..\..\..\Programmi\Borland\CBuilder4\Projects;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntohardwareportio;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntoledcomponent;$(BCB)\include;$(BCB)\include\vcl
  86.  
  87. [HistoryLists\hlLibraryPath]
  88. Count=1
  89. Item0=..\..\..\..\Programmi\Borland\CBuilder4\Projects;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntohardwareportio;..\..\..\delphi\delphi6_programmi\spuntocomponents\tspuntoledcomponent;$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib
  90.  
  91. [HistoryLists\hlDebugSourcePath]
  92. Count=1
  93. Item0=$(BCB)\source\vcl
  94.  
  95. [Debugging]
  96. DebugSourceDirs=$(BCB)\source\vcl
  97.  
  98. [Parameters]
  99. RunParams=
  100. HostApplication=
  101. RemoteHost=
  102. RemotePath=
  103. RemoteDebug=0
  104.  
  105. [Compiler]
  106. InMemoryExe=0
  107. ShowInfoMsgs=0
  108.  
  109. !endif
  110.  
  111. # ---------------------------------------------------------------------------
  112. # MAKE SECTION
  113. # ---------------------------------------------------------------------------
  114. # This section of the project file is not used by the BCB IDE.  It is for
  115. # the benefit of building from the command-line using the MAKE utility.
  116. # ---------------------------------------------------------------------------
  117.  
  118. .autodepend
  119. # ---------------------------------------------------------------------------
  120. !if !$d(BCC32)
  121. BCC32 = bcc32
  122. !endif
  123.  
  124. !if !$d(CPP32)
  125. CPP32 = cpp32
  126. !endif
  127.  
  128. !if !$d(DCC32)
  129. DCC32 = dcc32
  130. !endif
  131.  
  132. !if !$d(TASM32)
  133. TASM32 = tasm32
  134. !endif
  135.  
  136. !if !$d(LINKER)
  137. LINKER = ilink32
  138. !endif
  139.  
  140. !if !$d(BRCC32)
  141. BRCC32 = brcc32
  142. !endif
  143.  
  144. # ---------------------------------------------------------------------------
  145. !if $d(PATHCPP)
  146. .PATH.CPP = $(PATHCPP)
  147. .PATH.C   = $(PATHCPP)
  148. !endif
  149.  
  150. !if $d(PATHPAS)
  151. .PATH.PAS = $(PATHPAS)
  152. !endif
  153.  
  154. !if $d(PATHASM)
  155. .PATH.ASM = $(PATHASM)
  156. !endif
  157.  
  158. !if $d(PATHRC)
  159. .PATH.RC  = $(PATHRC)
  160. !endif
  161. # ---------------------------------------------------------------------------
  162. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  163.     $(BCB)\BIN\$(LINKER) @&&!
  164.     $(LFLAGS) +
  165.     $(ALLOBJ), +
  166.     $(PROJECT),, +
  167.     $(ALLLIB), +
  168.     $(DEFFILE), +
  169.     $(ALLRES)
  170. !
  171. # ---------------------------------------------------------------------------
  172. .pas.hpp:
  173.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  174.  
  175. .pas.obj:
  176.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  177.  
  178. .cpp.obj:
  179.     $(BCB)\BIN\$(BCC32) $(CFLAG1) -n$(@D) {$< }
  180.  
  181. .c.obj:
  182.     $(BCB)\BIN\$(BCC32) $(CFLAG1) -n$(@D) {$< }
  183.  
  184. .c.i:
  185.     $(BCB)\BIN\$(CPP32) $(CFLAG1) -n. {$< }
  186.  
  187. .cpp.i:
  188.     $(BCB)\BIN\$(CPP32) $(CFLAG1) -n. {$< }
  189.  
  190. .asm.obj:
  191.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  192.  
  193. .rc.res:
  194.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  195. # ---------------------------------------------------------------------------
  196.