Added initial LBreakout2 sources, already slightly modified - it does not work yet!

This commit is contained in:
pelya
2010-09-16 15:53:05 +03:00
parent ab7f63b305
commit 3e3025abcc
607 changed files with 192118 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
DEFS = @DEFS@ @network_flag@ @sdlnet_flag@ @inst_flag@ @locdir_flag@
bin_PROGRAMS = lbreakout2server
lbreakout2server_SOURCES = \
server.c server_game.c
EXTRA_DIST = server.h server_game.h
lbreakout2server_LDADD = ../common/libcommon.a ../game/libgame.a @sdlnet_lib_flag@
SUBDIRS = levels