diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-09-12 23:37:33 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-09-12 23:37:33 +0000 |
commit | e6524da35e4fe6014606455676b174e903fa1036 (patch) | |
tree | f838ee20a581d16158101d80b8e15494cf91a918 /README | |
parent | 0df037543f28ce0af60b427bba126c773eb76426 (diff) | |
download | ioquake3-aero-e6524da35e4fe6014606455676b174e903fa1036.tar.gz ioquake3-aero-e6524da35e4fe6014606455676b174e903fa1036.zip |
* Improve Makefile startup time
+ Merge q3asm and q3lcc Makefiles into the core Makefile
+ Don't find .d files, create a list from .o
+ .asm files now depend on q3lcc
+ .qvm files now depend on q3asm
* IMPORTANT NOTE: do a "make distclean" if you have problems
git-svn-id: svn://svn.icculus.org/quake3/trunk@1178 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -90,7 +90,6 @@ Makefile.local: USE_CURL_DLOPEN - link with libcurl at runtime USE_CODEC_VORBIS - enable Ogg Vorbis support USE_LOCAL_HEADERS - use headers local to ioq3 instead of system ones - USE_CCACHE - use ccache compiler caching tool COPYDIR - the target installation directory The defaults for these variables differ depending on the target platform. |