edje_cc -V (return code: 255)
edje_cc: Error. file not found: --version.
Usage:
edje_cc [OPTIONS] input_file.edc [output_file.edj]
Where OPTIONS is one or more of:
-w files.txt Dump all sources files path into files.txt
-anotate Anotate the dumped files.
-id image/directory Add a directory to look in for relative path images
-fd font/directory Add a directory to look in for relative path fonts
-sd sound/directory Add a directory to look in for relative path sounds samples
-dd data/directory Add a directory to look in for relative path data.file entries
-td temp/directory Directory to store temporary files
-v Verbose output
-no-lossy Do NOT allow images to be lossy
-no-comp Do NOT allow images to be stored with lossless compression
-no-raw Do NOT allow images to be stored with zero compression (raw)
-no-save Do NOT store the input EDC file in the EDJ file
-min-quality VAL Do NOT allow lossy images with quality < VAL (0-100)
-max-quality VAL Do NOT allow lossy images with quality > VAL (0-100)
-Ddefine_val=to CPP style define to define input macro definitions to the .edc source
-fastcomp Use a faster compression algorithm (LZ4) (mutually exclusive with -fastdecomp)
-fastdecomp Use a faster decompression algorithm (LZ4HC) (mutually exclusive with -fastcomp)
-threads Compile the edje file using multiple parallel threads (by default)
-nothreads Compile the edje file using only the main loop
edje_cc -H (return code: 255)
edje_cc: Error. file not found: -H.
Usage:
edje_cc [OPTIONS] input_file.edc [output_file.edj]
Where OPTIONS is one or more of:
-w files.txt Dump all sources files path into files.txt
-anotate Anotate the dumped files.
-id image/directory Add a directory to look in for relative path images
-fd font/directory Add a directory to look in for relative path fonts
-sd sound/directory Add a directory to look in for relative path sounds samples
-dd data/directory Add a directory to look in for relative path data.file entries
-td temp/directory Directory to store temporary files
-v Verbose output
-no-lossy Do NOT allow images to be lossy
-no-comp Do NOT allow images to be stored with lossless compression
-no-raw Do NOT allow images to be stored with zero compression (raw)
-no-save Do NOT store the input EDC file in the EDJ file
-min-quality VAL Do NOT allow lossy images with quality < VAL (0-100)
-max-quality VAL Do NOT allow lossy images with quality > VAL (0-100)
-Ddefine_val=to CPP style define to define input macro definitions to the .edc source
-fastcomp Use a faster compression algorithm (LZ4) (mutually exclusive with -fastdecomp)
-fastdecomp Use a faster decompression algorithm (LZ4HC) (mutually exclusive with -fastcomp)
-threads Compile the edje file using multiple parallel threads (by default)
-nothreads Compile the edje file using only the main loop