mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
lumps: Eliminate symlinks for dmxgus/genmidi.
Get rid of the symlinks for these lumps by copying into the parent directory after build. This brings more progress on #202.
This commit is contained in:
parent
103cd74f4e
commit
0324308f37
5 changed files with 6 additions and 2 deletions
4
lumps/.gitignore
vendored
4
lumps/.gitignore
vendored
|
@ -2,3 +2,7 @@
|
|||
playpal.lmp
|
||||
# Copied from colormap/ -
|
||||
*map.lmp
|
||||
# Copied from dmxgus/ -
|
||||
dmxgus.lmp
|
||||
# Copied from genmidi/ -
|
||||
genmidi.lmp
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
dmxgus/ultramid.ini
|
|
@ -1,5 +1,6 @@
|
|||
ultramid.ini : gen-ultramid config.py stats.py
|
||||
./gen-ultramid $@
|
||||
cp $@ ../dmxgus.lmp
|
||||
|
||||
clean:
|
||||
rm -f ultramid.ini *.pyc
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
genmidi/genmidi.lmp
|
|
@ -1,5 +1,6 @@
|
|||
genmidi.lmp: config.py instruments/*
|
||||
./mkgenmidi $@
|
||||
cp $@ ../
|
||||
|
||||
clean:
|
||||
rm -f genmidi.lmp *.pyc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue