freeswitch/libs/libetpan/build-windows
Michael Jerris 1f52cf4f6a fix libetpan 0.48 windows build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3764 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-20 21:01:39 +00:00
..
libetpan add libetpan 0.48 to in tree libs 2006-12-20 20:28:56 +00:00
readmsg add libetpan 0.48 to in tree libs 2006-12-20 20:28:56 +00:00
smtpsend add libetpan 0.48 to in tree libs 2006-12-20 20:28:56 +00:00
build_headers.bat add libetpan 0.48 to in tree libs 2006-12-20 20:28:56 +00:00
build_headers.list fix libetpan 0.48 windows build. 2006-12-20 21:01:39 +00:00
libetpan_version.h add libetpan 0.48 to in tree libs 2006-12-20 20:28:56 +00:00
libetpan-config.h add libetpan 0.48 to in tree libs 2006-12-20 20:28:56 +00:00
libetpan.sln add libetpan 0.48 to in tree libs 2006-12-20 20:28:56 +00:00
README.txt add libetpan 0.48 to in tree libs 2006-12-20 20:28:56 +00:00
StdAfx.h add libetpan 0.48 to in tree libs 2006-12-20 20:28:56 +00:00

libEtPan!

     _________________________________________________________________

Windows Build:

This folder contains the suff needed for the Windows build.
     _________________________________________________________________

Build a version:

1. Open libetpan.sln with VC++ 7.1

2. Choose configuration Debug or Release

3. Build Solution

	This will generate libetpan.dll and readmsg.exe and the include/libetpan
folder. This folder, in combinaition with libetpan.lib, is needed for your
Windows applications using the libetpan.dll.

     _________________________________________________________________

Copy of headers:

The include folder is build by build_headers.bat, the dependence is not based on headers
files themselves, but on a fake file, genarated after the .bat was executed (_headers_depends).
So, if you modify original headers (in src), you need to remove this file to refresh the 
includes copy folder.

     _________________________________________________________________

Supported drivers:

	pop3
	imap
	nntp

     _________________________________________________________________

TODO : 

	- support mmap
	- support dirent
	- support Berkeley DB cache
 
     _________________________________________________________________