forked from jasder/antlr
89442c6cb8
- Settled on a final library name scheme: base part is "libantlr4-runtime" on MacOS + Linux. The extension determines the type (.a static lib, .dylib dynamic lib in MacOS, .so dynamic lib in Linux). No more mention of target language (cpp) or type (static) in the lib name. On Windows we omit the lib prefix, so the name becomes: antlr4-runtime.dll + antlr4-runtime.lib. We may later want to add version information there, but doing that automatically is difficult. - Updated XCode project and CMakeLists.txt file for the new naming scheme. - Added deployment scripts for source code (for Linux + iOS) and MacOS. - Added C++ section in docs/releasing-antlr.md. |
||
---|---|---|
.. | ||
antlr4-cpp-demo | ||
antlrcpp Tests | ||
antlrcpp-demo.xcodeproj | ||
build.sh |