diff options
| author | Eric Hosmer <[email protected]> | 2011-07-01 20:17:10 -0400 |
|---|---|---|
| committer | Eric Hosmer <[email protected]> | 2011-07-01 20:17:10 -0400 |
| commit | 58d9badfe2170742fe66551acf8e4c02e8f3a98c (patch) | |
| tree | 553abfacb70ef0c046416a2084f89e89d1b635cf /src/makefile.vc | |
| parent | Further updated Visual C++ makefile. (diff) | |
| download | discoin-58d9badfe2170742fe66551acf8e4c02e8f3a98c.tar.xz discoin-58d9badfe2170742fe66551acf8e4c02e8f3a98c.zip | |
Add keystore.h to makefile.vs's header list.
Diffstat (limited to 'src/makefile.vc')
| -rw-r--r-- | src/makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.vc b/src/makefile.vc index 2c1553ae1..b25ba60c5 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -46,7 +46,7 @@ LIBS=$(LIBS) \ DEBUGFLAGS=/Os CFLAGS=/MD /c /nologo /EHsc /GR /Zm300 $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) HEADERS=headers.h strlcpy.h serialize.h uint256.h util.h key.h bignum.h base58.h \ - script.h db.h net.h irc.h main.h rpc.h uibase.h ui.h noui.h init.h wallet.h + script.h db.h net.h irc.h main.h rpc.h uibase.h ui.h noui.h init.h wallet.h keystore.h OBJS= \ obj\util.obj \ |