Subversion Repositories svn1

Rev

Rev 85 | Rev 94 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85 Rev 91
Line 1... Line 1...
1
OTHER_FILES += todo.txt \
1
OTHER_FILES += todo.txt \
2
    License.txt \
2
    License.txt \
-
 
3
    legend.txt \
-
 
4
    todo.txt \
-
 
5
    License.txt \
3
    legend.txt
6
    legend.txt
4
HEADERS += structs.h \
7
HEADERS += structs.h \
5
    proto.h \
8
    proto.h \
-
 
9
    consts.h \
-
 
10
    structs.h \
-
 
11
    proto.h \
6
    consts.h
12
    consts.h
7
SOURCES += upload.c \
13
SOURCES += upload.cpp \
8
    times.c \
14
    times.cpp \
9
    teamupd.c \
15
    teamupd.cpp \
10
    report.c \
16
    report.cpp \
11
    print.c \
17
    print.cpp \
12
    menudrv.c \
18
    menudrv.cpp \
13
    mara.c \
19
    mara.cpp \
14
    legtime.c \
20
    legtime.cpp \
15
    disqual.c \
21
    disqual.cpp \
16
    dcheck.c \
22
    dcheck.cpp \
17
    config.c \
23
    config.cpp \
18
    check.c \
24
    check.cpp \
19
    ages.c \
25
    ages.cpp \
20
    vduW32.c
26
    vduW32.cpp