raze-gles/polymer/eduke32/source/enet
hendricks266 f51bdc2faa Slight makefile reorganization and cleanup.
* Centralize optimization strategies in Makefile.common. This required moving detection of $(PLATFORM), which makes sense if we work on the paradigm that Makefile.common is for generic compiler setup and Makefile.shared works with libraries and things closer to the engine and game code itself.
* New Makefile variables OPTOPT (Optimization Options) and CUSTOMOPT (Custom Optimizations). OPTOPT by default contains -march, -mtune, etc. Setting this variable from Make invocation will blank these. CUSTOMOPT (Custom Optimizations) works the same but in an additive fashion, overwriting nothing. Technically CUSTOMOPT could stand for (Custom Options) and include any additional parameters sent to both linker and compiler.
* Factor out literal names of the main executables.
* The build process now prints assembler (if NOASM=0) and linker settings in addition to compiler settings.

git-svn-id: https://svn.eduke32.com/eduke32@3096 1a8010ca-5511-0410-912e-c29ae57300e0
2012-10-29 04:26:25 +00:00
..
include/enet Update ENet with the latest changes from github 2012-10-01 05:37:31 +00:00
src Update ENet with the latest changes from github 2012-10-01 05:37:31 +00:00
LICENSE Add missing ENet license 2011-04-09 18:58:40 +00:00
Makefile Slight makefile reorganization and cleanup. 2012-10-29 04:26:25 +00:00
Makefile.msvc rotatesprite and multivoc have a rape baby 2010-06-22 21:50:01 +00:00