[Bastion-cvs] bastion/src/save Makefile.am,NONE,1.1
Brought to you by:
jacek_kolodziej
|
From: Paweł Kęp. <t_...@us...> - 2004-07-14 23:18:39
|
Update of /cvsroot/bastion/bastion/src/save In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32042/src/save Added Files: Makefile.am Log Message: - dodanie wczytywania i zapisywania Configuration (nie wiem nawet to sie skompiluje, ale musze przeinstalowac Linuxa i wtedy bede mogl dzialac nico bardziej interaktywnie) --- NEW FILE: Makefile.am --- lib_LIBRARIES = libSave.a libUnit_a_SOURCES = BastionInput.h \ BastionOutput.h \ Common.h \ Configuration.h \ FileManager.h \ ObjectCreator.h \ SaveManager.h \ Serializer.h \ Configuration.cpp \ FileManager.cpp \ ObjectCreator.cpp \ SaveManager.cpp \ Serializer.cpp LDADD = INCLUDES = -I. -I$(top_srcdir)/src AM_CXXFLAGS = `sdl-config --cflags` SUBDIRS = . |