mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-15 02:28:05 +00:00
Merge branch 'master' of https://github.com/zenorogue/hyperrogue
This commit is contained in:
@@ -6,7 +6,7 @@ dist_doc_DATA = README.md
|
|||||||
hyperrogue_SOURCES = hyper.cpp savepng.c
|
hyperrogue_SOURCES = hyper.cpp savepng.c
|
||||||
|
|
||||||
# Some definitions used in graph.cpp
|
# 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
|
||||||
musicdir=$(datadir)/hyperrogue/music
|
musicdir=$(datadir)/hyperrogue/music
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
autoreconf -vfi
|
autoreconf -vfi
|
||||||
./configure
|
./configure "$@"
|
||||||
echo "Now, just do \"make install\" "
|
echo "Now, just do \"make install\" "
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user