mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-12-24 21:30:11 +00:00
Added README for Apple II build.
This commit is contained in:
parent
6c404f22df
commit
d435c2a94e
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
# Ignore vi swap files
|
||||
# Ignore vi swap files, MacOS extra files, etc.
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
||||
# Skip build directories
|
||||
**/build/
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<project name="lawless" default="build">
|
||||
<project name="game" default="build">
|
||||
|
||||
<property name="projName" value="lawless"/> <!-- base part of output file name -->
|
||||
<property name="projName" value="game"/> <!-- base part of output file name -->
|
||||
<property name="src.dir" location="./src"/>
|
||||
<property name="build.dir" value="./build"/>
|
||||
<property name="a2copy.dir" value="../tools/A2Copy/dist"/>
|
||||
|
Loading…
Reference in New Issue
Block a user