⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 small.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: small.so,v 10.5 2006/08/24 16:32:27 bostic Exp $])m4_ref_title(Building m4_db for Windows systems,    Building a small memory footprint library,,    build_win/intro, build_win/test)m4_p([dnlFor applications that don't require all of the functionality of the fullm4_db library, an option is provided to build a static library withcertain functionality disabled.  In particular, cryptography, hash andqueue access methods, replication and verification are all turned off.This can reduce the memory footprint of m4_db significantly.])m4_p([dnlIn general on Windows systems, you will want to evaluate the size of thefinal application, not the library build.  The Microsoft LIB file format(like UNIX archives) includes copies of all of the object files andadditional information.  The linker rearranges symbols and strips outthe overhead, and the resulting application is much smaller than thelibrary.   There is also a Visual C++ optimization to "Minimize size"that will reduce the library size by a few percent.])m4_p([dnlA Visual C++ project file called m4_path(db_small.dsp)  is provided forthis small memory configuration, but is not included in the workspaceby default.  To build, open Visual Studio and go to the m4_italic(File)menu.  Choose m4_italic(Open Workspace), change m4_italic(Files of Type)to m4_italic(Projects (.dsp)) and open m4_italic(db_small.dsp).])m4_p([dnlThe project supports two configurations - m4_italic(Release) andm4_italic(Debug).  During a build (F7), static libraries are created inm4_path(Release) or m4_path(Debug), respectively.  The library name ism4_path(libdb_small[]M4MAJOR[]M4MINOR[]sd.lib) for the debug build, orm4_path(libdb_small[]M4MAJOR[]M4MINOR[]s.lib) for the release build.])m4_p([dnlFor assistance in further reducing the size of the m4_db library, or inbuilding small memory footprint libraries on other systems, pleasecontact m4_db support.])m4_page_footer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -