Variables and parameters removed:
update, optimize, release, WINFLAGS, USE_*_BETA
Variables and parameters modified:
- In Windows it is no longer necessary to use "\\" to separate folders, use always "/".
- The name of the dependencies file was changed, now it is "<lib/appname>.dep".
- The use of the name "config.mak" is no longer required, but for such one must define parameter "MF=name" in the command line.
- The name of the LUA variable was changed to EXPLUA.
- The name of the LIB variable was changed to LIBS.
- It is now possible to work with subfolders in folder "src".
- The LED variable was replaced with EXPCFG, more general.
- RCS is no longer default, it needs to be activated by variable USE_RCS in "config.mak".New variables and parameters:
- SRCDIR allows specifying a subfolder for source files.
- SRCLUA allows specifying LUA files to be compiled to LO.
- EXTRASRC allows specifying additional source files for distribution.
- DBG allows activating depuration flags.
- USE_X11, USE_LUA, USE_LUA4, USE_OPENGL to be used in the respective libraries.
- USE_CC to use the new "cc" compiler.
- Applications for all compilers in Windows are generated.
- New compilers in Windows: vc7, gcc2 (Cygwin) and wc11 (OpenWatcom).