Giter Club home page Giter Club logo

ea-dep's Introduction

ea-dep

Simple file dependency listing utility for EA events. This is supposed to be a simpler (and faster) alternative to using a custom EA build or pea.

This will analyse the given event file, and list all files that are included (or incbinned) by that file or the files it includes. The list is printed in a simple one-filename-per-line format.

Usage

ea-dep <input> [-I <path>]... [--add-missings] [--add-externals]
  • <input>: This is the event file to analyse (for example: your ROM Buildfile.event).
  • -I <path>: Adds <path> to the list of external include paths to check (this would typically only include the path to the EA distribution directory, containing EAstdlib.event).
    • -I <path> can be repeated to add multiple paths.
  • --add-missings: if this option is given, missing files (included files that do not exist) will still be added to the list (useful when using the list to determine which files need to be generated).
  • --add-externals: if this option is given, files included from external include paths will be added to the list.

The list is printed to stdout.

Building

You need CMake, a C++14 compiler and RE2C.

mkdir build
cd build
cmake ..
cmake --build .

ea-dep's People

Contributors

stanhash avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.