Changeset 1598 for trunk/tutorial
- Timestamp:
- Jul 8, 2012, 8:25:29 PM (9 years ago)
- Location:
- trunk/tutorial
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tutorial/Makefile.am
r1574 r1598 15 15 $(LOLFX_BUILD) 16 16 17 noinst_PROGRAMS = 01_triangle 02_cube 0 8_fbo 11_fractal17 noinst_PROGRAMS = 01_triangle 02_cube 05_easymesh 08_fbo 11_fractal 18 18 19 19 01_triangle_SOURCES = 01_triangle.cpp 01_triangle.lolfx … … 27 27 02_cube_DEPENDENCIES = $(top_builddir)/src/liblol.a 28 28 29 05_easymesh_SOURCES = 05_easymesh.cpp 30 05_easymesh_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 31 05_easymesh_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ 32 05_easymesh_DEPENDENCIES = $(top_builddir)/src/liblol.a 33 29 34 08_fbo_SOURCES = 08_fbo.cpp 08_fbo.lolfx 30 35 08_fbo_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
Note: See TracChangeset
for help on using the changeset viewer.