Makefile.fpc 212 B

123456789101112131415
  1. #
  2. # Makefile.fpc for OpenGL for FPC
  3. #
  4. [targets]
  5. dirs=linux build
  6. exampledirs=examples
  7. [install]
  8. packagename=opengl
  9. examplesubdir=opengl
  10. [defaults]
  11. defaultbuilddir=$(OS_TARGET)
  12. defaultinstalldir=$(OS_TARGET)