Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

33 Zeilen
1.2 KiB

  1. noinst_LIBRARIES = liblol.a
  2. liblol_a_SOURCES = \
  3. core.h matrix.cpp matrix.h tiler.cpp tiler.h dict.cpp dict.h \
  4. audio.cpp audio.h scene.cpp scene.h font.cpp font.h layer.cpp layer.h \
  5. map.cpp map.h entity.cpp entity.h ticker.cpp ticker.h lolgl.h \
  6. tileset.cpp tileset.h forge.cpp forge.h video.cpp video.h log.cpp log.h \
  7. timer.cpp timer.h bitfield.h profiler.cpp profiler.h input.h input.cpp \
  8. world.cpp world.h sample.cpp sample.h sampler.cpp sampler.h \
  9. text.cpp text.h emitter.cpp emitter.h numeric.h hash.cpp hash.h \
  10. worldentity.cpp worldentity.h gradient.cpp gradient.h half.cpp half.h \
  11. platform.cpp platform.h sprite.cpp sprite.h trig.cpp trig.h \
  12. \
  13. eglapp.cpp eglapp.h \
  14. \
  15. platform/sdl/sdlapp.cpp platform/sdl/sdlapp.h \
  16. platform/sdl/sdlinput.cpp platform/sdl/sdlinput.h \
  17. \
  18. platform/ps3/ps3app.cpp platform/ps3/ps3app.h \
  19. platform/ps3/ps3input.cpp platform/ps3/ps3input.h \
  20. \
  21. shader/shader.cpp shader/shader.h \
  22. \
  23. image/image.cpp image/image.h \
  24. \
  25. loldebug.h \
  26. debug/fps.cpp debug/fps.h debug/sphere.cpp debug/sphere.h \
  27. debug/record.cpp debug/record.h debug/stats.cpp debug/stats.h \
  28. debug/quad.cpp debug/quad.h
  29. liblol_a_CPPFLAGS = @LOL_CFLAGS@