Revision 19343 trunk/libraries/libjni-ecw/build.xml

View differences:

build.xml
23 23
		<os family="windows"/>
24 24
	</condition>		
25 25

  
26
	<target name="main" description="compile java code, make jars, prepare and compile natives" depends="jar,prepare-natives,compile-natives">
26
	<target name="main" description="compile java code, make jars, prepare and compile natives" depends="clean,jar,prepare-natives,compile-natives">
27 27
	</target>
28 28

  
29 29
	<target name="jar" description="makes jar file">
......
41 41
			<arg line=".." />
42 42
			<arg line="-G${cmake_generator}" />
43 43
			<arg line="-DCMAKE_BUILD_TYPE=Release" />
44
			<arg line="-DJGDAL_VERSION=${jecw_version}" />
44
			<arg line="-DJECW_VERSION=${jecw_version}" />
45 45
		</exec>
46 46
	</target>
47 47

  

Also available in: Unified diff