mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-04 00:21:00 +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 #
|
# - libGL #
|
||||||
# #
|
# #
|
||||||
# Optional dependencies: #
|
# Optional dependencies: #
|
||||||
|
# - CURL #
|
||||||
# - OpenAL #
|
# - OpenAL #
|
||||||
# #
|
# #
|
||||||
# Platforms: #
|
# Platforms: #
|
||||||
|
@ -328,6 +329,7 @@ all: config client server game ref_gl1 ref_gl3 ref_soft
|
||||||
config:
|
config:
|
||||||
@echo "Build configuration"
|
@echo "Build configuration"
|
||||||
@echo "============================"
|
@echo "============================"
|
||||||
|
@echo "WITH_CURL = $(WITH_CURL)"
|
||||||
@echo "WITH_OPENAL = $(WITH_OPENAL)"
|
@echo "WITH_OPENAL = $(WITH_OPENAL)"
|
||||||
@echo "WITH_SYSTEMWIDE = $(WITH_SYSTEMWIDE)"
|
@echo "WITH_SYSTEMWIDE = $(WITH_SYSTEMWIDE)"
|
||||||
@echo "WITH_SYSTEMDIR = $(WITH_SYSTEMDIR)"
|
@echo "WITH_SYSTEMDIR = $(WITH_SYSTEMDIR)"
|
||||||
|
|
Loading…
Reference in a new issue