class GenrbCompiler implements BundleCompilerInterface
Compiles .txt resource bundles to binary .res files.
Methods
__construct(string $genrb = 'genrb', string $envVars = '') Creates a new compiler based on the "genrb" executable. | ||
compile(string $sourcePath, string $targetDir) Compiles a resource bundle at the given source to the given target directory. |
Details
__construct(string $genrb = 'genrb', string $envVars = '')
Creates a new compiler based on the "genrb" executable.
compile(string $sourcePath, string $targetDir)
Compiles a resource bundle at the given source to the given target directory.
Please login to continue.