Adding the "subwin" demo to the MSVC 6.0 workspace, in both static and dynamic config...
[freeglut] / progs / demos / subwin / Makefile.am
1 EXTRA_DIST = subwin.c subwin.dsp
2 noinst_PROGRAMS = subwin
3 subwin_SOURCES = subwin.c
4 subwin_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
5 subwin_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)