Refactor: move alert code from main to alert.cpp/h

This commit is contained in:
Gavin Andresen
2012-08-28 17:04:54 -04:00
parent 06707dd610
commit f35c6c4fb9
10 changed files with 348 additions and 293 deletions

View File

@@ -55,6 +55,7 @@ LIBS += -l mingwthrd -l kernel32 -l user32 -l gdi32 -l comdlg32 -l winspool -l w
HEADERS = $(wildcard *.h)
OBJS= \
obj/alert.o \
obj/version.o \
obj/checkpoints.o \
obj/netbase.o \