Changeset 1788 for GTP/trunk/Lib/Geom
- Timestamp:
- 11/24/06 17:38:52 (18 years ago)
- Location:
- GTP/trunk/Lib/Geom/shared/GTGeometry
- Files:
-
- 3 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GTGeometry/GTGeometry.sln
r774 r1788 1 1 Microsoft Visual Studio Solution File, Format Version 8.00 2 2 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GTGeometry", "GTGeometry.vcproj", "{A1B6E932-F612-4CBC-9260-DF91CD4E748F}" 3 ProjectSection(ProjectDependencies) = postProject 4 EndProjectSection 5 EndProject 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GeoLodLibraryDLL", "GeoLodLibraryDLL.vcproj", "{84625A65-ECC9-4DD3-B02E-1C21C5766D72}" 3 7 ProjectSection(ProjectDependencies) = postProject 4 8 EndProjectSection … … 14 18 {A1B6E932-F612-4CBC-9260-DF91CD4E748F}.Release.ActiveCfg = Release|Win32 15 19 {A1B6E932-F612-4CBC-9260-DF91CD4E748F}.Release.Build.0 = Release|Win32 20 {84625A65-ECC9-4DD3-B02E-1C21C5766D72}.Debug.ActiveCfg = Debug|Win32 21 {84625A65-ECC9-4DD3-B02E-1C21C5766D72}.Debug.Build.0 = Debug|Win32 22 {84625A65-ECC9-4DD3-B02E-1C21C5766D72}.Release.ActiveCfg = Release|Win32 23 {84625A65-ECC9-4DD3-B02E-1C21C5766D72}.Release.Build.0 = Release|Win32 16 24 EndGlobalSection 17 25 GlobalSection(ExtensibilityGlobals) = postSolution -
GTP/trunk/Lib/Geom/shared/GTGeometry/GTGeometry.vcproj
r1782 r1788 21 21 Optimization="0" 22 22 AdditionalIncludeDirectories=".\src\libs;.\include;.\src\libs\vmi\include;.\src\libs\ntl" 23 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;GLEW_STATIC "23 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;GLEW_STATIC;GEOLODLIBRARYDLL_API=" 24 24 MinimalRebuild="TRUE" 25 25 ExceptionHandling="TRUE" … … 65 65 Optimization="2" 66 66 AdditionalIncludeDirectories=".\src\libs;.\include;.\src\libs\vmi\include;.\src\libs\ntl" 67 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GLEW_STATIC "67 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GLEW_STATIC;GEOLODLIBRARYDLL_API=" 68 68 MinimalRebuild="TRUE" 69 69 BasicRuntimeChecks="0" … … 386 386 <File 387 387 RelativePath=".\include\GeoMesh.h"> 388 </File>389 <File390 RelativePath=".\include\GeoMeshLoader.h">391 388 </File> 392 389 <File -
GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoLodObject.h
r1526 r1788 1 1 #ifndef _GEOLODOBJECT 2 2 #define _GEOLODOBJECT 3 4 #ifndef GEOLODLIBRARYDLL_API 5 #define GEOLODLIBRARYDLL_API 6 #endif 3 7 4 8 namespace Geometry … … 6 10 class IndexData; 7 11 8 class LodObject12 class GEOLODLIBRARYDLL_API LodObject 9 13 { 10 14 public: -
GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoLodStripsLibrary.h
r1560 r1788 81 81 }; 82 82 83 class LodStripsLibrary : public Geometry::LodObject83 class GEOLODLIBRARYDLL_API LodStripsLibrary : public Geometry::LodObject 84 84 { 85 85 private: -
GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshLoader.h
r1083 r1788 107 107 108 108 /// Mesh class interface 109 class G eoMeshLoader109 class GEOLODLIBRARYDLL_API GeoMeshLoader 110 110 { 111 111 private:
Note: See TracChangeset
for help on using the changeset viewer.