diff options
author | Eric Lombrozo <elombrozo@gmail.com> | 2013-01-08 03:02:51 -0800 |
---|---|---|
committer | Eric Lombrozo <elombrozo@gmail.com> | 2013-06-05 23:14:52 -0700 |
commit | effc2770f50554416e7d7b27f5c5b5cef9489440 (patch) | |
tree | 353bbbdc57b6d8fcb24b74b83945f031db842c32 /src/makefile.linux-mingw | |
parent | 663224c2324d64134f8587fe77d1d787c0353b20 (diff) |
Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint.
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r-- | src/makefile.linux-mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 114a9491bd..9cfab5942a 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -73,6 +73,7 @@ OBJS= \ obj/init.o \ obj/bitcoind.o \ obj/keystore.o \ + obj/core.o \ obj/main.o \ obj/net.o \ obj/protocol.o \ |