This website requires JavaScript.
Explore
Help
Sign in
yquake2
/
yquake2remaster
Watch
0
Star
0
Fork
You've already forked yquake2remaster
0
mirror of
https://github.com/yquake2/yquake2remaster.git
synced
2024-11-10 07:12:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
45fce1deb0
yquake2remaster
/
.gitignore
6 lines
34 B
Text
Raw
Normal View
History
Unescape
Escape
Ignore build directories.
2012-04-30 10:51:55 +00:00
/build/
/release/
Optional configuration file Ability to read an optional configuration file which is read if exists, we can even decide which configuration file (default is config.mk) to use at the command line like this: $ make # it will read config.mk if exists $ make CONFIG_FILE=my-badass-conf.mk $ make CONFIG_FILE=no-retexturing.mk As always, build variables still can be set as well by command line. $ make WITH_SYSTEMWIDE=/media/cdrom/quake2-data CONFIG_FILE=my-badass-conf.mk
2014-02-16 19:03:10 +00:00
*.mk
Compiles on Linux with OpenAL support, SDL1/2 support. Added build options for Zip/Ogg/OpenAL (On if available)
2015-08-11 05:55:01 +00:00
*.user
Also ignore .d files as they got generated every time. Signed-off-by: Roland Haeder <roland@mxchange.org>
2015-11-12 18:15:37 +00:00
*.d
Reference in a new issue
Copy permalink