mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-19 16:00:56 +00:00
Mention CURL in the header and the build config.
This commit is contained in:
parent
36f77aa318
commit
a26666d805
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -12,6 +12,7 @@
|
|||
# - libGL #
|
||||
# #
|
||||
# Optional dependencies: #
|
||||
# - CURL #
|
||||
# - OpenAL #
|
||||
# #
|
||||
# Platforms: #
|
||||
|
@ -328,6 +329,7 @@ all: config client server game ref_gl1 ref_gl3 ref_soft
|
|||
config:
|
||||
@echo "Build configuration"
|
||||
@echo "============================"
|
||||
@echo "WITH_CURL = $(WITH_CURL)"
|
||||
@echo "WITH_OPENAL = $(WITH_OPENAL)"
|
||||
@echo "WITH_SYSTEMWIDE = $(WITH_SYSTEMWIDE)"
|
||||
@echo "WITH_SYSTEMDIR = $(WITH_SYSTEMDIR)"
|
||||
|
|
Loading…
Reference in a new issue