build natives into bin/<name>

This commit is contained in:
Brian Matzon 2006-07-11 21:45:33 +00:00
parent 3e2f18a628
commit ba5251f80f
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<project name="devil" basedir="../../bin" default="compile">
<property name="native" location="../src/native"/>
<project name="devil" basedir="../../bin/devil" default="compile">
<property name="native" location="../../src/native"/>
<property environment="env"/>
<property name="sdkhome" location="${env.MSSDK}"/>
<property name="fmodhome" location="${env.FMODHOME}"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<project name="fmod3" basedir="../../bin" default="compile">
<property name="native" location="../src/native"/>
<project name="fmod3" basedir="../../bin/fmod3" default="compile">
<property name="native" location="../../src/native"/>
<property environment="env"/>
<property name="sdkhome" location="${env.MSSDK}"/>
<property name="fmodhome" location="${env.FMODHOME}"/>