mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-10 14:41:48 +00:00
02589839cd
outputting to /.build (temp) and /.bin (final) instead of ../.bin removed the premake option "quake3dir" on Linux, not copying files if $QUAKE3DIR is undefined/empty on Linux, compiling all C++ code with -std=c++98 added a meta-Makefile at the root for convenience added build documentation (build.md)
15 lines
163 B
Text
15 lines
163 B
Text
*.obj
|
|
*.dll
|
|
*.exe
|
|
*.sdf
|
|
*.suo
|
|
*.ncb
|
|
*.pdb
|
|
*.idb
|
|
code/qcommon/git.h
|
|
code/win32/winquake.res
|
|
makefiles/vs*/*sdf
|
|
makefiles/*/obj
|
|
.build
|
|
.bin
|
|
/.project
|