Last change
on this file since 2465 was
2465,
checked in by charles, 15 years ago
|
- make torrent list's columns sortable.
- remember torrent sort order between sessions.
- torrent list is getting too big; move it into its own file
--This line, and those below, will be ignored--
M wx/Makefile.am
A wx/torrent-list.cc
A wx/torrent-list.h
M wx/xmission.cc
|
File size:
246 bytes
|
Line | |
---|
1 | AM_CPPFLAGS = -I@top_srcdir@ @WX_CPPFLAGS@ |
---|
2 | AM_CXXFLAGS = @WX_CXXFLAGS@ |
---|
3 | SUBDIRS = images |
---|
4 | |
---|
5 | bin_PROGRAMS = Xmission |
---|
6 | |
---|
7 | Xmission_SOURCES = xmission.cc torrent-list.cc |
---|
8 | |
---|
9 | Xmission_LDADD = ../libtransmission/libtransmission.a @WX_LIBS@ $(PTHREAD_LIBS) -lm |
---|
Note: See
TracBrowser
for help on using the repository browser.