Changeset 2001 for trunk/tutorial
- Timestamp:
- Oct 9, 2012, 5:22:37 PM (8 years ago)
- Location:
- trunk/tutorial
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tutorial/Makefile.am
r1981 r2001 4 4 AM_CPPFLAGS = -I$(top_srcdir)/src 5 5 6 noinst_PROGRAMS = 01_triangle 02_cube 03_noise 05_easymesh 08_fbo 11_fractal 6 noinst_PROGRAMS = 01_triangle 02_cube 03_noise 04_texture 05_easymesh \ 7 08_fbo 11_fractal 7 8 8 9 01_triangle_SOURCES = 01_triangle.cpp 01_triangle.lolfx … … 21 22 03_noise_DEPENDENCIES = $(top_builddir)/src/liblol.a 22 23 24 04_texture_SOURCES = 04_texture.cpp 04_texture.lolfx 25 04_texture_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 26 04_texture_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ 27 04_texture_DEPENDENCIES = $(top_builddir)/src/liblol.a 28 23 29 05_easymesh_SOURCES = 05_easymesh.cpp 24 30 05_easymesh_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
Note: See TracChangeset
for help on using the changeset viewer.