-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
64 lines (42 loc) · 2.41 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
$Id$
-------------------------------------------------------------------------------
WCELIBCEX - Windows CE C Library Extensions
-------------------------------------------------------------------------------
Project page: http://sourceforge.net/projects/wcelibcex
Package of C library extensions for Windows CE operating system.
It is a supplement to C library available on Windows CE platform.
The main objective of the project is to provide helper utilities for
porting applications from Unix and Windows.
Originally, the WCELIBCEX development was founded by Taxus SI Ltd.
and in 2005 released as an Open Source Software project.
The WCELIBCEX project is currently maintained by Mateusz Łoskot.
Initial version of WCELIBCEX was founded and
copyrighted by Taxus SI Ltd. - http://www.taxussi.com.pl
-------------------------------------------------------------------------------
Licence
-------------------------------------------------------------------------------
The WCELIBCEX library is available under the terms of the BSD License.
LICENSE.txt - license agreement
COPYING.txt - copyright and provenience notice
-------------------------------------------------------------------------------
Download
-------------------------------------------------------------------------------
The source code packages are available from download page:
http://sourceforge.net/project/showfiles.php?group_id=160411
The source code is also available directly from the SVN repository:
svn co https://wcelibcex.svn.sourceforge.net/svnroot/wcelibcex wcelibcex
See BUILD.txt for building instructions.
-------------------------------------------------------------------------------
Mailing lists
-------------------------------------------------------------------------------
* wcelibcex-devel
http://lists.sourceforge.net/mailman/listinfo/wcelibcex-announce
* wcelibcex-announce
http://lists.sourceforge.net/mailman/listinfo/wcelibcex-devel
-------------------------------------------------------------------------------
Developers
-------------------------------------------------------------------------------
* Mateusz Łoskot <[email protected]> - developer and project maintainer
* Piotr Wiśniewski - implementation of findfile and local time operations
AUTHORS.txt - list of developers and contributors
-------------------------------------------------------------------------------