OpenVicProject / OpenVic-Dataloader

Dataloader submodule for OpenVic that is responsible for parsing both Paradox Victoria 2 data files and custom OpenVic data files.
MIT License
9 stars 2 forks source link

Initial structural commit #2

Closed Spartan322 closed 1 year ago

Spartan322 commented 1 year ago

Sets up basic building and recommended file structure alongside officially saves the lexy grammar for vic2 pdxscript.

scons build_ovdl_library=yes to build in this repo as a library, if referenced externally it will do this automatically, but if scons executes in this repo, it will try to build the headless files instead. (and since there is none right now...)

Hop311 commented 1 year ago

Currently on Windows only the library version works from the following command:

scons build_ovdl_library=yes build_ovdl_headless=no