Revision 31963

View differences:

tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>binaries</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
0 12

  
tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/deb-etch/ecw/libNCSUtil.so.0
1
link libNCSUtil.so.0.0.0
0 2

  
tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/deb-etch/ecw/libNCSEcw.so.0
1
link libNCSEcw.so.0.0.0
0 2

  
tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/deb-etch/ecw/libNCSEcwC.so.0
1
link libNCSEcwC.so.0.0.0
0 2

  
tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/deb-etch/ecw/libNCSCnet.so.0
1
link libNCSCnet.so.0.0.0
0 2

  
tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/deb-etch/mrsid/libjmrsid.so.0
1
link libjmrsid.so.0.0.6
0 2

  
tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/deb-etch/gdal/libjgdal.so.0
1
link libjgdal.so.0.9.1
0 2

  
tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/w32/system/Microsoft.VC80.CRT.manifest
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<!-- Copyright © 1981-2001 Microsoft Corporation -->
3
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4
    <noInheritable/>
5
    <assemblyIdentity 
6
        type="win32" 
7
        name="Microsoft.VC80.CRT" 
8
        version="8.0.50608.0" 
9
        processorArchitecture="x86" 
10
        publicKeyToken="1fc8b3b9a1e18e3b"
11
    />
12
    <file name="msvcr80.dll"/>
13
    <file name="msvcp80.dll"/>
14
    <file name="msvcm80.dll"/>
15
</assembly>
tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/w32/3D/Microsoft.VC90.CRT.manifest
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<!-- Copyright (c) Microsoft Corporation.  All rights reserved. -->
3
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4
    <noInheritable/>
5
    <assemblyIdentity
6
        type="win32"
7
        name="Microsoft.VC90.CRT"
8
        version="9.0.21022.8"
9
        processorArchitecture="x86"
10
        publicKeyToken="1fc8b3b9a1e18e3b"
11
    />
12
    <file name="msvcr90.dll" /> <file name="msvcp90.dll" /> <file name="msvcm90.dll" />
13
</assembly>
tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/w32/.cvsignore
1
*.dll
0 2

  
tags/gvSIG_3D_Animation_1_9_SNAPSHOT_build_11/binaries/w32/build.xml
1
<project name="binaries w32" default="main" basedir=".">
2
	<description>
3
		Reorganiza el directorio binaries/w32, para que pueda usarse directamente por gvSIG.
4
	</description>
5

  
6
	<property name="targetDir" location="." />
7

  
8

  
9
	<available property="is3D" file="3D" />
10

  
11
	<target name="main" depends="ecw, gdal, mrsid, crs, potrace, 3D" />
12
	<target name="without-3D" depends="ecw, gdal, mrsid, crs, potrace" />
13

  
14
	<target name="ecw">
15
		<copy todir="${targetDir}">
16
			<fileset dir="raster/ecw" includes="**/**" /> 
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff