Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 578 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 578 Bytes

Using Tools

Windows

  • Open Executables/Executables.sln in Visual Studio and build Release with x86.
  • Run CopyExecutables.ps1.
  • New files will be available in this folder:
    • CodePack.exe
    • CppMerge.exe
    • GacGen.exe
    • GlrParserGen.exe

Linux

  • Run BuildExecutables.sh
  • New files will be available in this folder:
    • CodePack
    • CppMerge
    • GacGen
    • GlrParserGen

NOTE: Optimization is not turned on at this moment, tool performance could be slow especially for GacGen. You could change the makefile if you need to.

macOS

(editing...)