mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
Merge branch 'master' of https://github.com/zenorogue/hyperrogue
This commit is contained in:
commit
afb32b2a9f
@ -6,7 +6,7 @@ dist_doc_DATA = README.md
|
||||
hyperrogue_SOURCES = hyper.cpp savepng.c
|
||||
|
||||
# Some definitions used in graph.cpp
|
||||
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\" -O2
|
||||
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\"
|
||||
|
||||
# Musicdir
|
||||
musicdir=$(datadir)/hyperrogue/music
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
autoreconf -vfi
|
||||
./configure
|
||||
./configure "$@"
|
||||
echo "Now, just do \"make install\" "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user