New features
- Add native shell support for
xmake.lua. .e.gadd_ldflags("$(shell pkg-config --libs sqlite3)") - Enable pdb symbol files for windows
- Add debugger support on windows (vsjitdebugger, ollydbg, windbg … )
- Add
getenvinterface for the global scope ofxmake.lua - Add plugin for generating vstudio project file (vs2002 - vs2015)
- Add
set_defaultapi for option
Changes
- Improve builtin-variable format
- Support option for string type
Bugs fixed
- Fix check ld failed without g++ on linux
- Fix compile
*.cxxfiles failed