Fix Makefile build.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@238 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
15c1f1eb31
commit
cff2cec8d8
|
@ -4,6 +4,7 @@ SUBDIRS=framework \
|
|||
script \
|
||||
sequence \
|
||||
sound \
|
||||
ivis_common \
|
||||
widget
|
||||
|
||||
ifeq ($(GFX), software)
|
||||
|
@ -19,6 +20,7 @@ SUBDIRS_CLEAN= framework \
|
|||
sequence \
|
||||
sound \
|
||||
widget \
|
||||
ivis_common \
|
||||
ivis02 \
|
||||
ivis_opengl
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ SRC_FILES= anim.c \
|
|||
pqueue.c \
|
||||
ptrlist.c
|
||||
|
||||
LIBS=framework sound
|
||||
LIBS=ivis_common framework sound
|
||||
|
||||
ifeq ($(GFX), software)
|
||||
LIBS+=ivis02
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
SRC_FILES= bitimage.c \
|
||||
bspimd.c \
|
||||
bug.c \
|
||||
fbf.c \
|
||||
imd.c \
|
||||
imdload.c \
|
||||
|
@ -23,7 +22,7 @@ SRC_FILES= bitimage.c \
|
|||
v4101_stub.c \
|
||||
vsr.c
|
||||
|
||||
LIBS=framework gamelib
|
||||
LIBS=framework gamelib ivis_common
|
||||
|
||||
LIB=ivis02
|
||||
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
SRC_FILES= bug.c
|
||||
|
||||
LIBS=framework gamelib
|
||||
|
||||
LIB=ivis_common
|
||||
|
||||
MAKERULES=../../makerules
|
||||
include $(MAKERULES)/lib.mk
|
||||
|
|
@ -20,7 +20,7 @@ SRC_FILES= bitimage.c \
|
|||
tex.c \
|
||||
textdraw.c
|
||||
|
||||
LIBS=framework gamelib
|
||||
LIBS=ivis_common framework gamelib
|
||||
|
||||
LIB=ivis_opengl
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ SRC_FILES= bar.c \
|
|||
tip.c \
|
||||
widget.c
|
||||
|
||||
LIBS=framework
|
||||
LIBS=framework ivis_common
|
||||
|
||||
ifeq ($(GFX), software)
|
||||
LIBS+=ivis02
|
||||
|
|
|
@ -126,6 +126,7 @@ LIBS= framework \
|
|||
script \
|
||||
sequence \
|
||||
sound \
|
||||
ivis_common \
|
||||
widget
|
||||
|
||||
EXT_LIBS= mad vorbisfile vorbis ogg $(OPENAL_LIB) SDL_net
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SVN_REVISION "Revision 224M"
|
||||
#define SVN_REVISION "Revision 237M"
|
||||
|
|
Loading…
Reference in New Issue