Commit Graph

17 Commits

Author SHA1 Message Date
Arthur O'Dwyer 8ebdede538 Fix some issues with the MinGW build.
Fixes #58.
2018-09-05 22:28:03 -07:00
Arthur O'Dwyer 0946300663 Clean up the autotools.
It still seems to work on MinGW mainly by accident,
but at least it's a lot shorter and clearer and more
portable at this point. We can start testing it in
TravisCI and then work on making it work "less by accident"
incrementally.
2018-07-01 12:38:08 -07:00
Dmitry Marakasov 7ead4fd7ac Set proper c++ standard for landgen 2018-06-26 15:42:49 +03:00
Dmitry Marakasov bde60ca7bd
Fix build by specifying correct savepng.cpp file name 2018-06-25 18:13:30 +03:00
Dmitry Marakasov a2de831122
Only apply -std=c++11 to C++ flags
CPPFLAGS are applied to both .cpp and .c files, and that breaks clang build:

error: invalid argument '-std=c++11' not allowed with 'C/ObjC'
2017-10-31 18:18:06 +03:00
Janet Vorobyeva 8486aff555 Added -std=c++11 flag to Makefile
Project wont build on linux otherwise
2017-07-24 15:31:49 -04:00
Dmitry Marakasov ded88f4c36 Respect user-set optimization flags
The build should respect optimization flags set by the user
2017-06-26 22:17:40 +03:00
Alexandre Moine 27c1b678c2 Add sounds and correct music path 2017-04-12 16:16:59 +02:00
Zeno Rogue 0d7d2cf825 added -DMUSICDESTDIR 2017-03-31 22:10:05 +02:00
Dmitry Marakasov 17bf68f1a7 Fix generating hyperrogue-music.txt
```sed -i``` is not portable. Use portable ```sed``` command instead to generated target file in one step
2017-02-25 18:07:38 +04:00
Alexandre Moine 27a0e0e0a1 Add support for savepng.c 2016-08-26 18:36:03 +02:00
Alexandre Moine 15592281df Disable gcc optimization for langen 2016-01-02 18:44:54 +01:00
Alexandre Moine ddec675e3d Music now work after installation 2015-09-12 12:16:00 +02:00
Alexandre Moine 9f6bc4ea37 Add cross-compile support 2015-08-22 13:43:16 +02:00
Alexandre Moine 91eb928c29 Support installation, troubles with music btw 2015-08-09 22:36:13 +02:00
Alexandre Moine eb0a9a8fe2 Make order in the Makefile.am 2015-08-09 16:56:52 +02:00
Alexandre Moine 9293404a79 New Makefile, generated with autotools 2015-08-09 15:38:09 +02:00