Browse Source

Add keystore.h to makefile.vs's header list.

pull/145/head
Eric Hosmer 13 years ago
parent
commit
58d9badfe2
  1. 2
      src/makefile.vc

2
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 \

Loading…
Cancel
Save