removed builder.[ch]pp from src/server/Makefile.am
ran autoreconf
This commit is contained in:
parent
9befbee952
commit
36bd973a06
3 changed files with 13 additions and 35 deletions
|
@ -1,9 +1,15 @@
|
|||
CVS HEAD:
|
||||
* added and improved unit images and castle images
|
||||
* new units:
|
||||
* Lizardman
|
||||
* updated translations:
|
||||
* catalan
|
||||
* french
|
||||
* fixed victory_when_enemies_defeated attribute wasn't serialized properly
|
||||
* fixed statistics showing incorrectly on all but scenario 1
|
||||
* fixed infliced damage labels being not always displayed
|
||||
* fixed strange name-endings in name generator
|
||||
* added fixes for OSX from Sithrandel
|
||||
* autotools signed char detection fix, now it uses C++ compiler
|
||||
|
||||
Version 0.7.3:
|
||||
|
|
|
@ -8,7 +8,6 @@ wesnothd_SOURCES = game.cpp \
|
|||
player.cpp \
|
||||
server.cpp \
|
||||
variable.cpp \
|
||||
../builder.cpp \
|
||||
../config.cpp \
|
||||
../filesystem.cpp \
|
||||
../game_config.cpp \
|
||||
|
@ -17,7 +16,6 @@ wesnothd_SOURCES = game.cpp \
|
|||
game.hpp \
|
||||
../game_events.hpp \
|
||||
player.hpp \
|
||||
../builder.hpp \
|
||||
../config.hpp \
|
||||
../filesystem.hpp \
|
||||
../game_config.hpp \
|
||||
|
|
|
@ -153,7 +153,6 @@ wesnothd_SOURCES = game.cpp \
|
|||
player.cpp \
|
||||
server.cpp \
|
||||
variable.cpp \
|
||||
../builder.cpp \
|
||||
../config.cpp \
|
||||
../filesystem.cpp \
|
||||
../game_config.cpp \
|
||||
|
@ -162,7 +161,6 @@ wesnothd_SOURCES = game.cpp \
|
|||
game.hpp \
|
||||
../game_events.hpp \
|
||||
player.hpp \
|
||||
../builder.hpp \
|
||||
../config.hpp \
|
||||
../filesystem.hpp \
|
||||
../game_config.hpp \
|
||||
|
@ -181,9 +179,8 @@ bin_PROGRAMS = wesnothd$(EXEEXT)
|
|||
PROGRAMS = $(bin_PROGRAMS)
|
||||
|
||||
am_wesnothd_OBJECTS = game.$(OBJEXT) player.$(OBJEXT) server.$(OBJEXT) \
|
||||
variable.$(OBJEXT) builder.$(OBJEXT) config.$(OBJEXT) \
|
||||
filesystem.$(OBJEXT) game_config.$(OBJEXT) log.$(OBJEXT) \
|
||||
network.$(OBJEXT)
|
||||
variable.$(OBJEXT) config.$(OBJEXT) filesystem.$(OBJEXT) \
|
||||
game_config.$(OBJEXT) log.$(OBJEXT) network.$(OBJEXT)
|
||||
wesnothd_OBJECTS = $(am_wesnothd_OBJECTS)
|
||||
wesnothd_LDADD = $(LDADD)
|
||||
wesnothd_DEPENDENCIES =
|
||||
|
@ -192,11 +189,11 @@ wesnothd_LDFLAGS =
|
|||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/builder.Po ./$(DEPDIR)/config.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/filesystem.Po ./$(DEPDIR)/game.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/game_config.Po ./$(DEPDIR)/log.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/network.Po ./$(DEPDIR)/player.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/server.Po ./$(DEPDIR)/variable.Po
|
||||
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/config.Po ./$(DEPDIR)/filesystem.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/game.Po ./$(DEPDIR)/game_config.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/log.Po ./$(DEPDIR)/network.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/player.Po ./$(DEPDIR)/server.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/variable.Po
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
|
@ -253,7 +250,6 @@ mostlyclean-compile:
|
|||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/builder.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesystem.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game.Po@am__quote@
|
||||
|
@ -286,28 +282,6 @@ distclean-compile:
|
|||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
builder.o: ../builder.cpp
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT builder.o -MD -MP -MF "$(DEPDIR)/builder.Tpo" \
|
||||
@am__fastdepCXX_TRUE@ -c -o builder.o `test -f '../builder.cpp' || echo '$(srcdir)/'`../builder.cpp; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/builder.Tpo" "$(DEPDIR)/builder.Po"; \
|
||||
@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/builder.Tpo"; exit 1; \
|
||||
@am__fastdepCXX_TRUE@ fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../builder.cpp' object='builder.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/builder.Po' tmpdepfile='$(DEPDIR)/builder.TPo' @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o builder.o `test -f '../builder.cpp' || echo '$(srcdir)/'`../builder.cpp
|
||||
|
||||
builder.obj: ../builder.cpp
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT builder.obj -MD -MP -MF "$(DEPDIR)/builder.Tpo" \
|
||||
@am__fastdepCXX_TRUE@ -c -o builder.obj `if test -f '../builder.cpp'; then $(CYGPATH_W) '../builder.cpp'; else $(CYGPATH_W) '$(srcdir)/../builder.cpp'; fi`; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/builder.Tpo" "$(DEPDIR)/builder.Po"; \
|
||||
@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/builder.Tpo"; exit 1; \
|
||||
@am__fastdepCXX_TRUE@ fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../builder.cpp' object='builder.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/builder.Po' tmpdepfile='$(DEPDIR)/builder.TPo' @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o builder.obj `if test -f '../builder.cpp'; then $(CYGPATH_W) '../builder.cpp'; else $(CYGPATH_W) '$(srcdir)/../builder.cpp'; fi`
|
||||
|
||||
config.o: ../config.cpp
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT config.o -MD -MP -MF "$(DEPDIR)/config.Tpo" \
|
||||
@am__fastdepCXX_TRUE@ -c -o config.o `test -f '../config.cpp' || echo '$(srcdir)/'`../config.cpp; \
|
||||
|
|
Loading…
Add table
Reference in a new issue