This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-libneofx/Makefile.am
neoraider 1021d32f7c Physik-Engine angefangen.
Lightmaps implementiert.
2006-10-20 12:57:05 +00:00

3 lines
189 B
Makefile

lib_LTLIBRARIES = libneofx.la
libneofx_la_SOURCES = math.c collision.c physics.c
nobase_include_HEADERS = neofx/math.h neofx/collision.h neofx/types.h neofx/physics.h