Changeset 42 for abuse/trunk/src
- Timestamp:
- Mar 2, 2008, 1:17:35 AM (15 years ago)
- Location:
- abuse/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk
- Property svn:ignore
-
old new 10 10 libtool 11 11 stamp-h1 12 abuse -sdl.612 abuse.6
-
- Property svn:ignore
-
abuse/trunk/src
- Property svn:ignore
-
old new 4 4 .libs 5 5 *.a 6 *.exe 6 7 abuse 7 abuse.sdl
-
- Property svn:ignore
-
abuse/trunk/src/Makefile.am
r2 r42 3 3 SUBDIRS = net imlib sdlport 4 4 5 bin_PROGRAMS = abuse .sdl5 bin_PROGRAMS = abuse 6 6 7 abuse_ sdl_SOURCES = specache.cpp netcfg.cpp text_gui.cpp innet.cpp \7 abuse_SOURCES = specache.cpp netcfg.cpp text_gui.cpp innet.cpp \ 8 8 chat.cpp endgame.cpp version.cpp loadgame.cpp profile.cpp \ 9 9 cop.cpp statbar.cpp compiled.cpp ant.cpp sensor.cpp \ … … 17 17 devsel.cpp crc.cpp gamma.cpp language.cpp 18 18 19 abuse_ sdl_LDADD = ./sdlport/libsdlport.a ./imlib/libimlib.a ./net/libnet.a19 abuse_LDADD = ./sdlport/libsdlport.a ./imlib/libimlib.a ./net/libnet.a 20 20 21 abuse_ sdl_DEPENDENCIES = ./sdlport/libsdlport.a ./imlib/libimlib.a ./net/libnet.a21 abuse_DEPENDENCIES = ./sdlport/libsdlport.a ./imlib/libimlib.a ./net/libnet.a 22 22 23 23 INCLUDES = -I$(srcdir)/include -I$(srcdir)/imlib/include -I$(srcdir)/net/include $(SDL_CFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.