Changeset 920
- Timestamp:
- 10/09/08 16:49:21 (3 months ago)
- Files:
-
- 1 modified
-
trunk/csharp/dotnetLibLAS/LibLASCAPI.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/csharp/dotnetLibLAS/LibLASCAPI.cs
r914 r920 59 59 * @return the version string for this library. 60 60 * 61 * If libLAS is built using solution from trunk/build/msvc80/liblas.sln62 * then C API DLL is called liblas_c_dll.dll, so value of the constant below63 * should be updated to "liblas_c_dll.dll".61 * Name liblas1.dll is considered as unified across all builders on Windows platform. 62 * When building libLAS on Windows using NMAKE and makefile.vc, C API DLL is 63 * called liblas1.dll. The same name is used by Visual Studio solution liblas.sln. 64 64 */ 65 public const string DLL_LAS_VERSION = " mingw_liblas1.dll";65 public const string DLL_LAS_VERSION = "liblas1.dll"; 66 66 67 67 [DllImport(DLL_LAS_VERSION)]
