-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
I compiled the incbin.c file and made an executable if I run it with help I get:
./a.exe phong_lighting.glsl -I../../Src/Engine/EmbeddedShaders/ -o ../../buildvs/data.c -help
C:\Users\Makogan\Documents\neverengine\libraries\incbin\a.exe [-help] [-Ipath...] | <sourcefiles> | [-o output] | [-p prefix]
-o - output file [default is "data.c"]
-p - specify a prefix for symbol names (default is "g")
-S<style> - specify a style for symbol generation (default is "camelcase")
-I<path> - specify an include path for the tool to use
-help - this
example:
C:\Users\Makogan\Documents\neverengine\libraries\incbin\a.exe source.c other_source.cpp -o file.c
styles (for -S):
camelcase
snakecase
If I try to run it normally (without the help flag) this is the data.c file that gets generated:
/* File automatically generated by incbin */
#include "incbin.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
No errors or warnings are thrown by the tool.
I am on windows 10
Metadata
Metadata
Assignees
Labels
No labels