home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / winlib.lzh / WINLIB / TEST_B.PRJ < prev    next >
Encoding:
Text File  |  1994-01-16  |  1.4 KB  |  47 lines

  1. ; Project file for test program with WinLib
  2. ;
  3. ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
  4. ; Written by Karl Anders 0ygard (karlo@ifi.uio.no)
  5. ;         and Ken Hollis (khollis@bitsink.gbdata.com)
  6. ;
  7. ; If you intend to use this project file with Turbo C, change references
  8. ; to PC* libraries to TC*.
  9.  
  10. B:\test.prg
  11.  
  12. =
  13.  
  14. A:\PC\LIB\PCSTART.O        ; Pure C Header file
  15.  
  16. C:\test.o
  17.  
  18. B:\alert.o        ; Custom alert box
  19. ; cpanel.c        ; Global Control Panel
  20. B:\dialog.o        ; Dialog box handling
  21. B:\dispatch.o    ; Dispatch calling routines
  22. B:\extndobj.o    ; Extended Object Type fix routines
  23. B:\formkbd.o    ; Form keyboard routine
  24. ; B:\globhelp.o    ; Global help routine
  25. B:\image.o        ; Image scaling routines
  26. B:\menu.o        ; Windowed menu routines
  27. B:\mouse.o        ; Custom mouse routines
  28. B:\objects.o    ; Object routines
  29. B:\popup.o        ; Popup routines
  30. B:\resource.o    ; Resource handling routines
  31. B:\sliders.o    ; Slider routines
  32. B:\text.o        ; Windowed Text routines
  33. B:\timer.o        ; Timer routines
  34. B:\tools.o        ; WinLIB Pro tools
  35. B:\windows.o    ; Window handling
  36. B:\winlib.o        ; WinLIB Pro
  37. B:\xaes.o        ; eXtensions to AES
  38. B:\xvdi.o        ; eXtensions to VDI
  39.  
  40. B:\nkcc_tos.o    ; Normalized Keyboard Conversion Codes for TOS
  41.  
  42. A:\PC\LIB\PCSTDLIB.LIB    ; standard library
  43. A:\PC\LIB\PCGEMLIB.LIB    ; GEM library
  44. A:\PC\LIB\PCNGMLIB.LIB    ; New Pure C 1.1 GEM library (Falcon030)
  45. A:\PC\LIB\PCEXTLIB.LIB    ; Extended file library
  46. A:\PC\LIB\PCTOSLIB.LIB    ; TOS library
  47.