mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
build natives into bin/<name>
This commit is contained in:
parent
3e2f18a628
commit
ba5251f80f
2 changed files with 4 additions and 4 deletions
|
|
@ -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}"/>
|
||||
|
|
|
|||
|
|
@ -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}"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue