diff options
| -rw-r--r-- | wince/msvc80/README.txt | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/wince/msvc80/README.txt b/wince/msvc80/README.txt index e0d7eb20..4c2a19d8 100644 --- a/wince/msvc80/README.txt +++ b/wince/msvc80/README.txt @@ -1,3 +1,4 @@ +$Id$ ------------------------------------------------------------------------------- PROJ.4 port for Windows CE Author: Mateusz Loskot (mateusz@loskot.net) @@ -25,6 +26,8 @@ directly from Subversion repository: svn co https://wcelibcex.svn.sourceforge.net/svnroot/wcelibcex/trunk/ wcelibcex +or as a source distribution package - wcelibcex-1.0.zip - from Download link. + Next, you will find project file of static library for Visual C+ 2005 located in wcelibcex/msvc80. @@ -58,16 +61,12 @@ projce.lib - Release configuration 4.2 projce_dll.sln - Dynamic-link library -- Debug configuration - -projced_i.lib - import library -projced_i.dll - dynamic-link library - -- Release configuration - -projce_i.lib - import library -projce_i.dll - dynamic-link library +proj_i.lib - import library +proj.dll - dynamic-link library +NOTE: There is no 'ced' or 'ce' token in DLL binaries names. + This is intentional and don't change it. + GDAL requires PROJ.4 DLL named as proj.dll. ----------------------------------- Notes @@ -76,4 +75,4 @@ Notes Preferable place to ask for help, is the official mailing list - proj@lists.maptools.org -Author: Mateusz Loskot <mateusz@loskot.net>
\ No newline at end of file +Author: Mateusz Loskot <mateusz@loskot.net> |
