Last change
on this file since 1307 was
1307,
checked in by sam, 9 years ago
|
core: move the Camera class from Orbital to the engine core.
|
File size:
435 bytes
|
Line | |
---|
1 | |
---|
2 | noinst_PROGRAMS = orbital |
---|
3 | |
---|
4 | orbital_SOURCES = \ |
---|
5 | orbital.cpp orbital.h mesh.h particlesystem.h |
---|
6 | orbital_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
7 | orbital_LDADD = |
---|
8 | orbital_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
9 | orbital_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
10 | |
---|
11 | all-local: orbital$(EXEEXT) |
---|
12 | test $(MAKE_FSELF) = no || make_fself orbital$(EXEEXT) orbital.self |
---|
13 | |
---|
14 | EXTRA_DIST = $(PNG) $(WAV) |
---|
15 | CLEANFILES = orbital.self |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.