home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume13
/
x4war2
/
part04
/
Imakefile
next >
Wrap
Makefile
|
1992-08-03
|
281b
|
23 lines
# Imakefile for x4war
#
#
DEFINES= -DCHINESE
LOCAL_LIBRARIES = $(XTOOLLIB) $(XLIB)
SRCS = x4war.c war.c
OBJS = x4war.o war.o
SRCBG = bgbitmap.c
OBJSBG = bgbitmap.o
NormalProgramTarget(x4war,$(OBJS),,$(LOCAL_LIBRARIES),)
NormalProgramTarget(bgbitmap,$(OBJSBG),,$(XLIB),)