Makefile.fpc 306 B

123456789101112131415
  1. #
  2. # Makefile.fpc for ncurses units example
  3. #
  4. [target]
  5. programs=firework testn ocrt_demo edit_demo db_demo screen_demo t1form t1menu t1panel t2form t2menu t2panel t3form tbackground tclock tevent tmouse tnlshello tpad twindow
  6. [require]
  7. packages=ncurses
  8. [install]
  9. fpcpackage=y
  10. [default]
  11. fpcdir=../../..