Revision 23475

View differences:

tags/v2_0_0_Build_2000/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/v2_0_0_Build_2000/binaries/w32/.cvsignore
1
*.dll
0 2

  
tags/v2_0_0_Build_2000/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, system, 3D" />
12
	<target name="without-3D" depends="ecw, gdal, mrsid, crs, system" />
13

  
14
	<target name="ecw">
15
		<copy todir="${targetDir}">
16
			<fileset dir="raster/ecw" includes="jecw.dll jecwcompress.dll NCScnet.dll NCSEcwC.dll NCSEcw.dll NCSUtil.dll" />
17
		</copy>
18
	</target>
19

  
20
	<target name="gdal">
21
		<copy todir="${targetDir}">
22
			<fileset dir="raster/gdal" includes="gdal.dll glut32.dll jgdal060.dll jpeg62.dll libimage.dll libpng13.dll libtiff3.dll zlib1.dll jaddo000.dll hdf5dll.dll hd422m.dll hm422m.dll szlibdll.dll msvcr80.dll" />
23
		</copy>
24
	</target>
25

  
26
	<target name="mrsid">
27
		<copy todir="${targetDir}">
28
			<fileset dir="raster/mrsid" includes="jmrsid.dll lti_dsdk_cdll.dll lti_dsdk_dll.dll" />
29
		</copy>
30
	</target>
31

  
32
	<target name="system">
33
		<copy todir="${targetDir}">
34
			<fileset dir="system" includes="msvcp71.dll msvcr71.dll" />
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff