Update configure build with most recent changes. Pure makefile build
has to be updated separately. (Can someone _please_ rename those makefiles?) git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@242 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
ed77b87a53
commit
574e62bd5a
|
@ -1,11 +1,7 @@
|
|||
noinst_LIBRARIES = libivis02.a
|
||||
AM_CPPFLAGS = -I../framework -I../gamelib -I../.. -I../ivis_common
|
||||
libivis02_a_SOURCES = \
|
||||
bitimage.c \
|
||||
bspimd.c \
|
||||
fbf.c \
|
||||
imd.c \
|
||||
imdload.c \
|
||||
ivi.c \
|
||||
pcx.c \
|
||||
pieblitfunc.c \
|
||||
|
@ -24,12 +20,10 @@ libivis02_a_SOURCES = \
|
|||
textdraw.c \
|
||||
v4101_stub.c \
|
||||
vsr.c \
|
||||
rendmode.h \
|
||||
vid.h \
|
||||
screen.h \
|
||||
vsr.h \
|
||||
pietexture.h \
|
||||
tex.h \
|
||||
dglide.h \
|
||||
piematrix.h \
|
||||
v4101.h
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
noinst_LIBRARIES = libivis_common.a
|
||||
AM_CPPFLAGS = -I../framework -I../gamelib -I../..
|
||||
libivis_common_a_SOURCES = \
|
||||
bitimage.c \
|
||||
bug.c \
|
||||
fbf.c \
|
||||
imd.c \
|
||||
imdload.c \
|
||||
bitimage.h \
|
||||
bspfunc.h \
|
||||
bspimd.h \
|
||||
|
@ -22,6 +26,8 @@ libivis_common_a_SOURCES = \
|
|||
piestate.h \
|
||||
pietypes.h \
|
||||
rendfunc.h \
|
||||
rendmode.h \
|
||||
tex.h \
|
||||
textdraw.h
|
||||
|
||||
libivis_common_a_libs = ../framework/libframework.a
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
noinst_LIBRARIES = libivis_opengl.a
|
||||
AM_CPPFLAGS = -I../framework -I../gamelib -I../.. -I../ivis_common
|
||||
libivis_opengl_a_SOURCES = \
|
||||
bitimage.c \
|
||||
bspimd.c \
|
||||
fbf.c \
|
||||
imd.c \
|
||||
imdload.c \
|
||||
ivi.c \
|
||||
pcx.c \
|
||||
pieblitfunc.c \
|
||||
|
@ -26,8 +22,6 @@ libivis_opengl_a_SOURCES = \
|
|||
piematrix.h \
|
||||
pietexture.h \
|
||||
screen.h \
|
||||
tex.h \
|
||||
rendmode.h \
|
||||
vid.h
|
||||
|
||||
libivis_opengl_a_libs = ../framework/libframework.a ../ivis_common/libivis_common.a
|
||||
|
|
Loading…
Reference in New Issue