=============================================================================== Summary of Autodesk changes made to PROJ 4.5.0 =============================================================================== Author: stevedang Date: 2007-03-28 00:54:28 -0400 (Wed, 28 Mar 2007) New Revision: 1393 Modified: trunk/MgDev/Oem/proj-4.5.0/src/makefile.vc trunk/MgDev/Oem/proj-4.5.0/src/proj.vcproj Log: - Fix PROJ project to allow release and debug libraries to co-exist with different names. =============================================================================== Author: stevedang Date: 2007-03-21 19:16:49 -0400 (Wed, 21 Mar 2007) New Revision: 1336 Modified: trunk/MgDev/Oem/proj-4.5.0/src/makefile.vc trunk/MgDev/Oem/proj-4.5.0/src/proj.vcproj Log: - Customize build option flags for PROJ 4.5.0. =============================================================================== Author: stevedang Date: 2007-03-21 17:34:22 -0400 (Wed, 21 Mar 2007) New Revision: 1329 Modified: trunk/MgDev/Oem/proj-4.5.0/Makefile.in Log: - Disable "check" target (as "make check" failed). =============================================================================== Author: stevedang Date: 2007-03-20 23:55:05 -0400 (Tue, 20 Mar 2007) New Revision: 1312 Added: trunk/MgDev/Oem/proj-4.5.0/src/proj.vcproj Modified: trunk/MgDev/Oem/proj-4.5.0/src/PJ_gn_sinu.c trunk/MgDev/Oem/proj-4.5.0/src/PJ_laea.c trunk/MgDev/Oem/proj-4.5.0/src/makefile.vc Log: - Fix MapGuide crashing problem on debug Windows due to using mixed versions of release and debug CRT libraries. - Incorporate changes made to PROJ 4.4.9 from previous release of MapGuide: From: waltweltonlair trunk/MgDev/Oem/proj-4.5.0/src/makefile.vc - Fix Proj4 runtime error by running MT tool to add manifest to DLL. - Fix compiler settings to produce correct PDB. trunk/MgDev/Oem/proj-4.5.0/src/PJ_gn_sinu.c - Remove duplicate calls to pj_enfn(). trunk/MgDev/Oem/proj-4.5.0/src/PJ_laea.c - Free data allocated in pj_authset(). From: brucedechant trunk/MgDev/Oem/proj-4.5.0/src/makefile.vc - Use a relative path for PROJ_LIB_DIR.