13 lines
199 B
Makefile
13 lines
199 B
Makefile
if BUILD_SSG
|
|
|
|
noinst_PROGRAMS = tween_test
|
|
|
|
tween_test_SOURCES = tween_test.cxx
|
|
|
|
tween_test_LDADD = -lplibssgaux -lplibssg -lplibsg -lplibpw -lplibul $(OGL_LIBS)
|
|
|
|
endif
|
|
|
|
EXTRA_DIST = tween_test.dsp
|
|
|