vttelnet.bpr
上传用户:wsk323
上传日期:2007-01-05
资源大小:403k
文件大小:5k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)..
  4. !endif
  5. # ---------------------------------------------------------------------------
  6. # IDE SECTION
  7. # ---------------------------------------------------------------------------
  8. # The following section of the project makefile is managed by the BCB IDE.
  9. # It is recommended to use the IDE to change any of the values in this
  10. # section.
  11. # ---------------------------------------------------------------------------
  12. VERSION = BCB.03
  13. # ---------------------------------------------------------------------------
  14. PROJECT = vttelnet.exe
  15. OBJFILES = vttelnet.obj VTClientSession.obj
  16. RESFILES =
  17. RESDEPEN = $(RESFILES) VTClientSession.dfm
  18. LIBFILES =
  19. LIBRARIES = Cfpiette.lib vcldb35.lib vcl35.lib
  20. SPARELIBS = vcl35.lib vcldb35.lib Cfpiette.lib
  21. PACKAGES = vclx35.bpi VCL35.bpi vcldb35.bpi vcldbx35.bpi bcbsmp35.bpi dclocx35.bpi 
  22.   Qrpt35.bpi teeui35.bpi teedb35.bpi tee35.bpi ibsmp35.bpi NMFast35.bpi 
  23.   inetdb35.bpi inet35.bpi CFPiette.bpi
  24. DEFFILE =
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;
  27. PATHASM = .;
  28. PATHPAS = .;
  29. PATHRC = .;
  30. DEBUGLIBPATH = $(BCB)libdebug
  31. RELEASELIBPATH = $(BCB)librelease
  32. # ---------------------------------------------------------------------------
  33. CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tWC
  34. CFLAG2 = -Id:userstrexlerdevlib;$(BCB)include;$(BCB)includevcl 
  35.   -H=$(BCB)libvcl35.csm
  36. CFLAG3 = -Tkh30000
  37. PFLAGS = -U....lib;d:userstrexlerdevlib;$(BCB)libobj;$(BCB)lib;$(DEBUGLIBPATH) 
  38.   -Id:userstrexlerdevlib;$(BCB)include;$(BCB)includevcl -$Y -$W -$O- -v 
  39.   -JPHN -M
  40. RFLAGS = -id:userstrexlerdevlib;$(BCB)include;$(BCB)includevcl
  41. AFLAGS = /id:userstrexlerdevlib /i$(BCB)include /i$(BCB)includevcl /mx /w2 /zd 
  42.   /dUSEPACKAGES
  43. LFLAGS = -L....lib;d:userstrexlerdevlib;$(BCB)libobj;$(BCB)lib;$(DEBUGLIBPATH) 
  44.   -ap -Tpe -x -Gn -v
  45. IFLAGS =
  46. # ---------------------------------------------------------------------------
  47. ALLOBJ = c0x32.obj $(OBJFILES)
  48. ALLRES = $(RESFILES)
  49. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
  50. # ---------------------------------------------------------------------------
  51. !ifdef IDEOPTIONS
  52. [Version Info]
  53. IncludeVerInfo=0
  54. AutoIncBuild=0
  55. MajorVer=1
  56. MinorVer=0
  57. Release=0
  58. Build=0
  59. Debug=0
  60. PreRelease=0
  61. Special=0
  62. Private=0
  63. DLL=0
  64. Locale=1033
  65. CodePage=1252
  66. [Version Info Keys]
  67. CompanyName=
  68. FileDescription=Executable (Console)
  69. FileVersion=1.0.0.0
  70. InternalName=
  71. LegalCopyright=
  72. LegalTrademarks=
  73. OriginalFilename=
  74. ProductName=
  75. ProductVersion=1.0.0.0
  76. Comments=
  77. [HistoryListshlIncludePath]
  78. Count=2
  79. Item0=d:userstrexlerdevlib;$(BCB)include;$(BCB)includevcl
  80. Item1=....packagesfpiette;$(BCB)include;$(BCB)includevcl
  81. [HistoryListshlLibraryPath]
  82. Count=3
  83. Item0=....lib;d:userstrexlerdevlib;$(BCB)libobj;$(BCB)lib
  84. Item1=d:userstrexlerdevlib;$(BCB)libobj;$(BCB)lib
  85. Item2=....packagesfpiette;$(BCB)libobj;$(BCB)lib
  86. [HistoryListshlDebugSourcePath]
  87. Count=1
  88. Item0=$(BCB)sourcevcl
  89. [HistoryListshlConditionals]
  90. Count=1
  91. Item0=USEPACKAGES
  92. [HistoryListshlHostApplication]
  93. Count=1
  94. Item0=D:userstrexlerdevprojectscbuilderAppsVTTelnetvttelnet.exe
  95. [HistoryListshlRunParameters]
  96. Count=4
  97. Item0=magicbus
  98. Item1=brenner1
  99. Item2=bennett
  100. Item3=brenner
  101. [Debugging]
  102. DebugSourceDirs=$(BCB)sourcevcl
  103. [Parameters]
  104. RunParams=magicbus
  105. HostApplication=D:userstrexlerdevprojectscbuilderAppsVTTelnetvttelnet.exe
  106. !endif
  107. # ---------------------------------------------------------------------------
  108. # MAKE SECTION
  109. # ---------------------------------------------------------------------------
  110. # This section of the project file is not used by the BCB IDE.  It is for
  111. # the benefit of building from the command-line using the MAKE utility.
  112. # ---------------------------------------------------------------------------
  113. .autodepend
  114. # ---------------------------------------------------------------------------
  115. !if !$d(BCC32)
  116. BCC32 = bcc32
  117. !endif
  118. !if !$d(DCC32)
  119. DCC32 = dcc32
  120. !endif
  121. !if !$d(TASM32)
  122. TASM32 = tasm32
  123. !endif
  124. !if !$d(LINKER)
  125. LINKER = ilink32
  126. !endif
  127. !if !$d(BRCC32)
  128. BRCC32 = brcc32
  129. !endif
  130. # ---------------------------------------------------------------------------
  131. !if $d(PATHCPP)
  132. .PATH.CPP = $(PATHCPP)
  133. .PATH.C   = $(PATHCPP)
  134. !endif
  135. !if $d(PATHPAS)
  136. .PATH.PAS = $(PATHPAS)
  137. !endif
  138. !if $d(PATHASM)
  139. .PATH.ASM = $(PATHASM)
  140. !endif
  141. !if $d(PATHRC)
  142. .PATH.RC  = $(PATHRC)
  143. !endif
  144. # ---------------------------------------------------------------------------
  145. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  146.     $(BCB)BIN$(LINKER) @&&!
  147.     $(LFLAGS) +
  148.     $(ALLOBJ), +
  149.     $(PROJECT),, +
  150.     $(ALLLIB), +
  151.     $(DEFFILE), +
  152.     $(ALLRES)
  153. !
  154. # ---------------------------------------------------------------------------
  155. .pas.hpp:
  156.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  157. .pas.obj:
  158.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  159. .cpp.obj:
  160.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  161. .c.obj:
  162.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  163. .asm.obj:
  164.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  165. .rc.res:
  166.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  167. # ---------------------------------------------------------------------------