[fdo-commits] r2698 - trunk/Fdo/Python
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Mon Mar 19 23:27:05 EDT 2007
Author: gregboone
Date: 2007-03-19 23:27:05 -0400 (Mon, 19 Mar 2007)
New Revision: 2698
Modified:
trunk/Fdo/Python/README.txt
Log:
Ticket #39 - Add Python Wrappers for FDO API - Linux Support
Modified: trunk/Fdo/Python/README.txt
===================================================================
--- trunk/Fdo/Python/README.txt 2007-03-20 00:32:50 UTC (rev 2697)
+++ trunk/Fdo/Python/README.txt 2007-03-20 03:27:05 UTC (rev 2698)
@@ -23,19 +23,22 @@
-----------------------------------------------------------------------------
Files:
- build.cmd (Win32) Build script. Builds wrapper for FDO API and all overrides
- PythonWrappers.sln (Win32) Visual Studio .NET solution file for all wrappers
- Fdo*.vcproj (Win32) Visual Studio .NET project files
+ build.cmd (Win32) Build script for Windows. Builds wrapper for FDO API
+ PythonWrappers.sln (Win32) Visual Studio .NET solution file for FDO API Python wrappers
+ FdoWrapper.vcproj (Win32) Visual Studio .NET project file
+ build_linux.sh (Linux) Build script for Linux. Builds wrapper for FDO API
+ Makefile (Linux) Makefile for FDO API wrapper
+
Directories:
/Inc C++ Header files for the wrapper utilities
- /Fdo_Inc Modified FDO C++ header files. SWIG has problems with some
+ /Fdo_Inc Modified FDO C++ header files. SWIG has problems with some
C++ constructs used in FDO. /Fdo_Inc contains modified
versions of the header files to generate the wrappers.
- /Inc_Merged Temporary directory created by build scripts. A merge of
- the header files in FDO SDK, and those in /fdo_inc
+ /Inc_Merged Temporary directory created by build scripts. A merge of
+ the header files in FDO SDK, and those in /Fdo_Inc
/Lib Temporary directory created by Visual Studio. Target directory
of the build process.
More information about the fdo-commits
mailing list