Changeset 915
- Timestamp:
- 10/09/08 15:55:34 (3 months ago)
- Location:
- trunk/build/msvc80
- Files:
-
- 2 modified
-
liblas.vsprops (modified) (1 diff)
-
liblas_c_dll/liblas_c_dll.vcproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/msvc80/liblas.vsprops
r866 r915 20 20 Value="C:\OSGeo4W" 21 21 /> 22 <UserMacro 23 Name="LAS_C_API_DLL" 24 Value="liblas1" 25 /> 22 26 </VisualStudioPropertySheet> -
trunk/build/msvc80/liblas_c_dll/liblas_c_dll.vcproj
r569 r915 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 .00"4 Version="8,00" 5 5 Name="liblas_c_dll" 6 6 ProjectGUID="{EC92BE01-CFA3-46C6-998E-810484CC5860}" … … 62 62 <Tool 63 63 Name="VCLinkerTool" 64 OutputFile="$(OutDir)\$(LAS_C_API_DLL).dll" 64 65 LinkIncremental="2" 65 66 GenerateDebugInformation="true" … … 136 137 <Tool 137 138 Name="VCLinkerTool" 139 OutputFile="$(OutDir)\$(LAS_C_API_DLL).dll" 138 140 LinkIncremental="1" 139 141 GenerateDebugInformation="true"
