- compiler corrected
- delete so.* file git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@211 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<patternset id="buildfiles">
|
||||
<include name="**/*.o" />
|
||||
<include name="**/*.dll" />
|
||||
<include name="**/*.so" />
|
||||
<include name="**/*.so.*" />
|
||||
</patternset>
|
||||
|
||||
<target name="clean" description="--> Clean build files">
|
||||
@@ -47,7 +47,7 @@
|
||||
<arg value="-DRC_VERSION_STR='\"${version.str}\"'" />
|
||||
</exec>
|
||||
-->
|
||||
<echo level="warning" message="WARNING: If the version has changed -> change the RC_VERSION_STR define in resource.rc to "${version.str}"" />
|
||||
<echo level="warning" message="WARNING: If the version has changed -> change the RC_VERSION_STR define in resource.rc to "${version.win.str}"" />
|
||||
<exec dir="." executable="${build.win.windres}">
|
||||
<arg value="-o${build.win.resource.obj}" />
|
||||
<arg value="${build.win.resource.rc}" />
|
||||
@@ -68,7 +68,7 @@
|
||||
</target>
|
||||
|
||||
<target name="linux" depends="clean" description="--> Build ${build.shlib.linux.shlibname}">
|
||||
<exec dir="." executable="${build.win.compiler}">
|
||||
<exec dir="." executable="${build.linux.compiler}">
|
||||
<arg value="-shared" />
|
||||
<arg value="-Wl,-soname,${build.shlib.linux.shlibname}" />
|
||||
<arg value="-I${build.linux.includes}" />
|
||||
|
||||
Reference in New Issue
Block a user