mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-13 14:11:35 +00:00
Renamed 'linux/' to 'src/' (well, created src/ and moved
linux/* into it) as a part of Jaq's Great Code Restructure. At this stage, I'm merging all the os-specific subdirs.
This commit is contained in:
parent
ef847c61ae
commit
f17ab3c594
43 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ SERVER_DIR=$(MOUNT_DIR)/server
|
||||||
REF_SOFT_DIR=$(MOUNT_DIR)/ref_soft
|
REF_SOFT_DIR=$(MOUNT_DIR)/ref_soft
|
||||||
REF_GL_DIR=$(MOUNT_DIR)/ref_gl
|
REF_GL_DIR=$(MOUNT_DIR)/ref_gl
|
||||||
COMMON_DIR=$(MOUNT_DIR)/qcommon
|
COMMON_DIR=$(MOUNT_DIR)/qcommon
|
||||||
LINUX_DIR=$(MOUNT_DIR)/linux
|
LINUX_DIR=$(MOUNT_DIR)/src
|
||||||
GAME_DIR=$(MOUNT_DIR)/game
|
GAME_DIR=$(MOUNT_DIR)/game
|
||||||
CTF_DIR=$(MOUNT_DIR)/ctf
|
CTF_DIR=$(MOUNT_DIR)/ctf
|
||||||
XATRIX_DIR=$(MOUNT_DIR)/xatrix
|
XATRIX_DIR=$(MOUNT_DIR)/xatrix
|
||||||
|
|
Loading…
Reference in a new issue