home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk430.lzh / SmartFields / Lattice / compile.lattice < prev    next >
Text File  |  1991-01-11  |  3KB  |  78 lines

  1. ; v1.00 Executable batch file to mass compile SmartFields
  2. ; functions using the Amiga Lattice C compiler v3.10 or later
  3.  
  4. failat 1  ;causes the batch file to stop executing for compiler errors
  5.  
  6. lc -v SmartFields:functions/buffer_char_delete.c
  7. lc -v SmartFields:functions/buffer_char_insert.c
  8. lc -v SmartFields:functions/con_char_backspace.c
  9. lc -v SmartFields:functions/con_char_delete.c
  10. lc -v SmartFields:functions/con_char_insert.c
  11. lc -v SmartFields:functions/con_char_mult_delete.c
  12. lc -v SmartFields:functions/con_display_erase.c
  13. lc -v SmartFields:functions/con_events.c
  14. lc -v SmartFields:functions/con_graphic_rend.c
  15. lc -v SmartFields:functions/con_left_offset.c
  16. lc -v SmartFields:functions/con_line_erase.c
  17. lc -v SmartFields:functions/con_line_length.c
  18. lc -v SmartFields:functions/con_line_next.c
  19. lc -v SmartFields:functions/con_line_prev.c
  20. lc -v SmartFields:functions/con_line_scroll_down.c
  21. lc -v SmartFields:functions/con_line_scroll_up.c
  22. lc -v SmartFields:functions/con_open.c
  23. lc -v SmartFields:functions/con_page_length.c
  24. lc -v SmartFields:functions/con_put_char.c
  25. lc -v SmartFields:functions/con_put_line.c
  26. lc -v SmartFields:functions/con_put_string.c
  27. lc -v SmartFields:functions/con_read.c
  28. lc -v SmartFields:functions/con_top_offset.c
  29. lc -v SmartFields:functions/con_write.c
  30. lc -v SmartFields:functions/console_close.c
  31. lc -v SmartFields:functions/console_input.c
  32. lc -v SmartFields:functions/console_open.c
  33. lc -v SmartFields:functions/cursor_invisible.c
  34. lc -v SmartFields:functions/cursor_jump_left.c
  35. lc -v SmartFields:functions/cursor_jump_right.c
  36. lc -v SmartFields:functions/cursor_left.c
  37. lc -v SmartFields:functions/cursor_place.c
  38. lc -v SmartFields:functions/cursor_pos.c
  39. lc -v SmartFields:functions/cursor_right.c
  40. lc -v SmartFields:functions/cursor_visible.c
  41. lc -v SmartFields:functions/field_add_list.c
  42. lc -v SmartFields:functions/field_char_backspace.c
  43. lc -v SmartFields:functions/field_char_delete.c
  44. lc -v SmartFields:functions/field_char_type.c
  45. lc -v SmartFields:functions/field_clear.c
  46. lc -v SmartFields:functions/field_click.c
  47. lc -v SmartFields:functions/field_close.c
  48. lc -v SmartFields:functions/field_copy.c
  49. lc -v SmartFields:functions/field_cursor_left.c
  50. lc -v SmartFields:functions/field_cursor_right.c
  51. lc -v SmartFields:functions/field_cut.c
  52. lc -v SmartFields:functions/field_delete.c
  53. lc -v SmartFields:functions/field_delete_backward.c
  54. lc -v SmartFields:functions/field_delete_forward.c
  55. lc -v SmartFields:functions/field_disable.c
  56. lc -v SmartFields:functions/field_display.c
  57. lc -v SmartFields:functions/field_dup.c
  58. lc -v SmartFields:functions/field_enable.c
  59. lc -v SmartFields:functions/field_goto.c
  60. lc -v SmartFields:functions/field_input.c
  61. lc -v SmartFields:functions/field_left.c
  62. lc -v SmartFields:functions/field_link.c
  63. lc -v SmartFields:functions/field_open.c
  64. lc -v SmartFields:functions/field_paste.c
  65. lc -v SmartFields:functions/field_redisplay.c
  66. lc -v SmartFields:functions/field_refresh.c
  67. lc -v SmartFields:functions/field_remove_list.c
  68. lc -v SmartFields:functions/field_reshow.c
  69. lc -v SmartFields:functions/field_restore.c
  70. lc -v SmartFields:functions/field_right.c
  71. lc -v SmartFields:functions/field_tab_backward.c
  72. lc -v SmartFields:functions/field_tab_forward.c
  73. lc -v SmartFields:functions/mask_chars.c
  74. lc -v SmartFields:functions/mask_entire.c
  75. lc -v SmartFields:functions/mask_range.c
  76.  
  77. echo "COMPILATION COMPLETE!"
  78.