diff options
| author | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-10-13 22:56:36 +0000 |
|---|---|---|
| committer | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-10-13 22:56:36 +0000 |
| commit | ebbf2b9221da0966f44621f07737c9b4bbabfdbd (patch) | |
| tree | a8535885c2669cecc7eb54d6172a509f57a286a2 /build.xml | |
| parent | 45d02993121871aa53c21ba4f1ffa1d4da8ddb8a (diff) | |
fixed build system, to build on x86 and amd64, tested with gentoo & debian
git-svn-id: http://manut.eu/svn/yalp/trunk@13 f059d3a0-6783-47b7-97ff-1fe0bbf25129
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ <property name="log4jLibs" value="lib/log4j-1.2.15.jar"/>
<property name="vlctelnetLibs" value="lib/commons-net-1.4.1.jar"/>
- <property name="swtLibs" value="lib/swt.jar"/>
+ <property name="swtLibs" value="/usr/lib/java/swt.jar /usr/share/swt-3/lib/swt.jar"/>
<property name="dbLibs" value="lib/postgresql-8.1-404.jdbc3.jar"/>
<property name="idlj" value="../idlj.sh"/>
|
