mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-21 19:41:25 +00:00
build the progs locally
This commit is contained in:
parent
567f58c2fe
commit
83b54e8a5f
5 changed files with 7 additions and 2 deletions
1
ctf/.gitignore
vendored
1
ctf/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
*.dat
|
||||
*.sym
|
||||
|
|
2
ctf/qwsrc/.gitignore
vendored
2
ctf/qwsrc/.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
*.dat
|
||||
*.sym
|
||||
progdefs.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
../qwprogs.dat
|
||||
qwprogs.dat
|
||||
|
||||
defs.qc
|
||||
|
||||
|
|
2
ctf/src/.gitignore
vendored
2
ctf/src/.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
*.dat
|
||||
*.sym
|
||||
progdefs.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
../progs.dat
|
||||
progs.dat
|
||||
|
||||
defs.qc
|
||||
log.qc // Console logging of game actions
|
||||
|
|
Loading…
Reference in a new issue