home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lzop-1.00.tar.gz / lzop-1.00.tar / lzop-1.00 / b / tos / pc.prj < prev   
Text File  |  1998-04-15  |  1KB  |  67 lines

  1. ;
  2. ;  pc.prj -- project file for Pure C 1.0 (Sep 20 1991)
  3. ;  Copyright (C) 1997, 1998 Markus F.X.J. Oberhumer
  4. ;
  5.  
  6. ; name of executable program
  7. lzop.ttp
  8.  
  9.  
  10. ; ----- compiler options -----
  11. .C[-DSIZEOF_SIZE_T=4]
  12. .C[-DNO_FCNTL_H]
  13. .C[-DNO_IO_H]
  14. .C[-DNO_SYS_STAT_H]
  15. .C[-DNO_SYS_TYPES_H]
  16.  
  17. .C[-P]          ; use absolute calls
  18. .C[-I..\lzo-1.04\include]
  19. .C[-W -W-rch]
  20. .C[-L48]        ; maximum identifier length
  21. ;; .C[-G]          ; size optimization
  22. ;; .C[-Y]          ; add debug information
  23.  
  24. ; ----- linker options -----
  25. .L[-S=16384]    ; stacksize
  26. ;; .L[-Y]          ; add debug information
  27. ;; .L[-G]          ; add global symbols
  28. ;; .L[-L]          ; add local symbols
  29.  
  30. ; ----- assembler options -----
  31. ;; .S[-Y]          ; add debug information
  32.  
  33.  
  34. =           ; list of modules follows...
  35.  
  36. PCXSTART.O      ; startup code
  37.  
  38. src\c_ansic.c
  39. src\c_ansim.c
  40. src\c_init.c
  41. src\c_none.c
  42. src\c_screen.c
  43. src\compress.c
  44. src\djgpp2.c
  45. src\frames.c
  46. src\help.c
  47. src\lzop.c
  48. src\mygetopt.c
  49. src\p_lzo.c
  50. src\p_zlib.c
  51. src\s_curses.c
  52. src\s_djgpp2.c
  53. src\s_object.c
  54. src\s_vcsa.c
  55. src\util.c
  56. src\watcom.c
  57.  
  58. ..\lzo-1.04\lzo.lib
  59.  
  60. PCSTDLIB.LIB       ; standard library
  61. PCEXTLIB.LIB       ; extended library
  62.  
  63. ; PCFLTLIB.LIB       ; floating point library
  64. ; PCBGILIB.LIB       ; BGI library
  65. ; PCTOSLIB.LIB       ; TOS library
  66. ; PCGEMLIB.LIB       ; AES and VDI library
  67.