home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / internet / software / _ftpc / makefile < prev    next >
Encoding:
Makefile  |  1999-03-20  |  21.6 KB  |  829 lines

  1. # Project:   FTPc
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback
  6. C++flags = -c -depend !Depend -Icpplib:,C: -throwback 
  7. Linkflags = -aif -c++ -o $@ 
  8. ObjAsmflags = -throwback -NoCache -depend !Depend
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12.  
  13.  
  14. # Final targets:
  15. @.!Runimage:   cpplib:o.cpplib C:o.inetlib c:o.socklib c:o.c++lib c:o.stubs \
  16.         @.o.main c:o.wimplib c:o.eventlib @.o.AsyncSock @.o.NullThread @.o.StartFtp @.o.Ftp \
  17.         @.o.FtpDirView @.o.FtpDir c:o.flexlib @.o.FileList @.o.SendRecv @.o.FileType @.o.MySaveAs \
  18.         @.o.FtpSender @.o.ProgramInf @.o.ErrorBox @.o.ConvPath @.o.Script @.o.UserMenu \
  19.         @.o.DeleteDir @.o.DnloadFile @.o.DwnloadDir @.o.TestLd @.o.AppUpload @.o.ScrapFile \
  20.         @.o.AppDnload 
  21.         Link $(Linkflags) cpplib:o.cpplib C:o.inetlib c:o.socklib c:o.c++lib \
  22.         c:o.stubs @.o.main c:o.wimplib c:o.eventlib @.o.AsyncSock @.o.NullThread @.o.StartFtp \
  23.         @.o.Ftp @.o.FtpDirView @.o.FtpDir c:o.flexlib @.o.FileList @.o.SendRecv @.o.FileType \
  24.         @.o.MySaveAs @.o.FtpSender @.o.ProgramInf @.o.ErrorBox @.o.ConvPath @.o.Script \
  25.         @.o.UserMenu @.o.DeleteDir @.o.DnloadFile @.o.DwnloadDir @.o.TestLd @.o.AppUpload \
  26.         @.o.ScrapFile @.o.AppDnload 
  27.  
  28.  
  29. # User-editable dependencies:
  30.  
  31.  
  32. # Static dependencies:
  33. @.o.main:   @.c++.main
  34.         c++ $(c++flags) -o @.o.main @.c++.main 
  35. @.o.AsyncSock:   @.c++.AsyncSock
  36.         c++ $(c++flags) -o @.o.AsyncSock @.c++.AsyncSock 
  37. @.o.NullThread:   @.c++.NullThread
  38.         c++ $(c++flags) -o @.o.NullThread @.c++.NullThread 
  39. @.o.StartFtp:   @.c++.StartFtp
  40.         c++ $(c++flags) -o @.o.StartFtp @.c++.StartFtp 
  41. @.o.Ftp:   @.c++.Ftp
  42.         c++ $(c++flags) -o @.o.Ftp @.c++.Ftp 
  43. @.o.FtpDirView:   @.c++.FtpDirView
  44.         c++ $(c++flags) -o @.o.FtpDirView @.c++.FtpDirView 
  45. @.o.FtpDir:   @.c++.FtpDir
  46.         c++ $(c++flags) -o @.o.FtpDir @.c++.FtpDir 
  47. @.o.FileList:   @.c++.FileList
  48.         c++ $(c++flags) -o @.o.FileList @.c++.FileList 
  49. @.o.SendRecv:   @.c++.SendRecv
  50.         c++ $(c++flags) -o @.o.SendRecv @.c++.SendRecv 
  51. @.o.FileType:   @.c++.FileType
  52.         c++ $(c++flags) -o @.o.FileType @.c++.FileType 
  53. @.o.MySaveAs:   @.c++.MySaveAs
  54.         c++ $(c++flags) -o @.o.MySaveAs @.c++.MySaveAs 
  55. @.o.FtpSender:   @.c++.FtpSender
  56.         c++ $(c++flags) -o @.o.FtpSender @.c++.FtpSender 
  57. @.o.ProgramInf:   @.c++.ProgramInf
  58.         c++ $(c++flags) -o @.o.ProgramInf @.c++.ProgramInf 
  59. @.o.ErrorBox:   @.c++.ErrorBox
  60.         c++ $(c++flags) -o @.o.ErrorBox @.c++.ErrorBox 
  61. @.o.ConvPath:   @.c++.ConvPath
  62.         c++ $(c++flags) -o @.o.ConvPath @.c++.ConvPath 
  63. @.o.Script:   @.c++.Script
  64.         c++ $(c++flags) -o @.o.Script @.c++.Script 
  65. @.o.UserMenu:   @.c++.UserMenu
  66.         c++ $(c++flags) -o @.o.UserMenu @.c++.UserMenu 
  67. @.o.DeleteDir:   @.c++.DeleteDir
  68.         c++ $(c++flags) -o @.o.DeleteDir @.c++.DeleteDir 
  69. @.o.DnloadFile:   @.c++.DnloadFile
  70.         c++ $(c++flags) -o @.o.DnloadFile @.c++.DnloadFile 
  71. @.o.DwnloadDir:   @.c++.DwnloadDir
  72.         c++ $(c++flags) -o @.o.DwnloadDir @.c++.DwnloadDir 
  73. @.o.TestLd:   @.c++.TestLd
  74.         c++ $(c++flags) -o @.o.TestLd @.c++.TestLd 
  75. @.o.AppUpload:   @.c++.AppUpload
  76.         c++ $(c++flags) -o @.o.AppUpload @.c++.AppUpload 
  77. @.o.ScrapFile:   @.c++.ScrapFile
  78.         c++ $(c++flags) -o @.o.ScrapFile @.c++.ScrapFile 
  79. @.o.AppDnload:   @.c++.AppDnload
  80.         c++ $(c++flags) -o @.o.AppDnload @.c++.AppDnload 
  81.  
  82.  
  83. # Dynamic dependencies:
  84. o.Http:    c++.Http
  85. o.Http:    h.Http
  86. o.Http:    cpplib:h.string
  87. o.Http:    cpplib:h.bool
  88. o.Http:    h.NullThread
  89. o.Http:    cpplib:h.Register
  90. o.Http:    C:h.event
  91. o.Http:    C:h.wimp
  92. o.Http:    C:h.toolbox
  93. o.Http:    C:h.kernel
  94. o.Http:    C:h.toolbox
  95. o.Http:    cpplib:h.Object
  96. o.Http:    C:h.Toolbox
  97. o.Http:    C:h.Wimplib
  98. o.Http:    cpplib:h.string
  99. o.Http:    cpplib:h.WimpExt
  100. o.Http:    C:h.wimplib
  101. o.Http:    h.AsyncSock
  102. o.Http:    cpplib:h.Register
  103. o.Http:    C:h.socket
  104. o.Http:    C:h.netdb
  105. o.Http:    C:h.ioctl
  106. o.Http:    C:h.sock_errno
  107. o.Http:    C:h.in
  108. o.Http:    h.NullThread
  109. o.Http:    C:h.strstream
  110. o.Http:    C:h.iostream
  111. o.Http:    C:h.memory
  112. o.main:    c++.main
  113. o.main:    cpplib:h.Toolbx
  114. o.main:    cpplib:h.string
  115. o.main:    cpplib:h.bool
  116. o.main:    c:h.ToolBox
  117. o.main:    c:h.kernel
  118. o.main:    c:h.wimp
  119. o.main:    cpplib:h.Sprite
  120. o.main:    C:h.swis
  121. o.main:    cpplib:h.Register
  122. o.main:    C:h.event
  123. o.main:    C:h.toolbox
  124. o.main:    cpplib:h.Object
  125. o.main:    C:h.Toolbox
  126. o.main:    C:h.Wimplib
  127. o.main:    cpplib:h.string
  128. o.main:    cpplib:h.WimpExt
  129. o.main:    C:h.wimplib
  130. o.main:    h.StartFtp
  131. o.main:    h.ProgramInf
  132. o.main:    cpplib:h.proginfo
  133. o.main:    cpplib:h.Object
  134. o.main:    c:h.proginfo
  135. o.main:    c:h.window
  136. o.main:    c:h.gadgets
  137. o.main:    cpplib:h.Register
  138. o.main:    C:h.iostream
  139. o.main:    C:h.memory
  140. o.main:    cpplib:h.wimp_mess
  141. o.main:    h.FtpcFType
  142. o.main:    h.Script
  143. o.main:    cpplib:h.file
  144. o.main:    cpplib:h.bool
  145. o.AsyncSock:    c++.AsyncSock
  146. o.AsyncSock:    h.AsyncSock
  147. o.AsyncSock:    cpplib:h.string
  148. o.AsyncSock:    cpplib:h.bool
  149. o.AsyncSock:    cpplib:h.Register
  150. o.AsyncSock:    C:h.event
  151. o.AsyncSock:    C:h.wimp
  152. o.AsyncSock:    C:h.toolbox
  153. o.AsyncSock:    C:h.kernel
  154. o.AsyncSock:    C:h.toolbox
  155. o.AsyncSock:    cpplib:h.Object
  156. o.AsyncSock:    C:h.Toolbox
  157. o.AsyncSock:    C:h.Wimplib
  158. o.AsyncSock:    cpplib:h.string
  159. o.AsyncSock:    cpplib:h.WimpExt
  160. o.AsyncSock:    C:h.wimplib
  161. o.AsyncSock:    C:h.socket
  162. o.AsyncSock:    C:h.netdb
  163. o.AsyncSock:    C:h.ioctl
  164. o.AsyncSock:    C:h.sock_errno
  165. o.AsyncSock:    C:h.in
  166. o.AsyncSock:    h.NullThread
  167. o.AsyncSock:    cpplib:h.Register
  168. o.AsyncSock:    h.SendRecv
  169. o.AsyncSock:    cpplib:h.bool
  170. o.AsyncSock:    C:h.swis
  171. o.AsyncSock:    C:h.iostream
  172. o.AsyncSock:    C:h.memory
  173. o.AsyncSock:    cpplib:h.toolbx
  174. o.AsyncSock:    cpplib:h.string
  175. o.AsyncSock:    c:h.ToolBox
  176. o.AsyncSock:    cpplib:h.Sprite
  177. o.AsyncSock:    C:h.swis
  178. o.NullThread:    c++.NullThread
  179. o.NullThread:    h.NullThread
  180. o.NullThread:    cpplib:h.Register
  181. o.NullThread:    C:h.event
  182. o.NullThread:    C:h.wimp
  183. o.NullThread:    C:h.toolbox
  184. o.NullThread:    C:h.kernel
  185. o.NullThread:    C:h.toolbox
  186. o.NullThread:    cpplib:h.Object
  187. o.NullThread:    C:h.Toolbox
  188. o.NullThread:    C:h.Wimplib
  189. o.NullThread:    cpplib:h.string
  190. o.NullThread:    cpplib:h.bool
  191. o.NullThread:    cpplib:h.WimpExt
  192. o.NullThread:    C:h.wimplib
  193. o.StartFtp:    c++.StartFtp
  194. o.StartFtp:    h.StartFtp
  195. o.StartFtp:    cpplib:h.Window
  196. o.StartFtp:    cpplib:h.Object
  197. o.StartFtp:    C:h.Toolbox
  198. o.StartFtp:    C:h.kernel
  199. o.StartFtp:    C:h.wimp
  200. o.StartFtp:    C:h.Wimplib
  201. o.StartFtp:    cpplib:h.string
  202. o.StartFtp:    cpplib:h.bool
  203. o.StartFtp:    cpplib:h.WimpExt
  204. o.StartFtp:    C:h.wimplib
  205. o.StartFtp:    C:h.window
  206. o.StartFtp:    C:h.gadgets
  207. o.StartFtp:    cpplib:h.BBox
  208. o.StartFtp:    C:h.wimp
  209. o.StartFtp:    cpplib:h.bool
  210. o.StartFtp:    cpplib:h.wimpext
  211. o.StartFtp:    cpplib:h.QuitDbox
  212. o.StartFtp:    cpplib:h.Object
  213. o.StartFtp:    c:h.quit
  214. o.StartFtp:    cpplib:h.CPP_Gadget
  215. o.StartFtp:    cpplib:h.Window
  216. o.StartFtp:    C:h.Gadgets
  217. o.StartFtp:    c:h.gadgets
  218. o.StartFtp:    cpplib:h.Register
  219. o.StartFtp:    C:h.event
  220. o.StartFtp:    C:h.toolbox
  221. o.StartFtp:    cpplib:h.Object
  222. o.StartFtp:    C:h.iostream
  223. o.StartFtp:    C:h.memory
  224. o.StartFtp:    h.UserEvents
  225. o.StartFtp:    h.FtpDirView
  226. o.StartFtp:    cpplib:h.wimp_mess
  227. o.StartFtp:    C:h.swis
  228. o.StartFtp:    cpplib:h.ucompare
  229. o.Ftp:    c++.Ftp
  230. o.Ftp:    h.Ftp
  231. o.Ftp:    h.Nullthread
  232. o.Ftp:    cpplib:h.Register
  233. o.Ftp:    C:h.event
  234. o.Ftp:    C:h.wimp
  235. o.Ftp:    C:h.toolbox
  236. o.Ftp:    C:h.kernel
  237. o.Ftp:    C:h.toolbox
  238. o.Ftp:    cpplib:h.Object
  239. o.Ftp:    C:h.Toolbox
  240. o.Ftp:    C:h.Wimplib
  241. o.Ftp:    cpplib:h.string
  242. o.Ftp:    cpplib:h.bool
  243. o.Ftp:    cpplib:h.WimpExt
  244. o.Ftp:    C:h.wimplib
  245. o.Ftp:    h.AsyncSock
  246. o.Ftp:    cpplib:h.Register
  247. o.Ftp:    C:h.socket
  248. o.Ftp:    C:h.netdb
  249. o.Ftp:    C:h.ioctl
  250. o.Ftp:    C:h.sock_errno
  251. o.Ftp:    C:h.in
  252. o.Ftp:    h.NullThread
  253. o.Ftp:    h.SendRecv
  254. o.Ftp:    cpplib:h.bool
  255. o.Ftp:    h.FtpSender
  256. o.Ftp:    h.sendrecv
  257. o.Ftp:    C:h.fstream
  258. o.Ftp:    C:h.iostream
  259. o.Ftp:    C:h.memory
  260. o.Ftp:    h.FileType
  261. o.Ftp:    h.FileType
  262. o.Ftp:    C:h.strstream
  263. o.Ftp:    C:h.stdlib
  264. o.Ftp:    h.ConvPath
  265. o.Ftp:    cpplib:h.toolbx
  266. o.Ftp:    cpplib:h.string
  267. o.Ftp:    c:h.ToolBox
  268. o.Ftp:    cpplib:h.Sprite
  269. o.Ftp:    C:h.swis
  270. o.FtpDirView:    c++.FtpDirView
  271. o.FtpDirView:    h.FtpDirView
  272. o.FtpDirView:    C:h.strstream
  273. o.FtpDirView:    C:h.iostream
  274. o.FtpDirView:    C:h.memory
  275. o.FtpDirView:    C:h.fstream
  276. o.FtpDirView:    C:h.iostream
  277. o.FtpDirView:    h.Ftp
  278. o.FtpDirView:    h.Nullthread
  279. o.FtpDirView:    cpplib:h.Register
  280. o.FtpDirView:    C:h.event
  281. o.FtpDirView:    C:h.wimp
  282. o.FtpDirView:    C:h.toolbox
  283. o.FtpDirView:    C:h.kernel
  284. o.FtpDirView:    C:h.toolbox
  285. o.FtpDirView:    cpplib:h.Object
  286. o.FtpDirView:    C:h.Toolbox
  287. o.FtpDirView:    C:h.Wimplib
  288. o.FtpDirView:    cpplib:h.string
  289. o.FtpDirView:    cpplib:h.bool
  290. o.FtpDirView:    cpplib:h.WimpExt
  291. o.FtpDirView:    C:h.wimplib
  292. o.FtpDirView:    h.AsyncSock
  293. o.FtpDirView:    cpplib:h.Register
  294. o.FtpDirView:    C:h.socket
  295. o.FtpDirView:    C:h.netdb
  296. o.FtpDirView:    C:h.ioctl
  297. o.FtpDirView:    C:h.sock_errno
  298. o.FtpDirView:    C:h.in
  299. o.FtpDirView:    h.NullThread
  300. o.FtpDirView:    h.SendRecv
  301. o.FtpDirView:    cpplib:h.bool
  302. o.FtpDirView:    h.FtpSender
  303. o.FtpDirView:    h.sendrecv
  304. o.FtpDirView:    C:h.fstream
  305. o.FtpDirView:    h.FileType
  306. o.FtpDirView:    h.FileType
  307. o.FtpDirView:    cpplib:h.Register
  308. o.FtpDirView:    h.NullThread
  309. o.FtpDirView:    cpplib:h.Window
  310. o.FtpDirView:    cpplib:h.Object
  311. o.FtpDirView:    C:h.window
  312. o.FtpDirView:    C:h.gadgets
  313. o.FtpDirView:    cpplib:h.BBox
  314. o.FtpDirView:    C:h.wimp
  315. o.FtpDirView:    cpplib:h.bool
  316. o.FtpDirView:    cpplib:h.wimpext
  317. o.FtpDirView:    cpplib:h.CPP_Gadget
  318. o.FtpDirView:    cpplib:h.Window
  319. o.FtpDirView:    C:h.Gadgets
  320. o.FtpDirView:    c:h.gadgets
  321. o.FtpDirView:    h.FtpDir
  322. o.FtpDirView:    cpplib:h.Flex_c
  323. o.FtpDirView:    C:h.flex
  324. o.FtpDirView:    cpplib:h.Wimpext
  325. o.FtpDirView:    cpplib:h.string
  326. o.FtpDirView:    cpplib:h.Window
  327. o.FtpDirView:    cpplib:h.Register
  328. o.FtpDirView:    h.SendRecv
  329. o.FtpDirView:    h.UserEvents
  330. o.FtpDirView:    cpplib:h.Menu
  331. o.FtpDirView:    cpplib:h.Object
  332. o.FtpDirView:    cpplib:h.CPP_Gadget
  333. o.FtpDirView:    C:h.menu
  334. o.FtpDirView:    cpplib:h.convert
  335. o.FtpDirView:    C:h.wimplib
  336. o.FtpDirView:    cpplib:h.WimpExt
  337. o.FtpDirView:    cpplib:h.wimp_mess
  338. o.FtpDirView:    h.FileList
  339. o.FtpDirView:    cpplib:h.string
  340. o.FtpDirView:    cpplib:h.flex_c
  341. o.FtpDirView:    cpplib:h.file
  342. o.FtpDirView:    cpplib:h.bool
  343. o.FtpDirView:    h.mysaveas
  344. o.FtpDirView:    cpplib:h.Window
  345. o.FtpDirView:    cpplib:h.CPP_Gadget
  346. o.FtpDirView:    C:h.swis
  347. o.FtpDirView:    cpplib:h.BBox
  348. o.FtpDirView:    cpplib:h.file
  349. o.FtpDirView:    h.FtpSender
  350. o.FtpDirView:    h.ErrorBox
  351. o.FtpDirView:    cpplib:h.QuitDbox
  352. o.FtpDirView:    cpplib:h.Object
  353. o.FtpDirView:    c:h.quit
  354. o.FtpDirView:    h.ConvPath
  355. o.FtpDirView:    cpplib:h.Toolbx
  356. o.FtpDirView:    cpplib:h.string
  357. o.FtpDirView:    c:h.ToolBox
  358. o.FtpDirView:    cpplib:h.Sprite
  359. o.FtpDirView:    C:h.swis
  360. o.FtpDirView:    h.deletedir
  361. o.FtpDirView:    h.dnloadfile
  362. o.FtpDirView:    C:h.fstream
  363. o.FtpDirView:    h.filetype
  364. o.FtpDirView:    h.sendrecv
  365. o.FtpDirView:    h.dwnloaddir
  366. o.FtpDirView:    h.filetype
  367. o.FtpDirView:    h.AppUpload
  368. o.FtpDirView:    h.FileType
  369. o.FtpDirView:    h.FtpSender
  370. o.FtpDirView:    h.NullThread
  371. o.FtpDirView:    h.ftp
  372. o.FtpDirView:    h.AppDnload
  373. o.FtpDirView:    C:h.wimp
  374. o.FtpDirView:    h.FileType
  375. o.FtpDirView:    h.DnloadFile
  376. o.FtpDirView:    h.testld
  377. o.FtpDir:    c++.FtpDir
  378. o.FtpDir:    h.FtpDir
  379. o.FtpDir:    cpplib:h.Flex_c
  380. o.FtpDir:    C:h.flex
  381. o.FtpDir:    cpplib:h.Wimpext
  382. o.FtpDir:    C:h.wimplib
  383. o.FtpDir:    C:h.kernel
  384. o.FtpDir:    C:h.wimp
  385. o.FtpDir:    cpplib:h.string
  386. o.FtpDir:    cpplib:h.bool
  387. o.FtpDir:    cpplib:h.Window
  388. o.FtpDir:    cpplib:h.Object
  389. o.FtpDir:    C:h.Toolbox
  390. o.FtpDir:    C:h.Wimplib
  391. o.FtpDir:    cpplib:h.string
  392. o.FtpDir:    cpplib:h.WimpExt
  393. o.FtpDir:    C:h.window
  394. o.FtpDir:    C:h.gadgets
  395. o.FtpDir:    cpplib:h.BBox
  396. o.FtpDir:    C:h.wimp
  397. o.FtpDir:    cpplib:h.bool
  398. o.FtpDir:    cpplib:h.wimpext
  399. o.FtpDir:    cpplib:h.Register
  400. o.FtpDir:    C:h.event
  401. o.FtpDir:    C:h.toolbox
  402. o.FtpDir:    cpplib:h.Object
  403. o.FtpDir:    h.SendRecv
  404. o.FtpDir:    cpplib:h.bool
  405. o.FtpDir:    cpplib:h.convert
  406. o.FtpDir:    C:h.wimplib
  407. o.FtpDir:    cpplib:h.WimpExt
  408. o.FtpDir:    cpplib:h.BBox
  409. o.FtpDir:    C:h.iostream
  410. o.FtpDir:    C:h.memory
  411. o.FtpDir:    h.filetype
  412. o.FileList:    c++.FileList
  413. o.FileList:    h.FileList
  414. o.FileList:    cpplib:h.string
  415. o.FileList:    cpplib:h.bool
  416. o.FileList:    cpplib:h.flex_c
  417. o.FileList:    C:h.flex
  418. o.FileList:    cpplib:h.file
  419. o.FileList:    cpplib:h.bool
  420. o.FileList:    C:h.swis
  421. o.FileList:    C:h.kernel
  422. o.FileList:    cpplib:h.file
  423. o.SendRecv:    c++.SendRecv
  424. o.SendRecv:    h.SendRecv
  425. o.SendRecv:    cpplib:h.bool
  426. o.SendRecv:    h.NullThread
  427. o.SendRecv:    cpplib:h.Register
  428. o.SendRecv:    C:h.event
  429. o.SendRecv:    C:h.wimp
  430. o.SendRecv:    C:h.toolbox
  431. o.SendRecv:    C:h.kernel
  432. o.SendRecv:    C:h.toolbox
  433. o.SendRecv:    cpplib:h.Object
  434. o.SendRecv:    C:h.Toolbox
  435. o.SendRecv:    C:h.Wimplib
  436. o.SendRecv:    cpplib:h.string
  437. o.SendRecv:    cpplib:h.bool
  438. o.SendRecv:    cpplib:h.WimpExt
  439. o.SendRecv:    C:h.wimplib
  440. o.FileType:    c++.FileType
  441. o.FileType:    h.filetype
  442. o.FileType:    cpplib:h.string
  443. o.FileType:    cpplib:h.bool
  444. o.FileType:    cpplib:h.file
  445. o.FileType:    cpplib:h.bool
  446. o.FileType:    C:h.swis
  447. o.FileType:    C:h.kernel
  448. o.FileType:    C:h.strstream
  449. o.FileType:    C:h.iostream
  450. o.FileType:    C:h.memory
  451. o.FileType:    C:h.fstream
  452. o.FileType:    C:h.iostream
  453. o.MySaveAs:    c++.MySaveAs
  454. o.MySaveAs:    h.MySaveAs
  455. o.MySaveAs:    cpplib:h.Window
  456. o.MySaveAs:    cpplib:h.Object
  457. o.MySaveAs:    C:h.Toolbox
  458. o.MySaveAs:    C:h.kernel
  459. o.MySaveAs:    C:h.wimp
  460. o.MySaveAs:    C:h.Wimplib
  461. o.MySaveAs:    cpplib:h.string
  462. o.MySaveAs:    cpplib:h.bool
  463. o.MySaveAs:    cpplib:h.WimpExt
  464. o.MySaveAs:    C:h.wimplib
  465. o.MySaveAs:    C:h.window
  466. o.MySaveAs:    C:h.gadgets
  467. o.MySaveAs:    cpplib:h.BBox
  468. o.MySaveAs:    C:h.wimp
  469. o.MySaveAs:    cpplib:h.bool
  470. o.MySaveAs:    cpplib:h.wimpext
  471. o.MySaveAs:    cpplib:h.CPP_Gadget
  472. o.MySaveAs:    cpplib:h.Window
  473. o.MySaveAs:    C:h.Gadgets
  474. o.MySaveAs:    c:h.gadgets
  475. o.MySaveAs:    h.FileType
  476. o.FtpSender:    c++.FtpSender
  477. o.FtpSender:    h.FtpSender
  478. o.FtpSender:    h.sendrecv
  479. o.FtpSender:    cpplib:h.bool
  480. o.FtpSender:    C:h.fstream
  481. o.FtpSender:    C:h.iostream
  482. o.FtpSender:    C:h.memory
  483. o.FtpSender:    h.FileType
  484. o.FtpSender:    cpplib:h.string
  485. o.FtpSender:    cpplib:h.bool
  486. o.FtpSender:    h.NullThread
  487. o.FtpSender:    cpplib:h.Register
  488. o.FtpSender:    C:h.event
  489. o.FtpSender:    C:h.wimp
  490. o.FtpSender:    C:h.toolbox
  491. o.FtpSender:    C:h.kernel
  492. o.FtpSender:    C:h.toolbox
  493. o.FtpSender:    cpplib:h.Object
  494. o.FtpSender:    C:h.Toolbox
  495. o.FtpSender:    C:h.Wimplib
  496. o.FtpSender:    cpplib:h.string
  497. o.FtpSender:    cpplib:h.WimpExt
  498. o.FtpSender:    C:h.wimplib
  499. o.FtpSender:    cpplib:h.file
  500. o.FtpSender:    cpplib:h.bool
  501. o.ProgramInf:    c++.ProgramInf
  502. o.ProgramInf:    h.Programinf
  503. o.ProgramInf:    cpplib:h.proginfo
  504. o.ProgramInf:    cpplib:h.Object
  505. o.ProgramInf:    C:h.Toolbox
  506. o.ProgramInf:    C:h.kernel
  507. o.ProgramInf:    C:h.wimp
  508. o.ProgramInf:    C:h.Wimplib
  509. o.ProgramInf:    cpplib:h.string
  510. o.ProgramInf:    cpplib:h.bool
  511. o.ProgramInf:    cpplib:h.WimpExt
  512. o.ProgramInf:    C:h.wimplib
  513. o.ProgramInf:    c:h.proginfo
  514. o.ProgramInf:    c:h.window
  515. o.ProgramInf:    c:h.gadgets
  516. o.ProgramInf:    cpplib:h.Register
  517. o.ProgramInf:    C:h.event
  518. o.ProgramInf:    C:h.toolbox
  519. o.ProgramInf:    cpplib:h.Object
  520. o.ProgramInf:    C:h.strstream
  521. o.ProgramInf:    C:h.iostream
  522. o.ProgramInf:    C:h.memory
  523. o.ProgramInf:    h.Version
  524. o.ErrorBox:    c++.ErrorBox
  525. o.ErrorBox:    h.ErrorBox
  526. o.ErrorBox:    cpplib:h.Window
  527. o.ErrorBox:    cpplib:h.Object
  528. o.ErrorBox:    C:h.Toolbox
  529. o.ErrorBox:    C:h.kernel
  530. o.ErrorBox:    C:h.wimp
  531. o.ErrorBox:    C:h.Wimplib
  532. o.ErrorBox:    cpplib:h.string
  533. o.ErrorBox:    cpplib:h.bool
  534. o.ErrorBox:    cpplib:h.WimpExt
  535. o.ErrorBox:    C:h.wimplib
  536. o.ErrorBox:    C:h.window
  537. o.ErrorBox:    C:h.gadgets
  538. o.ErrorBox:    cpplib:h.BBox
  539. o.ErrorBox:    C:h.wimp
  540. o.ErrorBox:    cpplib:h.bool
  541. o.ErrorBox:    cpplib:h.wimpext
  542. o.ErrorBox:    cpplib:h.CPP_Gadget
  543. o.ErrorBox:    cpplib:h.Window
  544. o.ErrorBox:    C:h.Gadgets
  545. o.ErrorBox:    c:h.gadgets
  546. o.ConvPath:    c++.ConvPath
  547. o.ConvPath:    h.ConvPath
  548. o.ConvPath:    cpplib:h.string
  549. o.ConvPath:    cpplib:h.bool
  550. o.ConvPath:    C:h.ctype
  551. o.Script:    c++.Script
  552. o.Script:    h.Script
  553. o.Script:    h.FTPcFType
  554. o.Script:    cpplib:h.file
  555. o.Script:    cpplib:h.bool
  556. o.Script:    cpplib:h.ucompare
  557. o.Script:    C:h.fstream
  558. o.Script:    C:h.iostream
  559. o.Script:    C:h.memory
  560. o.Script:    h.UserMenu
  561. o.UserMenu:    c++.UserMenu
  562. o.UserMenu:    h.UserMenu
  563. o.UserMenu:    cpplib:h.Menu
  564. o.UserMenu:    cpplib:h.Object
  565. o.UserMenu:    C:h.Toolbox
  566. o.UserMenu:    C:h.kernel
  567. o.UserMenu:    C:h.wimp
  568. o.UserMenu:    C:h.Wimplib
  569. o.UserMenu:    cpplib:h.string
  570. o.UserMenu:    cpplib:h.bool
  571. o.UserMenu:    cpplib:h.WimpExt
  572. o.UserMenu:    C:h.wimplib
  573. o.UserMenu:    cpplib:h.CPP_Gadget
  574. o.UserMenu:    cpplib:h.Window
  575. o.UserMenu:    cpplib:h.Object
  576. o.UserMenu:    C:h.window
  577. o.UserMenu:    C:h.gadgets
  578. o.UserMenu:    cpplib:h.BBox
  579. o.UserMenu:    C:h.wimp
  580. o.UserMenu:    cpplib:h.bool
  581. o.UserMenu:    cpplib:h.wimpext
  582. o.UserMenu:    C:h.Gadgets
  583. o.UserMenu:    c:h.gadgets
  584. o.UserMenu:    C:h.menu
  585. o.UserMenu:    cpplib:h.ucompare
  586. o.UserMenu:    C:h.iostream
  587. o.UserMenu:    C:h.memory
  588. o.UserMenu:    cpplib:h.Register
  589. o.UserMenu:    C:h.event
  590. o.UserMenu:    C:h.toolbox
  591. o.UserMenu:    cpplib:h.Object
  592. o.UserMenu:    h.StartFtp
  593. o.UserMenu:    C:h.swis
  594. o.DeleteDir:    c++.DeleteDir
  595. o.DeleteDir:    h.DeleteDir
  596. o.DeleteDir:    h.FtpDir
  597. o.DeleteDir:    cpplib:h.Flex_c
  598. o.DeleteDir:    C:h.flex
  599. o.DeleteDir:    cpplib:h.Wimpext
  600. o.DeleteDir:    C:h.wimplib
  601. o.DeleteDir:    C:h.kernel
  602. o.DeleteDir:    C:h.wimp
  603. o.DeleteDir:    cpplib:h.string
  604. o.DeleteDir:    cpplib:h.bool
  605. o.DeleteDir:    cpplib:h.Window
  606. o.DeleteDir:    cpplib:h.Object
  607. o.DeleteDir:    C:h.Toolbox
  608. o.DeleteDir:    C:h.Wimplib
  609. o.DeleteDir:    cpplib:h.string
  610. o.DeleteDir:    cpplib:h.WimpExt
  611. o.DeleteDir:    C:h.window
  612. o.DeleteDir:    C:h.gadgets
  613. o.DeleteDir:    cpplib:h.BBox
  614. o.DeleteDir:    C:h.wimp
  615. o.DeleteDir:    cpplib:h.bool
  616. o.DeleteDir:    cpplib:h.wimpext
  617. o.DeleteDir:    cpplib:h.Register
  618. o.DeleteDir:    C:h.event
  619. o.DeleteDir:    C:h.toolbox
  620. o.DeleteDir:    cpplib:h.Object
  621. o.DeleteDir:    h.SendRecv
  622. o.DeleteDir:    cpplib:h.bool
  623. o.DeleteDir:    h.Ftp
  624. o.DeleteDir:    h.Nullthread
  625. o.DeleteDir:    cpplib:h.Register
  626. o.DeleteDir:    h.AsyncSock
  627. o.DeleteDir:    cpplib:h.Register
  628. o.DeleteDir:    C:h.socket
  629. o.DeleteDir:    C:h.netdb
  630. o.DeleteDir:    C:h.ioctl
  631. o.DeleteDir:    C:h.sock_errno
  632. o.DeleteDir:    C:h.in
  633. o.DeleteDir:    h.NullThread
  634. o.DeleteDir:    h.SendRecv
  635. o.DeleteDir:    h.FtpSender
  636. o.DeleteDir:    h.sendrecv
  637. o.DeleteDir:    C:h.fstream
  638. o.DeleteDir:    C:h.iostream
  639. o.DeleteDir:    C:h.memory
  640. o.DeleteDir:    h.FileType
  641. o.DeleteDir:    h.FileType
  642. o.DeleteDir:    h.NullThread
  643. o.DeleteDir:    C:h.iostream
  644. o.DnloadFile:    c++.DnloadFile
  645. o.DnloadFile:    h.DnloadFile
  646. o.DnloadFile:    C:h.fstream
  647. o.DnloadFile:    C:h.iostream
  648. o.DnloadFile:    C:h.memory
  649. o.DnloadFile:    h.filetype
  650. o.DnloadFile:    cpplib:h.string
  651. o.DnloadFile:    cpplib:h.bool
  652. o.DnloadFile:    h.sendrecv
  653. o.DnloadFile:    cpplib:h.bool
  654. o.DnloadFile:    h.NullThread
  655. o.DnloadFile:    cpplib:h.Register
  656. o.DnloadFile:    C:h.event
  657. o.DnloadFile:    C:h.wimp
  658. o.DnloadFile:    C:h.toolbox
  659. o.DnloadFile:    C:h.kernel
  660. o.DnloadFile:    C:h.toolbox
  661. o.DnloadFile:    cpplib:h.Object
  662. o.DnloadFile:    C:h.Toolbox
  663. o.DnloadFile:    C:h.Wimplib
  664. o.DnloadFile:    cpplib:h.string
  665. o.DnloadFile:    cpplib:h.WimpExt
  666. o.DnloadFile:    C:h.wimplib
  667. o.DnloadFile:    h.Ftp
  668. o.DnloadFile:    h.Nullthread
  669. o.DnloadFile:    h.AsyncSock
  670. o.DnloadFile:    cpplib:h.Register
  671. o.DnloadFile:    C:h.socket
  672. o.DnloadFile:    C:h.netdb
  673. o.DnloadFile:    C:h.ioctl
  674. o.DnloadFile:    C:h.sock_errno
  675. o.DnloadFile:    C:h.in
  676. o.DnloadFile:    h.NullThread
  677. o.DnloadFile:    h.SendRecv
  678. o.DnloadFile:    h.FtpSender
  679. o.DnloadFile:    h.sendrecv
  680. o.DnloadFile:    C:h.fstream
  681. o.DnloadFile:    h.FileType
  682. o.DnloadFile:    h.FileType
  683. o.DnloadFile:    h.FileType
  684. o.DnloadFile:    cpplib:h.file
  685. o.DnloadFile:    cpplib:h.bool
  686. o.DwnloadDir:    c++.DwnloadDir
  687. o.DwnloadDir:    h.DwnLoadDir
  688. o.DwnloadDir:    h.filetype
  689. o.DwnloadDir:    cpplib:h.string
  690. o.DwnloadDir:    cpplib:h.bool
  691. o.DwnloadDir:    h.FtpDir
  692. o.DwnloadDir:    cpplib:h.Flex_c
  693. o.DwnloadDir:    C:h.flex
  694. o.DwnloadDir:    cpplib:h.Wimpext
  695. o.DwnloadDir:    C:h.wimplib
  696. o.DwnloadDir:    C:h.kernel
  697. o.DwnloadDir:    C:h.wimp
  698. o.DwnloadDir:    cpplib:h.string
  699. o.DwnloadDir:    cpplib:h.Window
  700. o.DwnloadDir:    cpplib:h.Object
  701. o.DwnloadDir:    C:h.Toolbox
  702. o.DwnloadDir:    C:h.Wimplib
  703. o.DwnloadDir:    cpplib:h.string
  704. o.DwnloadDir:    cpplib:h.WimpExt
  705. o.DwnloadDir:    C:h.window
  706. o.DwnloadDir:    C:h.gadgets
  707. o.DwnloadDir:    cpplib:h.BBox
  708. o.DwnloadDir:    C:h.wimp
  709. o.DwnloadDir:    cpplib:h.bool
  710. o.DwnloadDir:    cpplib:h.wimpext
  711. o.DwnloadDir:    cpplib:h.Register
  712. o.DwnloadDir:    C:h.event
  713. o.DwnloadDir:    C:h.toolbox
  714. o.DwnloadDir:    cpplib:h.Object
  715. o.DwnloadDir:    h.SendRecv
  716. o.DwnloadDir:    cpplib:h.bool
  717. o.DwnloadDir:    h.NullThread
  718. o.DwnloadDir:    cpplib:h.Register
  719. o.DwnloadDir:    C:h.iostream
  720. o.DwnloadDir:    C:h.memory
  721. o.DwnloadDir:    h.DnloadFile
  722. o.DwnloadDir:    C:h.fstream
  723. o.DwnloadDir:    C:h.iostream
  724. o.DwnloadDir:    h.filetype
  725. o.DwnloadDir:    h.sendrecv
  726. o.DwnloadDir:    h.ftp
  727. o.DwnloadDir:    h.Nullthread
  728. o.DwnloadDir:    h.AsyncSock
  729. o.DwnloadDir:    cpplib:h.Register
  730. o.DwnloadDir:    C:h.socket
  731. o.DwnloadDir:    C:h.netdb
  732. o.DwnloadDir:    C:h.ioctl
  733. o.DwnloadDir:    C:h.sock_errno
  734. o.DwnloadDir:    C:h.in
  735. o.DwnloadDir:    h.NullThread
  736. o.DwnloadDir:    h.SendRecv
  737. o.DwnloadDir:    h.FtpSender
  738. o.DwnloadDir:    h.sendrecv
  739. o.DwnloadDir:    C:h.fstream
  740. o.DwnloadDir:    h.FileType
  741. o.DwnloadDir:    h.FileType
  742. o.DwnloadDir:    h.convpath
  743. o.DwnloadDir:    h.testld
  744. o.DwnloadDir:    C:h.swis
  745. o.DwnloadDir:    cpplib:h.file
  746. o.DwnloadDir:    cpplib:h.bool
  747. o.TestLd:    c++.TestLd
  748. o.AppUpload:    c++.AppUpload
  749. o.AppUpload:    h.AppUpload
  750. o.AppUpload:    h.FileType
  751. o.AppUpload:    cpplib:h.string
  752. o.AppUpload:    cpplib:h.bool
  753. o.AppUpload:    h.FtpSender
  754. o.AppUpload:    h.sendrecv
  755. o.AppUpload:    cpplib:h.bool
  756. o.AppUpload:    C:h.fstream
  757. o.AppUpload:    C:h.iostream
  758. o.AppUpload:    C:h.memory
  759. o.AppUpload:    h.FileType
  760. o.AppUpload:    h.NullThread
  761. o.AppUpload:    cpplib:h.Register
  762. o.AppUpload:    C:h.event
  763. o.AppUpload:    C:h.wimp
  764. o.AppUpload:    C:h.toolbox
  765. o.AppUpload:    C:h.kernel
  766. o.AppUpload:    C:h.toolbox
  767. o.AppUpload:    cpplib:h.Object
  768. o.AppUpload:    C:h.Toolbox
  769. o.AppUpload:    C:h.Wimplib
  770. o.AppUpload:    cpplib:h.string
  771. o.AppUpload:    cpplib:h.WimpExt
  772. o.AppUpload:    C:h.wimplib
  773. o.AppUpload:    h.ftp
  774. o.AppUpload:    h.Nullthread
  775. o.AppUpload:    h.AsyncSock
  776. o.AppUpload:    cpplib:h.Register
  777. o.AppUpload:    C:h.socket
  778. o.AppUpload:    C:h.netdb
  779. o.AppUpload:    C:h.ioctl
  780. o.AppUpload:    C:h.sock_errno
  781. o.AppUpload:    C:h.in
  782. o.AppUpload:    h.NullThread
  783. o.AppUpload:    h.SendRecv
  784. o.AppUpload:    h.FtpSender
  785. o.AppUpload:    h.FileType
  786. o.AppUpload:    cpplib:h.wimp_mess
  787. o.AppUpload:    h.ConvPath
  788. o.AppUpload:    cpplib:h.Register
  789. o.AppUpload:    h.ScrapFile
  790. o.AppUpload:    cpplib:h.file
  791. o.AppUpload:    cpplib:h.bool
  792. o.ScrapFile:    c++.ScrapFile
  793. o.ScrapFile:    h.ScrapFile
  794. o.ScrapFile:    cpplib:h.string
  795. o.ScrapFile:    cpplib:h.bool
  796. o.ScrapFile:    cpplib:h.file
  797. o.ScrapFile:    cpplib:h.bool
  798. o.ScrapFile:    C:h.swis
  799. o.ScrapFile:    C:h.kernel
  800. o.AppDnload:    c++.AppDnload
  801. o.AppDnload:    h.AppDnload
  802. o.AppDnload:    C:h.wimp
  803. o.AppDnload:    h.FileType
  804. o.AppDnload:    cpplib:h.string
  805. o.AppDnload:    cpplib:h.bool
  806. o.AppDnload:    h.DnloadFile
  807. o.AppDnload:    C:h.fstream
  808. o.AppDnload:    C:h.iostream
  809. o.AppDnload:    C:h.memory
  810. o.AppDnload:    h.filetype
  811. o.AppDnload:    h.sendrecv
  812. o.AppDnload:    cpplib:h.bool
  813. o.AppDnload:    h.scrapfile
  814. o.AppDnload:    h.DnloadFile
  815. o.AppDnload:    h.NullThread
  816. o.AppDnload:    cpplib:h.Register
  817. o.AppDnload:    C:h.event
  818. o.AppDnload:    C:h.toolbox
  819. o.AppDnload:    C:h.kernel
  820. o.AppDnload:    C:h.toolbox
  821. o.AppDnload:    cpplib:h.Object
  822. o.AppDnload:    C:h.Toolbox
  823. o.AppDnload:    C:h.Wimplib
  824. o.AppDnload:    cpplib:h.string
  825. o.AppDnload:    cpplib:h.WimpExt
  826. o.AppDnload:    C:h.wimplib
  827. o.AppDnload:    cpplib:h.file
  828. o.AppDnload:    cpplib:h.bool
  829.