1
0
Fork 0

yet another Cygwin fix.

This commit is contained in:
ehofman 2005-02-18 17:42:46 +00:00
parent 1a93ac450a
commit 2a8f368072

View file

@ -1,7 +1,8 @@
noinst_PROGRAMS = threedconvert animassist normalmap noinst_PROGRAMS = threedconvert animassist normalmap
threedconvert_SOURCES = 3dconvert.cxx threedconvert_SOURCES = 3dconvert.cxx
threedconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) threedconvert_LDADD = -lplibssg -lplibsg -lplibul \
$(opengl_LIBS) $(joystick_LIBS)
animassist_SOURCES = animassist.c animassist_SOURCES = animassist.c
animassist_LDADD = $(base_LIBS) animassist_LDADD = $(base_LIBS)