You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 regels
674 B

  1. noinst_LIBRARIES = liblol.a
  2. liblol_a_SOURCES = \
  3. core.h matrix.h tiler.cpp tiler.h dict.cpp dict.h audio.cpp audio.h \
  4. scene.cpp scene.h font.cpp font.h layer.cpp layer.h map.cpp map.h \
  5. entity.cpp entity.h ticker.cpp ticker.h tileset.cpp tileset.h \
  6. forge.cpp forge.h video.cpp video.h timer.cpp timer.h bitfield.h \
  7. profiler.cpp profiler.h input.h input.cpp world.cpp world.h \
  8. sample.cpp sample.h sampler.cpp sampler.h \
  9. \
  10. sdlinput.cpp sdlinput.h \
  11. \
  12. debugfps.cpp debugfps.h debugsphere.cpp debugsphere.h \
  13. debugrecord.cpp debugrecord.h debugstats.cpp debugstats.h
  14. liblol_a_CXXFLAGS = `pkg-config --cflags sdl gl SDL_image`