diff options
| author | Gavin Andresen <[email protected]> | 2010-07-23 13:58:39 +0000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2010-07-23 13:58:39 +0000 |
| commit | fe98cf8dc5066368b78e9ce208118c3532598dd2 (patch) | |
| tree | f5cbaf0e637fffa558ed92b7d3a2a5e790696d35 /makefile.vc | |
| parent | json-rpc password, minor UI tweaks, removed some outdated txt files (diff) | |
| download | discoin-fe98cf8dc5066368b78e9ce208118c3532598dd2.tar.xz discoin-fe98cf8dc5066368b78e9ce208118c3532598dd2.zip | |
Configuration file, HTTP Basic authentication
Diffstat (limited to 'makefile.vc')
| -rw-r--r-- | makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.vc b/makefile.vc index 14e6e3905..960551fbf 100644 --- a/makefile.vc +++ b/makefile.vc @@ -19,7 +19,7 @@ LIBPATHS= \ /LIBPATH:"/wxwidgets/lib/vc_lib" LIBS= \ - libboost_system-vc80-mt-gd.lib libboost_filesystem-vc80-mt-gd.lib \ + libboost_system-vc80-mt-gd.lib libboost_filesystem-vc80-mt-gd.lib libboost_program_options-vc80-mt-gd.lib \ libdb47sd.lib \ libeay32.lib \ wxmsw29ud_html.lib wxmsw29ud_core.lib wxmsw29ud_adv.lib wxbase29ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib \ |