Remove most of the image/sound managing stuff.
This commit is contained in:
parent
1be770d62d
commit
e78340a0cd
10 changed files with 34 additions and 110 deletions
7
Makefile
7
Makefile
|
@ -19,13 +19,16 @@ test: build
|
|||
./builddir/runtests
|
||||
|
||||
# make an install for real maybe copy dll and .exe to dir and zip?
|
||||
install: build test
|
||||
install: build
|
||||
powershell "cp ./builddir/subprojects/libgit2-1.9.0/liblibgit2package.dll ."
|
||||
powershell "cp ./builddir/subprojects/efsw/libefsw.dll ."
|
||||
powershell "cp builddir/ttpit.exe ."
|
||||
|
||||
run: install
|
||||
run: install test
|
||||
./ttpit.exe
|
||||
|
||||
debug_run: build
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/ttpit.exe
|
||||
|
||||
clean:
|
||||
meson compile --clean -C builddir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue