diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2002-07-08 03:38:08 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2002-07-08 03:38:08 +0000 |
| commit | 0eda7edb17ae574c050aafd6555916e274c2699a (patch) | |
| tree | c540462d2efb5ed233df7d7414a9482bfd46d047 /ChangeLog | |
| parent | 25797957699d98e0329ec838aa63cca2a37158ff (diff) | |
| download | PROJ-0eda7edb17ae574c050aafd6555916e274c2699a.tar.gz PROJ-0eda7edb17ae574c050aafd6555916e274c2699a.zip | |
*** empty log message ***
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1027 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-07-07 Frank Warmerdam <warmerdam@pobox.com> + + * src/*.c, src/*.h, src/makefile.vc: *Many* changes to support + compiling all of the PROJ.4 source as C++ source. Add /TP to CFLAGS + in makefile.vc to test this on Windows. projects.h, and proj_api.h + attempt to export all externally visible functions with C linkage but + all code should now compile as C++. Currently only tested with VC++ 6. + 2002-06-11 Frank Warmerdam <warmerdam@pobox.com> * src/pj_pr_list.c, proj.def, proj_api.h: Added the pj_get_def() |
