build natives into bin/<name>

This commit is contained in:
Brian Matzon 2006-07-11 21:47:04 +00:00
parent eac254e3f8
commit 3aca397292
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<project name="OS X Native code" basedir="../../bin" default="nativelibrary">
<property name="native" location="../src/native"/>
<project name="OS X Native code" basedir="../../bin/lwjgl" default="nativelibrary">
<property name="native" location="../../src/native"/>
<target name="init">
<mkdir dir="ppc"/>